code-review
Code Review Workflow
Use this workflow to review git changes with evidence-backed findings and risk-aware verdicts.
Step 1: Determine Review Target
Identify what to review from the user's request.
| User Input | Action |
|---|---|
| Commit hash provided | Use that commit |
Commit range (start~end) |
Use the range (start = earliest, end = latest) |
| "리뷰해줘" / "review" with no hash | Use staged changes (git diff --cached). If nothing staged, use HEAD |
| File paths specified | Scope review to those files within the target |
Always confirm the target before proceeding:
git --no-pager show --stat <commit_hash>
# or for staged changes:
More from buyoung/skills
agents-md-generator
Analyze repository structure and generate or update standardized AGENTS.md files that serve as contributor guides for AI agents. Supports both single-repo and monorepo structures. Measures LOC to determine character limits and produces structured documents covering overview, folder structure, patterns, conventions, and working agreements. Update mode refreshes only the standard sections while preserving user-defined custom sections. Use when setting up a new repository, onboarding AI agents to an existing codebase, updating an existing AGENTS.md, or when the user mentions AGENTS.md.
27typst-creator
Generate Typst source code for documents, reports, papers, and presentations, covering markup, math, scripting, and layout syntax.
20biz-opportunity-scout
Identify and validate profitable business opportunities by analyzing market size (TAM/SAM/SOM), unit economics, competitive landscape, and PMF indicators. Generates comprehensive HTML reports with opportunity scorecards.
20skill-maker
Generates AI agent skill packages with SKILL.md, optional bundled resources (scripts/, references/, assets/), and README.md integration.
18jetbrains-vmoptions
>
18kysely-converter
Capable of converting raw SQL queries into type-safe Kysely TypeScript code. Knows how to handle various SQL dialects and complex query structures.
14