用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/jmagly/aiwg --skill ralph-status命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| namespace | aiwg |
| name | ralph-status |
| platforms | ["all"] |
| description | Check status of current or previous agent loop |
| commandHint | {"argumentHint":"[--verbose] [--latest] [--all --interactive --guidance \"text\"]","allowedTools":"Read, Glob, Bash","model":"haiku","category":"automation","modelRole":"efficiency","modelTier":"economy"} |
Check the status of agent loops.
/ralph-status # Current loop status
/ralph-status --verbose # Detailed iteration history
/ralph-status --latest # Show latest completion report
/ralph-status --all # List all completion reports
.aiwg/ralph/current-loop.jsonIf active loop exists:
Agent Loop: ACTIVE
Task: {task}
Completion: {completion}
Progress: {current}/{max} iterations
Duration: {elapsed}
Status: {running | paused}
Last iteration:
Result: {result}
Learnings: {learnings}
Use /ralph-resume to continue or /ralph-abort to stop.
If no active loop:
No active agent loop.
Use /ralph "task" --completion "criteria" to start one.
Include full iteration history:
Agent Loop: ACTIVE
Task: {task}
Completion: {completion}
Progress: {current}/{max} iterations
Iteration History:
| # | Time | Action | Result | Learnings |
|---|------|--------|--------|-----------|
| 1 | 10:30 | Initial attempt | 3 failures | Need auth mocks |
| 2 | 10:32 | Added mocks | 1 failure | Date edge case |
| 3 | 10:34 | Fixed date | In progress... | - |
Read and display most recent completion report:
completion-*.md in .aiwg/ralph/List all completion reports:
Agent Loop History
| Date | Task | Status | Iterations |
|------|------|--------|------------|
| 2025-01-15 10:45 | Fix auth tests | SUCCESS | 3 |
| 2025-01-14 15:20 | Migrate to ESM | SUCCESS | 8 |
| 2025-01-13 09:00 | Add coverage | MAX_ITER | 10 |
View report: /ralph-status --report 2025-01-15
.aiwg/ralph/current-loop.json.aiwg/ralph/iterations/.aiwg/ralph/completion-*.mdNo state directory:
Al has not been used in this project yet.
Get started with:
/ralph "your task" --completion "verification command"
Or:
/ralph --interactive
Corrupted state:
agent loop state file is corrupted.
Options:
1. Delete and start fresh: rm -rf .aiwg/ralph/
2. Check file manually: cat .aiwg/ralph/current-loop.json