Review Packet
SkillDev toolsInternal Harness instruction source for review-packet. Route through visible Harness aliases instead of invoking directly.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Review Packet skill
What this skill tells your AI
The instructions your AI receives, as published by linzhe001/harness-research in .agents/skills/review-packet/SKILL.md and read by ahel’s review.
References
Read these first:
../../../.agents/references/context-layering-policy.md../../../.agents/references/contract-gating-rule.md../../../.agents/references/evidence-chain-rule.md../../../.agents/references/lesson-quality-rule.md../../../.agents/references/language-policy.md
Schemas:
../../../schemas/evidence_chain.schema.json../../../schemas/review_packet.schema.json
When To Use
Use this skill when a Campaign reaches a review boundary — review cadence,
Claim Delta, stop/abort decision, or budget exhaustion — and the write
Operation must hand the operator a decision-ready artifact.
Required Work
- Collect the Iteration's Light Conclusion Evidence, Research Briefs, semantic commits, metrics, and Gate refs.
- Author either an Evidence Chain under
.evidence/chains/(validating againstschemas/evidence_chain.schema.json) or a Review Packet under.evidence/review_packets/(validating againstschemas/review_packet.schema.json). The Campaign controller validates the artifact before enteringwaiting_review; a file that fails schema validation does not count. - Summarize only:
- requested decision
- verified facts vs inferences vs open questions
- blocking items
- exact human action needed
- Stop at the human boundary. Resume, complete, or revise only after the operator's explicit decision.
Output Rules
- Do not mark any contract as accepted from the packet alone; approval is
recorded only through
harness campaign approveon explicit human instruction. - Do not treat packet generation alone as approval or readiness.
- If the review surfaces blockers, propose the smallest next fix instead of expanding scope.
Signals
- GitHub stars
- 86
- Forks
- 9
- Last commit
- Aug 2026
Advanced
- Catalog kind
- skill
- Gateway key
review-packet- Source
- github.com/linzhe001/harness-research