backend-pr-review
Installation
SKILL.md
backend-pr-review
Review backend pull requests for security, performance, code quality, and testing gaps across any stack.
Context Files
$JAAN_LEARN_DIR/jaan-to-backend-pr-review.learn.md- Past lessons (loaded in Pre-Execution)$JAAN_TEMPLATES_DIR/jaan-to-backend-pr-review.template.md- Report output template$JAAN_CONTEXT_DIR/tech.md- Backend stack detection (if exists)$JAAN_CONTEXT_DIR/review-standards.md- Project-specific review rules (if exists)${CLAUDE_PLUGIN_ROOT}/docs/extending/language-protocol.md- Language resolution protocol
Reference files (loaded on demand by stack key):
references/security-patterns.md- SQL injection, XSS, command injection, auth bypass, secrets per stackreferences/performance-patterns.md- N+1, unbounded queries, pagination, connection pooling per stackreferences/code-quality-patterns.md- Error handling, dead code, standards, test conventions per stack
Output path: $JAAN_OUTPUTS_DIR/backend/pr-review/ -- ID-based folder pattern.