skills/repair-artifacts/SKILL.md
Previews and repairs active workflow registries from durable directories and valid metadata.
npx skillsauth add sirius-cc-wu/sirius-skills repair-artifactsInstall 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 when a maintainer needs a conservative remediation path after audit finds registry or readme drift.
--apply to perform the selected repair writes# Preview a full repair plan
python3 skills/repair-artifacts/scripts/repair_artifacts.py
# Preview selected artifact layers
python3 skills/repair-artifacts/scripts/repair_artifacts.py \
--artifact-type proposal \
--artifact-type slice
# Apply the selected repairs
python3 skills/repair-artifacts/scripts/repair_artifacts.py --apply
# Emit machine-readable output
python3 skills/repair-artifacts/scripts/repair_artifacts.py --json
--json: structured actions, suggestions, and skipped artifactsExit behavior:
0 when the repair plan or apply run succeeds--apply is present.tools
Create or resume a dedicated git worktree for one feature or subfeature, drive `ship` inside that worktree, and hand the finished branch back as a pull request to the original branch.
testing
Reviews one completed feature or subfeature against final implementation and slice artifacts, then records a durable reconciliation block before archive.
development
Tightens durable repo-level rules in AGENTS.md and adjacent governance surfaces when repeated drift reveals a policy gap.
data-ai
Resolves one reviewed feature or subfeature backlog into remaining planned slices and routes each active slice to the next owning execution step with one commit per completed slice.