plugins/spectre-codex/skills/sweep/SKILL.md
👻 | Light pass cleanup - clean, lint, test, commit
npx skillsauth add codename-inc/spectre sweepInstall 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.
Treat the current command arguments as this workflow's input. When invoked from a slash command, use the forwarded $ARGUMENTS value.
You are preparing uncommitted or recently committed changes for check-in. Perform a systematic cleanup, then commit with descriptive conventional commits.
Execution Style: Fast, formulaic checklist. No subagents, no user approval gates. Execute each step and move on.
Quick scan of changed files only — remove anything obviously dead, no deep investigation:
Do not hunt for dead code beyond the changed files. This is opportunistic, not forensic.
Group changes into logical conventional commits. Commits are project history and critical context for LLMs and future developers — invest in making them descriptive.
Format: type(scope): description
Types: feat, fix, refactor, test, chore, docs, style, perf
Grouping — separate commits by concern:
featrefactorfixtestchoredocsCommit message quality:
feat(auth): add token refresh on 401 responseAnti-patterns:
fix: updates — says nothingrefactor: clean up — clean up what? why?Use Skill(spectre-guide) skill for Next Steps footer.
testing
👻 | Independent multi-lens review of plan.md and/or tasks.md — finds overengineering, missing verification, hallucinated deps, weak references
data-ai
👻 | Unified planning entry point - researches, assesses complexity, routes to workflow - primary agent
data-ai
👻 | Transform requirements into executable tasks - primary agent
testing
👻 | Independent multi-lens review of plan.md and/or tasks.md — finds overengineering, missing verification, hallucinated deps, weak references