KS
Killer-Skills

review — Categories.community

v1.0.0
GitHub

About this Skill

Ideal for Code Review Agents needing comprehensive content analysis and pre-commit checks. NixOS setup

TheCactusBlue TheCactusBlue
[0]
[0]
Updated: 3/5/2026

Quality Score

Top 5%
18
Excellent
Based on code quality & docs
Installation
SYS Universal Install (Auto-Detect)
Cursor IDE Windsurf IDE VS Code IDE
> npx killer-skills add TheCactusBlue/nixfiles/review

Agent Capability Analysis

The review MCP Server by TheCactusBlue is an open-source Categories.community integration for Claude and other AI agents, enabling seamless task automation and capability expansion.

Ideal Agent Persona

Ideal for Code Review Agents needing comprehensive content analysis and pre-commit checks.

Core Value

Empowers agents to analyze diffs for bugs, security problems, and style inconsistencies using Git commands like `git diff --staged` and `git diff`, providing findings for user review and decision-making.

Capabilities Granted for review MCP Server

Automating pre-commit checks for code quality
Debugging security issues in staged changes
Reviewing style inconsistencies in unstaged code

! Prerequisites & Limits

  • Requires Git installation and configuration
  • Does not auto-fix issues, only presents findings for user decision
Project
SKILL.md
2.2 KB
.cursorrules
1.2 KB
package.json
240 B
Ready
UTF-8

# Tags

[No tags]
SKILL.md
Readonly

Pre-Commit Self-Review

Overview

Review the current changeset for issues before committing. Analyzes the diff for bugs, security problems, leftover debug code, and style inconsistencies. Presents findings for the user to decide on — does not auto-fix.

The Process

Gather the changeset:

  • Run git diff --staged to get staged changes
  • If nothing is staged, fall back to git diff for unstaged changes
  • If both are empty, inform the user there's nothing to review

Check project conventions:

  • If CLAUDE.md exists at the project root, read it for project-specific rules
  • Note any conventions around naming, error handling, imports, or formatting
  • Use these as additional review criteria alongside the defaults

Analyze changes for issues:

  • Bugs and logic errors - Off-by-one, null/undefined access, wrong comparisons, missing edge cases, race conditions
  • Leftover debug code - console.log, debugger, print() statements, TODO/FIXME/HACK comments added in this diff
  • Security issues - Hardcoded secrets, SQL injection, XSS, unsanitized input, overly permissive permissions
  • Missing error handling - Unhandled promise rejections, unchecked return values, bare except/catch blocks
  • Style inconsistencies - Naming convention mismatches, inconsistent patterns compared to surrounding code

Present findings:

  • Group issues by severity:
    • Blocking - Bugs, security issues, or errors that must be fixed before committing
    • Warning - Likely problems worth addressing but not strictly required
    • Nitpick - Style or preference issues, take-or-leave
  • For blocking issues, suggest a specific fix with code
  • For warnings and nitpicks, describe the issue and location
  • If the changeset is clean, confirm with a brief summary of what was reviewed

Key Principles

  • Diff-focused - Only review what changed, not the entire file
  • Advisory, not automatic - Present findings for the user to act on
  • Convention-aware - Respect project-specific rules from CLAUDE.md
  • Severity-driven - Clearly separate must-fix from nice-to-have
  • Concise - Don't repeat the code back; reference file and line, describe the issue, suggest the fix

Related Skills

Looking for an alternative to review 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