skills/report-artifacts/SKILL.md
Reports operational workflow state across proposals, features, subfeatures, and slices.
npx skillsauth add sirius-cc-wu/sirius-skills report-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 concise, read-only operational summaries instead of manually inspecting multiple workflow registries.
# Overview report
python3 skills/report-artifacts/scripts/report_artifacts.py
# Group by lifecycle status
python3 skills/report-artifacts/scripts/report_artifacts.py --group-by status
# Group one artifact type by parent feature
python3 skills/report-artifacts/scripts/report_artifacts.py \
--artifact-type subfeature \
--group-by parent
# Emit machine-readable output with a custom stale threshold
python3 skills/report-artifacts/scripts/report_artifacts.py --stale-days 21 --json
--json: structured summary, groups, and recordsExit behavior:
0 when the report succeeds2 for invalid argumentstools
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.