han-release
Cut a Han release: update CHANGELOG.md with the changes since the last release, bump and tag every plugin that changed as {plugin-name}--v{version} so a…
When running a code review, follow the process outlined here.
$ npx -y skills add testdouble/han --skill code-review --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/code-reviewContext preview
The summary Claude sees to decide when to auto-load this skill.
When running a code review, follow the process outlined here.
name: code-review
description:
'Run a comprehensive code review on local source files. Use this skill when the user asks to review, audit, inspect,
evaluate, or check code, even if they never use the word "review." Does not post comments to GitHub pull requests —
use post-code-review-to-pr for that. Does not analyze architectural structure or module boundaries — use
architectural-analysis for that. Does not explain code or a PR to build understanding before reviewing — use
code-overview for a written overview, or code-walkthrough to be paced through it one step at a time. Does not capture
feedback on Han''s own skills — use han-feedback for that.'
arguments: size
argument-hint: "[size: small | medium | large | dynamic] [optional context about changes or areas to focus on]"
allowed-tools:
Bash(git *), Bash(gh *), Bash(make *), Bash(npm *), Read, Write, Grep, Glob, Agent,
Bash(bash "${CLAUDE_PLUGIN_ROOT}/scripts/han-config-dir.sh")When running a code review, follow the process outlined here.
As your first action, use the Read tool on `.han/config.md` inside the `personal config directory` path above. A read that returns no file is no personal configuration: continue silently. When that file or the `project .han/config.md` probe supplies content, apply it per [config-rule.md](../../references/config-rule.md), which governs precedence between the two files, relative-path resolution, and what to do with a file that reads but cannot be used.
Severity levels:
isolation failures.
missing error handling.
opportunities.
Severity calibration is governed by **Step 3.3** (the authoritative home for size-based demotion). Manual findings from Steps 4 to 6 follow the same size-based rules as agent findings classified at Step 7: Small changes escalate only Critical findings and default uncertain ones to the lower severity, Medium changes escalate Critical and Warning, Large changes prefer the higher severity when in doubt. Read `{size}` from Step 3.1. Include `file_path:line_number` references and code examples for suggested fixes.
**Finding caps:** Manual review findings (Steps 4-6) and agent findings (Step 7) are each capped at 30 items. Prioritize by severity: all CRIT first, then WARN, then SUGG. If either cap is exceeded, note that additional items were omitted and another code review is recommended after addressing current items. Security findings are not capped (see classification rubric).
**Project pattern deference:** A pattern that differs from general best practices but is consistent within the project is not a review finding. Only flag deviations from the project's own conventions.
**YAGNI findings are a separate, non-correcting class.** Apply the two-pass YAGNI procedure documented in [`references/review-checklist.md`](./references/review-checklist.md) (the canonical home for the procedure and the (a)/(b)/(c) recording requirement) to every change in the diff. **YAGNI findings are listed in their own `### 🟡 YAGNI` section, separate from Critical / Warning / Suggestion**, and **do not appear under CRIT / WARN / SUGG**. The YAGNI section opens with this exact statement: _"These findings will not be corrected unless explicitly requested. They are documented so the team can decide consciously whether to keep, simplify, or defer the items."_ Severity calibration (the directive in Step 3.3, the authoritative home) does NOT apply to YAGNI; these findings are surfaced regardless of change size and are advisory, not corrective.
**Automated tool boundary:** If the project has a linter or formatter, trust it. Only flag style issues that automated tools can't catch.
**Readability standard:** The review report is a reader-facing deliverable. As it writes the finding prose and narrative, the skill sources the shared standard by invoking `han-communication:readability-guidance` (Step 8) and applies it, holding the named audience: the author and reviewers of the change under review. The standard governs how each finding reads (lead with what to do and why, one idea per paragraph, short active sentences, plain words), and drops a required technical fact only when the reader asked for less and losing it would not change what they do next. It applies to the prose in finding bodies and narrative sections only; it never rewrites task IDs, severities, `file_path:line_number` references, `EXPLOIT:` fields, category labels, the fixed section headings and their order, the Review Summary table structure, or any code snippet. The dedicated `han-communication:readability-editor` rewrite (Step 8.5) and the readability self-check (Step 9.2) carry the standard into the report.
Assign a unique task ID to each review item:
they are not corrected unless the user explicitly requests it
IDs are sequential within each category, starting at 001. Assign IDs in the order files are reviewed (a
Han is a suite of AI skills and agents for solo (or small-team) product engineers.
Cut a Han release: update CHANGELOG.md with the changes since the last release, bump and tag every plugin that changed as {plugin-name}--v{version} so a…
Update Han plugin documentation so every skill, agent, guidance doc, index, and cross-reference is current and accurate. On a non-default branch, scopes the…
Produces a progressive-disclosure overview of unfamiliar code or a pull request's changes with code-overview and publishes the resulting overview to a…
Runs an evidence-based investigation of a bug, failure, or unexpected behavior with investigate and publishes the resulting investigation report to a…
Publishes a local Markdown file to a user-specified Confluence location, creating a new page or updating an existing one through the Atlassian MCP server. Use…
Builds a feature specification from scratch with plan-a-feature and publishes it to a user-specified Confluence location, posting the spec as a parent page and…