ralph-status
SolidCheck status of current or previous agent loop
AI & Automation 142 stars
21 forks Updated yesterday MIT
Install
Quality Score: 92/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Al Status
Check the status of agent loops.
## Usage
```
/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
```
## Your Actions
### Default (Current Loop)
1. Read `.aiwg/ralph/current-loop.json`
2. Display status summary
**If 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.
```
### --verbose
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... | - |
```
### --latest
Read and display most recent completion report:
1. Find latest `completion-*.md` in `.aiwg/ralph/`
2. Display contents
### --all
List all completion reports:
```
Agent Loop History
| Date | Task | Status | Iterations |
|------|------|--------|-------...
Details
- Author
- jmagly
- Repository
- jmagly/aiwg
- Created
- 9 months ago
- Last Updated
- yesterday
- Language
- TypeScript
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
ralph-analytics
Show analytics and metrics from agent loop execution history
142 Updated yesterday
jmagly AI & Automation Solid
ralph-resume
Resume an interrupted agent loop from last checkpoint
142 Updated yesterday
jmagly AI & Automation Solid
ralph-abort
Abort a running agent loop and optionally revert changes
142 Updated yesterday
jmagly AI & Automation Solid
ralph-attach
Attach to a running agent loop's live output stream
142 Updated yesterday
jmagly AI & Automation Listed
ralph-loop
Activate autonomous Ralph Wiggum loop mode for iterative task completion. Use when you have a well-defined task with clear completion criteria that benefits from persistent, autonomous execution.
47 Updated 1 weeks ago
belumume