.codex/skills/cockpit-agentbus/SKILL.md
Operational rules for using AgentBus safely: packet threading, updates, receipts, and close discipline.
npx skillsauth add future3ooo/agentic-cockpit cockpit-agentbusInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill whenever you create, update, or close AgentBus tasks.
send-text for new work and preserve threading with rootId and parentId.update to append clarifications to in-flight tasks; do not fork duplicate task ids.outcome and an auditable note.commitSha in receipts when code changes were committed.USER_REQUEST should start a new root unless explicitly tied to an existing workflow.signals.rootId stable for the lifecycle.signals.parentId for direct lineage to the triggering task.done: acceptance criteria met and verification completed.blocked: concrete dependency prevents progress.needs_review: human/reviewer decision still required.failed: attempted execution failed and needs a fix task.skipped: intentionally canceled/superseded.development
Mandatory verification checklist for code changes: run the repo's standard format/lint/typecheck/test stack before marking work complete.
development
Run SkillOps (debrief -> distill -> lint) so cockpit skills continuously learn from real task outcomes.
testing
QA skill: reproduce issues, write clear steps, and validate fixes (locally or via E2E when available).
testing
Hard gate for PR feedback loops: fix, ask re-check, then resolve only after verified closure.