/specs.ralph-loop-status
Show active and recent Ralph Loop jobs (WHAT: displays status table or full details for a specific job). Use WHEN: checking progress of background Ralph Loop jobs.
$ npx -y skills add giuseppe-trisciuoglio/developer-kit --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/specs.ralph-loop-status
Context preview
What this command does when you run it.
Show active and recent Ralph Loop jobs (WHAT: displays status table or full details for a specific job). Use WHEN: checking progress of background Ralph Loop jobs.
Command definition
specs.ralph-loop-status.mddescription: "Show active and recent Ralph Loop jobs (WHAT: displays status table or full details for a specific job). Use WHEN: checking progress of background Ralph Loop jobs."
argument-hint: '[job-id] [--all]'
disable-model-invocation: true
allowed-tools: Bash(python3:*)
Overview
Displays active and recent Ralph Loop background jobs for the current repository. Without arguments, shows a summary table of all jobs. With a job ID, shows full details for a specific job.
Usage
# Show all active/recent jobs
/developer-kit-specs:specs.ralph-loop-status
# Show full details for a specific job
/developer-kit-specs:specs.ralph-loop-status <job-id>
# Show all jobs including completed ones
/developer-kit-specs:specs.ralph-loop-status --all
Arguments
| Argument | Required | Description | |----------|----------|-------------| | `job-id` | No | Show full details for a specific job | | `--all` | No | Include completed jobs in the listing |
Examples
# Check all active jobs
/developer-kit-specs:specs.ralph-loop-status
# Check a specific job's full output
/developer-kit-specs:specs.ralph-loop-status abc123
# Show all jobs including completed
/developer-kit-specs:specs.ralph-loop-status --all
Execution
!`python3 "${CLAUDE_PLUGIN_ROOT}/scripts/main.py" status $ARGUMENTS`
If the user **did not** pass a job ID:
- Render the output as a single Markdown table with columns: ID, Status, Phase, Progress, Created.
- Compact: no extra prose outside the table.
If the user **has** passed a job ID:
- Present the full command output without summarizing.
Read more
description: "Show active and recent Ralph Loop jobs (WHAT: displays status table or full details for a specific job). Use WHEN: checking progress of background Ralph Loop jobs." argument-hint: '[job-id] [--all]' disable-model-invocation: true allowed-tools: Bash(python3:*)
Overview
Displays active and recent Ralph Loop background jobs for the current repository. Without arguments, shows a summary table of all jobs. With a job ID, shows full details for a specific job.
Usage
# Show all active/recent jobs /developer-kit-specs:specs.ralph-loop-status # Show full details for a specific job /developer-kit-specs:specs.ralph-loop-status <job-id> # Show all jobs including completed ones /developer-kit-specs:specs.ralph-loop-status --all
Arguments
| Argument | Required | Description | |----------|----------|-------------| | `job-id` | No | Show full details for a specific job | | `--all` | No | Include completed jobs in the listing |
Examples
# Check all active jobs /developer-kit-specs:specs.ralph-loop-status # Check a specific job's full output /developer-kit-specs:specs.ralph-loop-status abc123 # Show all jobs including completed /developer-kit-specs:specs.ralph-loop-status --all
Execution
!`python3 "${CLAUDE_PLUGIN_ROOT}/scripts/main.py" status $ARGUMENTS`
If the user **did not** pass a job ID:
- Render the output as a single Markdown table with columns: ID, Status, Phase, Progress, Created.
- Compact: no extra prose outside the table.
If the user **has** passed a job ID:
- Present the full command output without summarizing.
Modular plugin marketplace for Claude Code and agentic CLIs, with validated, spec-driven skills, agents, commands, and workflows for Java, TypeScript, Python, PHP, AWS, and AI.
Repo: giuseppe-trisciuoglio/developer-kit
Other commands on developer-kit.
- /devkit.prompt-optimize
Provides expert prompt optimization using advanced techniques (CoT, few-shot, constitutional AI) for LLM performance enhancement. Use when you need to improve prompt quality or optimize LLM interactions.
Open command - /devkit.feature-development
Provides guided feature development capability with codebase understanding and architecture focus. Use when implementing a new feature from scratch.
Open command - /devkit.fix-debugging
Provides guided bug fixing and debugging capability with systematic root cause analysis. Use when encountering bugs, errors, or unexpected behavior.
Open command - /devkit.github.create-pr
Creates a GitHub pull request with branch creation, commits, and detailed description. Use when you need to submit changes for review.
Open command - /devkit.github.review-pr
Provides comprehensive GitHub pull request review with code quality, security, and best practices analysis. Use when reviewing a PR before merging.
Open command - /devkit.refactor
Provides guided code refactoring capability with deep codebase understanding, compatibility options, and comprehensive verification. Use when restructuring or improving existing code.
Open command

