ソース情報
- リポジトリ
- nirecom/agents
- ソースの最終更新活動
- 2026年8月2日 03:02
- 検出された SKILL.md の言語
- 英語
- スター
- 3
- フォーク
- 0
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
SOC 職業分類に基づく
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/nirecom/agents --skill sweep-supervisor-stateコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SKILL.md を表示中
Edit source code for the current task. Delegates editing and lint/typecheck/self-repair to a subagent.
Plan and write test cases with high reasoning effort. Test iteration runs in a subagent to minimize confirmations.
Conduct a decision-tree interview with the user to lock in requirements, motivation, scope, and non-goals before planning.
| name | sweep-supervisor-state |
| description | Remove test-contamination records from supervisor state files |
| user-invocable | true |
| model | sonnet |
| context | fork |
Remove the escape-hatch records that leaking test suites wrote into real supervisor state files under ~/.workflow-plans/.
Invoke bin/sweep-supervisor-state.sh with forwarded arguments.
Nothing is written unless --apply is passed — this member of the /sweep family is deliberately non-destructive by default, because it edits a governance audit trail rather than a regenerable derivative.
| Flag | Effect |
|---|---|
--apply | Write the changes; the pre-modification files and a manifest.json are copied to a timestamped backup directory first. |
--ci-mode | Emit a single-line JSON summary instead of prose. |
--list-signatures | Print the reason allowlist and exit. |
--session <SID> | Narrow the target set to one session. |
Run after a test suite is found writing into the live plans dir, or when bin/check-plans-dir-isolation.sh reports W-candidates that already ran.
Preview with a flagless run first, confirm the reported records are test fixtures, then re-run with --apply.
Sessions still in flight (alert_phase=pending, audit_phase pending or in progress, updated within 24h, or the current session) are always skipped. There is no override flag; --session narrows the target set but never relaxes the guard.