skills/simplify/SKILL.md
Simplify branch/PR changes without altering behavior; use before opening a PR, while refining one, or after review feedback.
npx skillsauth add sirius-cc-wu/sirius-skills simplifyInstall 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.
Run this skill as a focused cleanup pass on branch/PR diffs.
Read these references when relevant:
references/config-surface-governance.md when the diff touches configuration, startup, compatibility boundaries, environment injection, or test harness inputsgit diff HEAD (or PR diff/comments).AGENTS.md.await/work, missed parallelization, hot-path bloat, TOCTOU, memory leaks, overly broad operations.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.