Install
$ agentstack add skill-evolvehq-docflow-ship-item ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
ship-item
Execute the completion event for one queue item. This is the most order-sensitive operation in the system — follow the steps exactly.
Step 0 — Preconditions and context
- Confirm the repo is bootstrapped with a
plan/queue. - Read
CONVENTIONS.mdandAGENTS.mdfor: the integration model
(direct-to-main fast-forward vs. PR-based with required CI), the verify gate command, the multi-agent mode, and the Git contract (signed commits, tags, trailers). Resolve adr/, plan/, and INDEX.md against the artefact root recorded in CONVENTIONS.md (default: repository root).
Step 1 — Select the item
Default to the lowest-numbered plan/todo/ file, or the one the user names. Read it and the owning ADR(s) in full.
Step 2 — Verify
Run the repo's verify gate. Require a pass. Do not bypass with --no-verify or equivalent. If it fails, stop, surface the failure, fix the root cause, re-run.
Step 3 — Integrate (per the repo's model)
- Direct-to-main, fast-forward:
git merge --ff-only(or
the work is already on main), then git push origin main. The verify gate ran locally in Step 2.
- PR-based: push the branch,
gh pr create --draft --fill, wait
for CI green (gh pr checks --watch), gh pr ready, then gh pr merge with the repo's strategy. Confirm the merge landed on main before continuing.
Step 4 — Move the queue item
Once the change is on main:
git mv plan/todo/NNNN-.md plan/done/-.md
(today's date prefix).
- Amend the moved file with a footer: "Shipped at HEAD ``" plus
any artefact id, image tag, deploy id, or PR link.
Step 5 — Advance the ADR(s) and regenerate
- Advance each owning ADR's
status:fromAcceptedtoImplemented. - Append a Revision History row if the status change is substantive
(it is). Regenerate INDEX.md to match.
Step 6 — Record
If _agent/ was omitted at bootstrap (Q5 = None), skip this step — git history is the record.
- Append a one-line
_agent/WORKLOG.mdrow: branch, HEAD, verify
result, any deferral.
- Update the live snapshot:
_agent/CURRENT_FOCUS.mdin single-checkout
modes; in worktree mode (Q5 mode 3) remove this worktree's row from _agent/IN_FLIGHT.md instead (CURRENT_FOCUS is local-only there).
Step 7 — Commit
Conventional Commit, Rationale: footer (touches an ADR). Group the move + status advance + INDEX + WORKLOG into one coherent commit where possible so the completion event is atomic in history.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: EvolveHQ
- Source: EvolveHQ/docflow
- License: MIT
- Homepage: https://evolvehq.github.io/docflow/
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.