KS
Killer-Skills

self-check — how to use self-check how to use self-check, self-check setup guide, pre-commit validation tools, code quality checking, security validation for developers, self-check alternative, self-check vs git hooks, self-check install, integrating self-check into CI/CD pipelines

v1.0.0
GitHub

About this Skill

Perfect for Code Review Agents needing comprehensive validation and security checks. self-check is a pre-commit validation skill that scans staged changes for code quality and security issues, including syntax errors, linting issues, and type errors

Features

Validates code quality by checking for syntax errors in changed files
Performs linting checks using available linters
Checks for type errors using available type checkers
Evaluates test coverage for new code
Combines code quality checks with security validation

# Core Topics

agairola agairola
[4]
[0]
Updated: 2/9/2026

Quality Score

Top 5%
51
Excellent
Based on code quality & docs
Installation
SYS Universal Install (Auto-Detect)
Cursor IDE Windsurf IDE VS Code IDE
> npx killer-skills add agairola/securing-ralph-loop/self-check

Agent Capability Analysis

The self-check MCP Server by agairola is an open-source Categories.community integration for Claude and other AI agents, enabling seamless task automation and capability expansion. Optimized for how to use self-check, self-check setup guide, pre-commit validation tools.

Ideal Agent Persona

Perfect for Code Review Agents needing comprehensive validation and security checks.

Core Value

Empowers agents to perform syntax error detection, linting, and security validation using type checkers, ensuring high code quality and security standards through protocols like pre-commit hooks and test coverage analysis for new code.

Capabilities Granted for self-check MCP Server

Validating code syntax before commit
Detecting security vulnerabilities in staged changes
Automating test coverage analysis for new code
Identifying linting issues in changed files

! Prerequisites & Limits

  • Requires linter and type checker availability
  • Limited to pre-commit stage
  • Dependent on test coverage tools
Project
SKILL.md
1.8 KB
.cursorrules
1.2 KB
package.json
240 B
Ready
UTF-8

# Tags

[No tags]
SKILL.md
Readonly

Pre-Commit Self-Check

Validate your changes before committing to ensure code quality and security standards are met.

Purpose

This skill performs a comprehensive self-check on staged changes to catch issues before they are committed. It combines code quality checks with security validation.

What It Checks

1. Code Quality

  • Syntax errors in changed files
  • Linting issues (if linter available)
  • Type errors (if type checker available)
  • Test coverage for new code

2. Security

  • Hardcoded credentials
  • Injection vulnerabilities
  • Insecure dependencies
  • Debug code and TODO comments

3. Git Hygiene

  • Commit message format
  • No large binary files
  • No merge conflict markers
  • No unresolved TODOs marked as blockers

Usage

/self-check

Run this skill before git commit to validate your changes.

Process

  1. Identify Changes: Get list of staged files
  2. Syntax Check: Ensure code parses correctly
  3. Security Scan: Check for common vulnerabilities
  4. Quality Check: Run available linters
  5. Report: Summarize findings with actionable items

Output Format

=== Self-Check Results ===

Staged Files: 5
  - src/handler.py
  - src/utils.py
  - tests/test_handler.py
  - package.json
  - README.md

[PASS] Syntax Check: All files parse correctly
[FAIL] Security Check: 2 issues found
  - src/handler.py:25 - Potential SQL injection
  - src/utils.py:10 - Hardcoded password

[PASS] Quality Check: No linting errors
[WARN] Coverage: New code in handler.py not covered by tests

Recommendation: Fix security issues before committing

Exit Codes

  • 0: All checks passed
  • 1: Security issues found (blocking)
  • 2: Quality issues found (warning)

Integration

This skill should be run:

  1. Before every commit
  2. As part of the remediation loop
  3. When requested by the orchestrator

Related Skills

Looking for an alternative to self-check or building a Categories.community AI Agent? Explore these related open-source MCP Servers.

View All

widget-generator

Logo of f
f

widget-generator is an open-source AI agent skill for creating widget plugins that are injected into prompt feeds on prompts.chat. It supports two rendering modes: standard prompt widgets using default PromptCard styling and custom render widgets built as full React components.

149.6k
0
Design

chat-sdk

Logo of lobehub
lobehub

chat-sdk is a unified TypeScript SDK for building chat bots across multiple platforms, providing a single interface for deploying bot logic.

73.0k
0
Communication

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication