skills/fleet/SKILL.md
Parallel campaign coordinator. Splits work into non-overlapping waves, shares discoveries between waves, and records the state in `.citadel/fleet/`.
npx skillsauth add special-place-administrator/citadel_codex fleetInstall 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.
Fleet coordinates parallel workstreams. It exists for tasks that can be decomposed into multiple independent scopes without same-wave file collisions.
.citadel/coordination/ claims.---HANDOFF---
- Fleet session: {name}
- Wave completed: {wave number}
- Discoveries: {critical shared findings}
- Blockers: {merge conflicts, failed streams, or none}
- Next: {next wave or verification step}
---
development
GitHub issue and PR investigator. Pulls open issues/PRs, classifies them, searches the codebase for root cause or reviews contributed code, proposes fixes with file:line references, and optionally implements fixes. Handles both issues and pull requests.
development
Generate and verify tests — happy path, edge cases, error paths — using the project's own framework and patterns
development
Four-phase root cause analysis: observe, hypothesize, verify, fix. Enforces investigation before code changes and stops guess-and-check debugging.
testing
First-run experience for the harness. Detects the project stack, scaffolds the .citadel/ state directory, generates configuration, runs one real task as a demo, and prints a reference card of all available skills. Gets someone from install to first `do` command in 5 minutes.