ソース情報
- リポジトリ
- fluxforgeai/ARTEMIS
- ソースの最終更新活動
- 2026年4月3日 11:51
- 検出された SKILL.md の言語
- 英語
- スター
- 3
- フォーク
- 2
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/fluxforgeai/ARTEMIS --skill wrought-rca-fixコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SOC 職業分類に基づく
SKILL.md を表示中
| name | wrought-rca-fix |
| description | Start an autonomous RCA bugfix loop with test verification |
| disable-model-invocation | false |
| wrought | {"version":"1.0","platforms":{"claude-code":{"disable-model-invocation":false}}} |
You are starting a Ralph Wiggum inner loop for an RCA bugfix. A Stop hook will automatically verify your fix after each attempt to stop.
Read .claude/wrought-loop-state.json. If it exists and active is true:
/cancel-wrought-loop first, or continue the existing loop."The user should provide an RCA path. If not provided:
docs/RCAs/*.mdRead the .wrought marker file and extract:
verifier_type — if none, ask the user: "What verifier command should I use? (e.g., uv run pytest tests/ -q)"verifier_test_path — default test pathverifier_max_loops — iteration budgetverifier_timeout — per-run timeout in secondsWrite .claude/wrought-loop-state.json:
{
"active": true,
"preset": "wrought-rca-fix",
"finding_id": "{from RCA or Findings Tracker}",
"tracker_path": "{path to active FINDINGS_TRACKER.md}",
"verifier_command": "{verifier command}",
"max_iterations": {from marker},
"current_iteration": 0,
"started_at": "{ISO timestamp}",
"history": []
}
When the loop completes (verifier passes):
.claude/wrought-loop-state.json to summarize iterationsdocs/capsules/{finding_id}/"/forge-review --scope=diff to verify code quality."