/ha-code-review
Hope-native review of uncommitted, staged, commit, branch, or PR changes: discover concrete regressions, independently verify candidates, and report actionable findings first without speculative noise.
$ npx -y skills add shiwenwen/hope-agent --skill ha-code-review --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
- Slash command
/ha-code-review
Context preview
The summary Claude sees to decide when to auto-load this skill.
Hope-native review of uncommitted, staged, commit, branch, or PR changes: discover concrete regressions, independently verify candidates, and report actionable findings first without speculative noise.
SKILL.md
ha-code-review.SKILL.mdname: ha-code-review
description: "Hope-native review of uncommitted, staged, commit, branch, or PR changes: discover concrete regressions, independently verify candidates, and report actionable findings first without speculative noise."
paths: ["*.rs", "*.ts", "*.tsx", "*.js", "*.jsx", "*.py", "*.go", "*.java", "*.kt", "*.swift", "*.c", "*.cpp", "*.h", "*.rb", "*.php", "*.sh"]
Hope Code Review
Review as a maintainer. The default action is to inspect and report, not to edit. Only repair findings when the user asks for fixes.
Establish The Target
Identify exactly what is under review:
- Staged, unstaged, and untracked changes.
- A commit or commit range.
- Branch or PR diff against the correct base.
- A named file or subsystem.
Read the changed files and enough surrounding code, tests, architecture, and callers to understand behavior. Do not report unrelated pre-existing issues as findings introduced by the change.
Two-Phase Reasoning
Discovery
Search from multiple relevant angles:
- Correctness, state transitions, error paths, and data loss.
- Security, privacy, permissions, and unsafe trust boundaries.
- Concurrency, cancellation, retry, persistence, and recovery.
- Performance on realistic hot paths.
- Cross-module contracts, compatibility, and missing regression coverage.
Generate candidate issues without committing to them.
Verification
For each candidate:
1. Trace a concrete scenario that reaches the changed behavior. 2. Confirm the issue was introduced or exposed by the review target. 3. Check whether surrounding guards or tests already prevent it. 4. Keep it only if the author would likely fix it once informed.
Prefer no finding over a speculative or stylistic finding.
For a small, low-risk diff, one reviewer can perform both phases. For a broad or high-risk diff, an independent read-only reviewer may verify candidates. Do not mandate a fixed number of Agents or two review passes for every change.
Finding Bar
A finding must be discrete, actionable, and materially affect correctness, security, privacy, performance, maintainability of a shared contract, or regression protection. It must explain the triggering scenario and impact.
Do not report:
- Personal naming or formatting preferences.
- Broad rewrites without a concrete failure.
- Problems outside the changed behavior.
- Test requests that do not protect a meaningful contract.
Output
- Lead with findings ordered by severity.
- Use the smallest useful file/line or function reference.
- State scenario, impact, and fix direction concisely.
- Emit inline review directives only when requested and only for actionable
changed-line findings.
- If there are no actionable findings, say so directly and mention only real
residual verification gaps.
Do not bury findings under a summary. Do not modify code in review-only mode.
Verification Cost
Use cheap targeted checks only when they materially improve confidence. Follow repository instructions and do not run broad suites solely to make the review look thorough.
Smoke Prompts
- "Review all my uncommitted changes."
- "Check this commit for behavioral regressions."
- "Review this PR and leave inline comments only for real issues."
Read more
name: ha-code-review description: "Hope-native review of uncommitted, staged, commit, branch, or PR changes: discover concrete regressions, independently verify candidates, and report actionable findings first without speculative noise." paths: ["*.rs", "*.ts", "*.tsx", "*.js", "*.jsx", "*.py", "*.go", "*.java", "*.kt", "*.swift", "*.c", "*.cpp", "*.h", "*.rb", "*.php", "*.sh"]
Hope Code Review
Review as a maintainer. The default action is to inspect and report, not to edit. Only repair findings when the user asks for fixes.
Establish The Target
Identify exactly what is under review:
- Staged, unstaged, and untracked changes.
- A commit or commit range.
- Branch or PR diff against the correct base.
- A named file or subsystem.
Read the changed files and enough surrounding code, tests, architecture, and callers to understand behavior. Do not report unrelated pre-existing issues as findings introduced by the change.
Two-Phase Reasoning
Discovery
Search from multiple relevant angles:
- Correctness, state transitions, error paths, and data loss.
- Security, privacy, permissions, and unsafe trust boundaries.
- Concurrency, cancellation, retry, persistence, and recovery.
- Performance on realistic hot paths.
- Cross-module contracts, compatibility, and missing regression coverage.
Generate candidate issues without committing to them.
Verification
For each candidate:
1. Trace a concrete scenario that reaches the changed behavior. 2. Confirm the issue was introduced or exposed by the review target. 3. Check whether surrounding guards or tests already prevent it. 4. Keep it only if the author would likely fix it once informed.
Prefer no finding over a speculative or stylistic finding.
For a small, low-risk diff, one reviewer can perform both phases. For a broad or high-risk diff, an independent read-only reviewer may verify candidates. Do not mandate a fixed number of Agents or two review passes for every change.
Finding Bar
A finding must be discrete, actionable, and materially affect correctness, security, privacy, performance, maintainability of a shared contract, or regression protection. It must explain the triggering scenario and impact.
Do not report:
- Personal naming or formatting preferences.
- Broad rewrites without a concrete failure.
- Problems outside the changed behavior.
- Test requests that do not protect a meaningful contract.
Output
- Lead with findings ordered by severity.
- Use the smallest useful file/line or function reference.
- State scenario, impact, and fix direction concisely.
- Emit inline review directives only when requested and only for actionable
changed-line findings.
- If there are no actionable findings, say so directly and mention only real
residual verification gaps.
Do not bury findings under a summary. Do not modify code in review-only mode.
Verification Cost
Use cheap targeted checks only when they materially improve confidence. Follow repository instructions and do not run broad suites solely to make the review look thorough.
Smoke Prompts
- "Review all my uncommitted changes."
- "Check this commit for behavioral regressions."
- "Review this PR and leave inline comments only for real issues."
🦭 会记忆、能持续推进目标、会动态编排多 Agent 的跨端桌面 AI 助手,也可服务化常驻 NAS / 云端 | A cross-device desktop AI agent with memory, autonomous goals, dynamic workflows, and headless deployment
Repo: shiwenwen/hope-agent
Other skills on hope-agent.
- /email-draft
Use when the user asks to draft, polish, translate, or reply to an email. Produces a clean draft with subject line, greeting, body, and sign-off, plus a pre-send self-check.
Open skill - /feishu
Use when the user mentions 飞书 / Feishu / Lark workspace operations: docx (云文档) read/write, bitable (多维表格) records / views / dashboards, drive (云盘) upload/download, wiki (知识库) link resolution, approval (审批) instance create/cancel/query, calendar (日历) event create/list/update +
Open skill - /ha-browser
Hope Agent browser automation — the standard `status → tabs → snapshot → act` loop, stale-ref recovery rules, and what to do when login / 2FA / captcha / camera-prompt / dialog blocks progress. Load this skill whenever you reach for the `browser` tool. Trigger on: user asks the
Open skill - /ha-coding-common
Hope-native baseline for implementing, fixing, refactoring, and maintaining code: inspect the repository first, protect user changes, keep scope narrow, and finish with direct evidence.
Open skill - /ha-coding-plan
Hope-native implementation planning for non-trivial code changes: ground the plan in repository evidence, order dependencies, name critical files and risks, define verification, then continue execution when allowed.
Open skill - /ha-data-analytics
Hope-native local-first data analysis and Artifact reporting. Use for CSV/XLSX analysis, KPI readouts, metric diagnosis, product/business analysis, data-quality review, dashboards, charts, analytical reports, 数据分析, 指标诊断, 数据质量, 分析报告, or when the user wants a shareable offline
Open skill

