From pm-engineering
Reviews AI-authored code for characteristic failure modes: plausible-but-wrong logic, hallucinated APIs, over-engineering, dead scaffolding, and silent security shortcuts.
How this skill is triggered — by the user, by Claude, or both
Slash command
/pm-engineering:ai-code-reviewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Human code fails where the human got tired or didn't know; AI code fails where *plausibility diverged from correctness* — and it fails fluently, with confident naming, clean formatting, and tests that pass without testing anything. Reviewing it with human-code instincts ("looks careful, probably is careful") is how the new bug class ships. This skill reviews for the failure modes that are chara...
Human code fails where the human got tired or didn't know; AI code fails where plausibility diverged from correctness — and it fails fluently, with confident naming, clean formatting, and tests that pass without testing anything. Reviewing it with human-code instincts ("looks careful, probably is careful") is how the new bug class ships. This skill reviews for the failure modes that are characteristically AI.
Ask for (if not already provided):
Review in this order — most damaging first:
utils/), a new pattern where the codebase has a convention, a second source of truth. Verification: for each new helper/abstraction, grep for the existing equivalent.Verdict: ✅ approve / 🟡 approve with required fixes / 🔴 request changes — [one line]
Findings
| # | Failure mode | Location | Severity | Finding + fix |
|---|
Verified by running: [the hand-traces, API checks, and break-the-test exercises actually performed — a review that only read the diff says so]
Debt accepted knowingly: [over-engineering/style items merged anyway, listed so they're chosen]
Team checklist for AI-authored PRs: [the 7 modes as a calibrated checklist + the house rule: AI-assisted PRs declare provenance, and the author self-reviews before requesting review]
npx claudepluginhub mohitagw15856/pm-claude-skills --plugin pm-engineeringSecurity-focused review of AI-generated or AI-assisted code. Use when reviewing code produced by AI coding assistants, auditing AI-generated patches, verifying AI-assisted contributions before merge, or when a review needs to account for failure modes specific to AI code generation.
Performs AI-powered code reviews with static analysis (CodeQL, SonarQube, Semgrep) and AI tools for security, performance, bugs, and maintainability across 30+ languages in CI/CD.
Combines static analysis tools (CodeQL, SonarQube, Semgrep) with AI (Copilot, Claude) to review PRs for security, performance, and maintainability.