code-review

Solid

Review code with a sharp, encouraging voice - inline GitHub PR comments + a tight summary. Supports PR (default), pending changes, commit hash, and codebase modes. Encodes an opinionated review style: severity-prefixed, concise, actionable, no fluff.

Code & Development 2 stars 0 forks Updated today MIT

Install

View on GitHub

Quality Score: 81/100

Stars 20%
16
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Code Review ## What this skill is - and isn't | Skill | Question it answers | Output | |---|---|---| | `vd:scout` | "Where does this code live?" | Pointers | | `vd:debug` | "Why is this broken?" | Root cause | | **`vd:code-review`** | **"Is this change ready to land, and what should the author fix?"** | **Inline PR comments + summary verdict** | | `vd:ship` | "Land the branch." | Merged + tagged + PR | This skill **reviews and reports**. It does not implement fixes. If a fix is obvious and one-line, mention it in the comment as a suggestion - but don't apply it. Hand back to `vd:cook` / `vd:fix` for the actual work. > **Codex runtime:** this file uses Claude-Code tooling (`AskUserQuestion`, `Task(Explore)` subagents). Under `codex exec` use the self-contained `codex-review.md` in this skill dir instead; per-site fallbacks below also apply. ## Modes Auto-detect from arguments. Ambiguous or empty → `AskUserQuestion` (Claude Code; plain-text question elsewhere). | Argument | Mode | Source of diff | |---|---|---| | `#123`, `123`, or GitHub PR URL | **PR** *(default & polished path)* | `gh pr diff` | | 7+ hex chars (`abc1234`) | **Commit** | `git show <sha>` | | `--pending` | **Pending** | `git diff` (staged + unstaged) | | `codebase` | **Codebase** | Broad scan via subagents | | *(none, recent changes in context)* | **Recent** | Whatever was just edited | Flags: - `--dry-run` - print the review payload, do NOT post to GitHub (PR mode only) - `--post` - opposite default;...

Details

Author
vanducng
Repository
vanducng/skills
Created
2 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category