Use when completing tasks, implementing major features, or before merging to verify work meets requirements
Dispatches specialized review agents to catch issues before merging or proceeding with tasks.
npx claudepluginhub harmaalbers/claude-requirements-frameworkThis skill inherits all available tools. When active, it can use any tool Claude has access to.
references/code-reviewer-template.mdDispatch code review to catch issues before they cascade. Uses our specialized review agents or /pre-commit command.
Core principle: Review early, review often.
Mandatory:
Optional but valuable:
/pre-commit (Recommended)Our framework provides specialized review agents. Simply run:
/pre-commit
This dispatches code-reviewer, silent-failure-hunter, and tool-validator agents with cross-validation.
1. Get git SHAs:
BASE_SHA=$(git rev-parse HEAD~1) # or origin/main
HEAD_SHA=$(git rev-parse HEAD)
2. Dispatch code-reviewer subagent:
Use Task tool with requirements-framework:code-reviewer type, fill template at references/code-reviewer-template.md
Placeholders:
{WHAT_WAS_IMPLEMENTED} — What you just built{PLAN_OR_REQUIREMENTS} — What it should do{BASE_SHA} — Starting commit{HEAD_SHA} — Ending commit{DESCRIPTION} — Brief summary3. Act on feedback:
Subagent-Driven Development:
Executing Plans:
Ad-Hoc Development:
When this skill completes, it auto-satisfies the pre_commit_review requirement. This means git commit will no longer be blocked.
Never:
If reviewer wrong:
Activates when the user asks about AI prompts, needs prompt templates, wants to search for prompts, or mentions prompts.chat. Use for discovering, retrieving, and improving prompts.
Search, retrieve, and install Agent Skills from the prompts.chat registry using MCP tools. Use when the user asks to find skills, browse skill catalogs, install a skill for Claude, or extend Claude's capabilities with reusable AI agent components.
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.