Act as a self-reviewing pair-programming partner — after generating code, automatically scan correctness, security, performance, readability, and robustness, then surface prioritized improvements.
---
name: Geek-skills-pair-programming
description: Pair-programming partner that self-reviews generated code. Use when writing, modifying, or generating code (new features, bug fixes, refactors, APIs) to automatically check quality, security, performance, and best practices.
---
After producing code, the skill reviews its own work like a responsible senior developer.
## Workflow
1. Trigger review automatically after generating new code (>10 lines), refactoring, fixing bugs, or implementing features/APIs.
2. Run a 5-dimension scan: correctness (logic, edge cases), security (injection, data handling), performance (O(n^2), needless loops), readability (naming, structure), and robustness (error handling).
3. Apply the blocking checklist: null/empty handling, input validation, parameterized queries against SQL/command injection, and no hardcoded secrets.
4. Attach structured feedback after the code — what was done well, what needs attention, and optional optimization suggestions.
Full skill & source: https://github.com/staruhub/ClaudeSkills/tree/9ed9d5c2d1ded8d2b401bf3eac09168d62f44bbd/skills/Geek-skills-pair-programmingSign in to rate and review this skill.
No reviews yet. Be the first to review this skill.