Conduct effective code reviews with PR checklists, anti-pattern detection, best practice enforcement, and constructive feedback techniques. [EXPLICIT] Trigger: "code review", "PR review", "pull request", "review checklist"
From jm-adknpx claudepluginhub javimontano/jm-adk-alfaThis skill is limited to using the following tools:
agents/guardian.mdagents/lead.mdagents/specialist.mdagents/support.mdevals/evals.jsonknowledge/body-of-knowledge.mdknowledge/knowledge-graph.mdprompts/meta.mdprompts/primary.mdprompts/variations/deep.mdprompts/variations/quick.mdtemplates/output.docx.mdtemplates/output.htmlSearches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Implements structured self-debugging workflow for AI agent failures: capture errors, diagnose patterns like loops or context overflow, apply contained recoveries, and generate introspection reports.
"Code reviews are not about finding bugs — they're about sharing knowledge and raising the bar." — Unknown
Guides effective code review practices — PR review checklists, common anti-pattern detection, constructive feedback techniques, and automated review tooling. Use when establishing code review standards, reviewing pull requests, or improving team code quality practices. [EXPLICIT]
linting-formatting — Automated enforcement of style reduces review burdentest-strategy — Reviewing test quality alongside code qualityintegrity-chain-validation — Verify code traces back to requirementsExample invocations:
| Scenario | Handling |
|---|---|
| Empty or minimal input | Request clarification before proceeding |
| Conflicting requirements | Flag conflicts explicitly, propose resolution |
| Out-of-scope request | Redirect to appropriate skill or escalate |