ソース情報
- リポジトリ
- shenli/devtool-ax-kit
- ソースの最終更新活動
- 2026年8月27日 22:42
- 検出された SKILL.md の言語
- 英語
- スター
- 2
- フォーク
- 0
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/shenli/devtool-ax-kit --skill ax-verificationコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SKILL.md を表示中
Capture agent runs with checkpoints, effect receipts, and redacted trajectories.
Compare raw and official agent-tool surfaces using replicated AX tasks.
Design controlled coding-agent tasks for measuring developer-tool agent experience.
| name | ax-verification |
| description | Build independent, deterministic verifiers for agent-tool tasks. |
Define assertions outside the agent's editable workspace. Verify observable behavior, not implementation shape: functional outputs, persistence across a restart, independent identities, effect counts, and credential absence where relevant. Return structured pass/fail results with details and a nonzero exit status on failure.
Run the verifier separately after the agent finishes. Do not let the agent edit the verifier or turn a missing assertion into a pass. Keep checks local or explicitly scoped to disposable test resources.
For timing-sensitive behavior, deliberately exercise the boundary and use a fresh identity per trial. Report valid-trial denominators separately from infrastructure availability.
Record disagreement between the agent's reported result and the independent result as a first-class outcome. Exercise timing, restart, duplicate-effect, and malformed-response boundaries when those are part of the task contract.