ソース情報
- リポジトリ
- mitchellfyi/dex
- ソースの最終更新活動
- 2026年8月26日 07:17
- 検出された SKILL.md の言語
- 英語
- スター
- 4
- フォーク
- 2
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/mitchellfyi/dex --skill dxloopコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SKILL.md を表示中
Orchestrate the full Dex ticket lifecycle from planning through PR completion.
Run independent full-scope Dex review waves until the selected risk tier's consecutive clean-pass gate succeeds.
Execute the approved implementation plan with TDD discipline and completeness verification.
| name | dxloop |
| description | Run a prompt in a loop until the requested work is fully implemented and verified. |
Use the terminal dxloop command for an audited plan-and-implementation loop.
The command launches a dedicated Claude session and binds every completion
receipt to that launch's session, purpose, phase, and generation.
Do not activate loop files from the current Claude session. A skill command does not receive the Claude hook session ID, so a file-only activation cannot prove that the current session owns it. Another Claude session in the same checkout could otherwise claim the loop before this session's first Stop hook.
Give the user a runnable terminal command containing their original task:
dxloop '<prompt>'
Quote the prompt safely for their shell. State plainly that this skill has not started a loop; the terminal command starts it. Then stop normally.
The dedicated wrapper owns activation, saves the original prompt for compaction recovery, launches planning, rotates to a fresh implementation generation, and cleans up on completion, timeout, interruption, or direct human pause. Do not reproduce those state transitions in this skill.
If the surrounding prompt says this is already a dxloop planning or
implementation session, follow that prompt instead of handing off again:
Never discover a current completion generation at signal time. Never write a
bare .complete, readiness, pause, or human-control marker yourself.