skills/measure-artifacts/SKILL.md
Computes durable implementation metrics for completed features and subfeatures, and can persist a reusable sidecar for later reporting.
npx skillsauth add sirius-cc-wu/sirius-skills measure-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 wants reusable implementation metrics for a completed feature or subfeature.
implementation-metrics.json only when the caller explicitly asks
for write mode.--scope <path> when nested planning scopes are ambiguouspython3 skills/measure-artifacts/scripts/measure_artifacts.py <target>
python3 skills/measure-artifacts/scripts/measure_artifacts.py <target> --json
python3 skills/measure-artifacts/scripts/measure_artifacts.py <target> --write
python3 skills/measure-artifacts/scripts/measure_artifacts.py <target> --scope apps/payments
--json: machine-readable metrics payload plus sidecar path--write: persist implementation-metrics.json beside the target packetimplemented feature planning or
finalized subfeature metadata).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.