This is an experimental skill. Never use it unless the user explicitly tells you to invoke $prp-deliver.
52
58%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Low
Low-risk findings worth noting
Fix and improve this skill with Tessl
tessl review fix ./.agents/skills/prp-deliver/SKILL.mdArguments:
$ARGUMENTS(and$1,$2, ...) refer to the arguments given when this skill was invoked. Take them from the user's request; if absent, infer them from the conversation.
Own one outcome from source input to a published READY TO MERGE review and green CI. Act as the sub-orchestrator for this delivery: start and steer specialist agents, preserve their handoff artifacts, and do not implement or review the work in this context.
Input: $ARGUMENTS (if absent, use the conversation).
READY TO MERGE verdict, and green required CI.Accept an issue or tracker URL, PRD, document, existing .plan.md, free-form request, conversation context, or reviewed PR.
$prp-review; this is not a delivery run.Plan Publication, start a planning agent with $prp-plan publish <absolute-path> first.$prp-implement resolve it from source metadata and require that agent to return the persisted absolute plan path.Invoke
$prp-planagainst<complete input>. Additional caller context:<relevant context and explicit base, if any>. Caller constraints, verbatim:<constraints or "None">. Return the absolute plan path, source and publication URLs, and any concrete blocker.
Require an absolute plan path before review and, for issue-derived plans, a verified published-plan URL.
Start a fresh agent in the same checkout with this prompt:
Invoke
$prp-implementon<absolute plan path or source issue>with base<explicit base, if any>. Caller constraints, verbatim:<constraints or "None">. Own implementation through validation, scoped commit, PR creation, linked PRD updates, and the implementation report. ReturnVALIDATION: GREEN, the resolved absolute plan path, absolute report path, and PR URL; otherwise return the concrete blocker.
Do not begin review without VALIDATION: GREEN, a live PR, and the implementation report.
Start a fresh agent with this prompt:
Invoke
$prp-reviewon<PR URL or number>with scopes<requested scopes, if any>. Caller constraints, verbatim:<constraints or "None">. Publish the complete review to GitHub. Return the verdict, canonical review-report path, verified publication URL, and any review blocker.
Require the complete canonical review report, its absolute path, its complete GitHub publication, and the verified publication URL.
For NEEDS FIXES, REVIEW INCOMPLETE, or any OPEN finding, send the complete review report—not an abbreviated finding list—to the implementation agent:
Continue this delivery by invoking
$prp-implementin review-correction mode for<PR>. Read<plan>,<implementation report>, and the complete review at<review report>. Caller constraints and the dispositions for findings in this report, verbatim:<constraints and dispositions or "None">. Disposition every finding under the skill's fix-now, follow-up, and decline rules. RestoreVALIDATION: GREENand update the implementation report. Commit and push only when repository changes are required; for an evidence-only disposition, prove the PR head is unchanged.
Let the implementation agent disposition the report using its plan and code context. Prefer fixing valid, narrow, low-risk findings now; track only valuable distinct outcomes, and decline speculative or directionally wrong work without creating backlog noise.
If that agent is unavailable, start a fresh correction agent with the same complete artifact bundle. After every correction or disposition, start another fresh review agent with the caller constraints, the complete canonical report, and the dispositions under verification, then update the canonical publication. Repeat until READY TO MERGE with every finding terminal, or a genuine blocker survives without new evidence or progress. Do not wait for or check CI between rounds; CI clears once, at the end of the delivery, on the final head.
After READY TO MERGE, wait for every required CI check. A pending check is not green. Return a PR-caused failure and its complete evidence to the implementation agent and tell it to invoke $prp-implement in CI-correction mode, then run a fresh review against the changed head. When the repository has no required CI, rerun its authoritative local validation instead and record that evidence.
Return the implemented outcome, absolute plan and implementation-report paths, PR URL, READY TO MERGE verdict, latest review-report path, GitHub publication URL, validation summary, and CI results. These are the proof the caller verifies before accepting the workstream. Only then suggest meaningful remaining non-blocking follow-ups. If genuinely blocked, return the same artifact bundle plus the exact blocker and recommended next action.
d62c3ae
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.