code-review
Code Review
Overview
Perform a rigorous, adversarial review that cross-checks story claims and acceptance criteria against the real code changes. Prioritize concrete, reproducible findings with file and line references. If the code is clean, explicitly say so.
Quick Start
- Determine scope: story file + repository, or a diff/PR.
- Identify repo root (use git) and collect changed files via
git status --porcelain,git diff --name-only, andgit diff --cached --name-only. - Load story/spec inputs if provided; otherwise ask for the story/spec or acceptance criteria.
- Exclude non-application files and folders (
.cursor/,.windsurf/,.claude/, and other tooling/config folders unless explicitly requested).
Workflow
Follow the detailed workflow in references/workflow.md. Use these guardrails when adapting it to a standalone repo:
More from sungkhum/agent-skills-pack
edge-case-hunter
Exhaustive edge-case review that traces branching paths and boundary conditions in a diff or code sample and reports only unhandled cases. Use when the user asks to hunt edge cases, boundary conditions, missing guards, or wants an edge-case-focused review.
12market-research
Standalone market research workflow. Use when the user asks for market research, competitive landscape analysis, customer needs, market trends, or a market research report about a business idea.
10domain-research
Standalone domain or industry research workflow. Use when the user asks for domain research, industry analysis, sector overviews, regulatory landscape, or a domain research report.
10tech-writer
Standalone technical writer agent. Use when the user asks to write or update technical documentation, create Mermaid diagrams, explain complex concepts, validate docs against standards, or generate comprehensive project documentation.
10ux-designer
Standalone UX designer agent. Use when the user asks for UX design, user research, interaction design, UI patterns, experience strategy, or guidance creating a UX design specification.
9create-ux-design
Standalone UX design specification workflow. Use when the user asks to create UX design specs, plan UX patterns, define UX strategy, or produce a UX design specification document.
9