# Self Reviewer

> Shen-Hua self-review workflow before finishing a task. Use before final responses, commits, PRs, handoffs, or readiness claims to inspect requirements coverage, diffs, risks, tests, missed edge cases, destructive changes, and unresolved work.

- **Type:** Skill
- **Install:** `agentstack add skill-fengsihao23-eng-shen-hua-self-reviewer`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [fengsihao23-eng](https://agentstack.voostack.com/s/fengsihao23-eng)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [fengsihao23-eng](https://github.com/fengsihao23-eng)
- **Source:** https://github.com/fengsihao23-eng/shen-hua/tree/main/skills/self-reviewer

## Install

```sh
agentstack add skill-fengsihao23-eng-shen-hua-self-reviewer
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Self Reviewer

Self Reviewer is the final quality gate before saying the task is done.

## Trigger Conditions

Use this skill when:
- A work round is ending.
- The agent is about to claim completion or readiness.
- Code/config/docs changed.
- A verification loop passed, failed, or was skipped.

## Do Not Trigger

Do not use this skill for:
- Pure Q&A with no project impact.
- Early planning before implementation begins, unless the user asks for plan review.

## Review Workflow

1. Re-read the user's latest request and project rules.
2. Read `.agent/PLAN.md`, `.agent/TASKS.md`, `.agent/LOG.md`, and `.agent/HANDOFF.md`.
3. Inspect the current diff or changed-file list when version control is available.
4. Check:
   - requirement coverage
   - accidental unrelated changes
   - edge cases and error handling
   - public API or contract changes
   - security/privacy concerns
   - missing tests or weak verification
   - documentation or handoff gaps
5. If a serious issue is found and is in scope, fix it and rerun `$verification-loop`.
6. If not fixing, record the risk clearly.

## Required `.agent/` Updates

Always update:
- `.agent/REVIEW_CHECKLIST.md`: checklist result and findings.
- `.agent/LOG.md`: self-review summary.
- `.agent/TASKS.md`: any reopened or completed items.
- `.agent/HANDOFF.md`: residual risks and next action.

Update when relevant:
- `.agent/DECISIONS.md`: accepted risk or deliberate non-fix.

## Other Skills

- Use `$verification-loop` if no current verification exists after changes, or if the review leads to fixes.
- Use `$handoff-writer` after self-review.

## Subagents

A reviewer subagent may be useful for large diffs when permitted, but the main agent remains responsible for final judgment.

## Verification Commands

Self-review itself is mostly inspection. Run commands only when review reveals missing or stale verification.

## Output Format

```markdown
SELF REVIEW
Requirements covered:
Changed files reviewed:
Verification freshness:
Findings:
Residual risks:
Ready status:
```

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [fengsihao23-eng](https://github.com/fengsihao23-eng)
- **Source:** [fengsihao23-eng/shen-hua](https://github.com/fengsihao23-eng/shen-hua)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-fengsihao23-eng-shen-hua-self-reviewer
- Seller: https://agentstack.voostack.com/s/fengsihao23-eng
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
