Skip to content

Latest commit

 

History

History
54 lines (40 loc) · 1.95 KB

File metadata and controls

54 lines (40 loc) · 1.95 KB

Review Agent Workflow

Manual review-only workflow for pull request and diff review agents

This is a compact workflow skill for agents that should inspect PRs, diffs, CI signals, or leak risks without automatically fixing, commenting, approving, or requesting changes.

Use it when you want findings-first review output and clear operator control over anything that would write back to a repo or tracker.

Skill file  |  Install  |  Review guide  |  Output format  |  Deep review  |  Publish rules

What It Covers

Area Purpose
Quick and deep review Inspect changes and report real findings without noise.
CI and leak checks Read logs or diffs in a limited, read-only scope.
Publish control Prepare review text, but publish only after exact operator GO.

Quick Start

Ask your OpenClaw agent to use the skill by name:

Use review-agent-workflow. Phase 0.
Use review-agent-workflow. REVIEW-GO for <PR or diff>.
Use review-agent-workflow. DEEP-REVIEW-GO for <PR>.

The detailed review guide lives in docs/WORKFLOW.md.

Repository Map

Path Purpose
SKILL.md Main skill entry file.
docs/WORKFLOW.md Full README-style guide with review phases, stop conditions, and quality rules.
references/ Review rules, output formats, deep-review notes, and publish/address rules.
agents/openai.yaml Agent metadata/config included with the skill package.

License

MIT. See LICENSE.