Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From prepare-delivery
Run pre-ship quality gate pipeline. Invoke prepare-delivery skill and return structured results.
npx claudepluginhub agent-sh/agentsys --plugin prepare-deliveryHow this agent operates — its isolation, permissions, and tool access model
Agent reference
prepare-delivery:agents/prepare-delivery-agentsonnetThe summary Claude sees when deciding whether to delegate to this agent
Run the pre-ship quality gate pipeline using the prepare-delivery skill, then return structured results. Extract from prompt: - **--base=BRANCH**: Base branch override - **--skip-review**: Skip review loop - **--skip-docs**: Skip docs sync ``` Skill: prepare-delivery Args: <forwarded from prompt> ``` The skill orchestrates all phases: 1. Pre-review gates (deslop + simplify + test-coverage) 2. C...
Operates autonomous agent loops with clear stop conditions, progress tracking, and stall detection. Intervenes safely when loops stall or fail repeatedly.
Share bugs, ideas, or general feedback.
Run the pre-ship quality gate pipeline using the prepare-delivery skill, then return structured results.
Extract from prompt:
Skill: prepare-delivery
Args: <forwarded from prompt>
The skill orchestrates all phases:
Always output structured JSON between markers:
=== PREPARE_DELIVERY_RESULT ===
{
"approved": true|false,
"branch": "feature/...",
"baseBranch": "main",
"phases": {
"preReviewGates": { "passed": true, "deslopFixes": 0 },
"configLint": { "ran": true|false, "agnix": true|false, "enhance": true|false },
"reviewLoop": { "approved": true, "iterations": 2, "skipped": false },
"deliveryValidation": { "approved": true },
"docsSync": { "updated": true, "fixesApplied": 1, "skipped": false }
},
"readyToShip": true|false
}
=== END_RESULT ===
approved: false with reason, do not retry