بنقرة واحدة
spectre-sweep
👻 | Light pass cleanup - clean, lint, test, commit
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
👻 | Light pass cleanup - clean, lint, test, commit
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
👻 | Transform requirements into executable tasks - primary agent
👻 | Independent multi-lens review of plan.md and/or tasks.md — finds overengineering, missing verification, hallucinated deps, weak references
👻 | Unified planning entry point - researches, assesses complexity, routes to workflow - primary agent
👻 | Transform requirements into executable tasks - primary agent
👻 | Independent multi-lens review of plan.md and/or tasks.md — finds overengineering, missing verification, hallucinated deps, weak references
👻 | Unified planning entry point - researches, assesses complexity, routes to workflow - primary agent
| name | spectre-sweep |
| description | 👻 | Light pass cleanup - clean, lint, test, commit |
| user-invocable | true |
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.