Agent skill · Code Review & Quality

auto-ralph

PROACTIVELY activates for ANY task with clear success criteria. This skill should be used when the user provides tasks like: "fix the bug", "add tests", "implement feature X", "refactor Y". Explicit triggers: "ralph this", "auto ralph", "loop it", "iterate". Auto-detects Ralph-suitable tasks (score >= 3/4): - Clear success criteria (tests pass, error gone, feature works) - Benefits from iteration (not one-shot) - Well-defined scope (specific files/functions) - Verifiable completion (can honestly output promise) Does NOT activate for: explanations, questions, vague requests.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill auto-ralph-nalyk-nalyk-skills-demo-2 --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 9 KB
Bundled scripts: none
Path: skills/agent/auto-ralph-nalyk-nalyk-skills-demo-2/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# auto-ralph Skill proactiv care detectează automat task-uri potrivite pentru Ralph Loop și le execută. ## Prefix de Activare (OBLIGATORIU) **Când skill-ul activează, PRIMUL lucru afișat trebuie să fie:** ``` (AUTONALYK) ═══════════════════════════════════ Task detectat: [tip task] Scor: [X]/4 → [Ralph mode / Normal mode] ═══════════════════════════════════════════════ ``` **Exemple:** ``` (AUTONALYK) ═══════════════════════════════════ Task detectat: bug fix Scor: 4/4 → Ralph mode ═══════════════════════════════════════════════ ``` ``` (AUTONALYK) ═══════════════════════════════════ Task detectat: întrebare Scor: 1/4 → Normal mode ═══════════════════════════════════════════════ ``` **De ce prefix:** - Utilizatorul știe imediat că skill-ul a activat - Transparență totală despre decizia scoring - Debugging ușor dacă ceva merge prost ## Faza 0: Verificare Loop Activ (OBLIGATORIU - P0 FIX) **ÎNAINTE de orice scoring, verifică dacă Ralph Loop e deja activ:** ```bash if [[ -f ".claude/ralph-loop.local.md" ]]; then # STOP - nu porni alt loop! fi ``` **Dacă loop activ:** ``` (AUTONALYK) ═══════════════════════════════════ ⚠️ Ralph Loop DEJA ACTIV! Iterația curentă: [citește din fișier] Op

What's inside
Steps it walks through
  1. Prefix de Activare (OBLIGATORIU)
  2. Faza 0: Verificare Loop Activ (OBLIGATORIU - P0 FIX)
  3. Workflow Automat
  4. Faza 1: Scoring Automat
  5. Keywords Multilingve (P1 FIX)
  6. Faza 1.5: Pre-Analiză cu Explore Agent (OPȚIONAL)
  7. Template-uri Explore
  8. Faza 2: Detecție Context
  9. Faza 3: Generare Prompt
  10. Faza 4: Confirmare (SINGURA ÎNTREBARE)
  11. Faza 5: Execuție
  12. Reguli Limbă
  13. Triggers Explicite (override scoring)
  14. Resurse
Ships with 1 file
  • metadata.json
Commands it runs
if [[ -f ".claude/ralph-loop.local.md" ]]; then
fi
local sf="$HOME/.claude/auto-ralph.local.md"
if [[ -f "$sf" ]]; then
sed -n '/^---$/,/^---$/p' "$sf" | grep -v '^---$'
More from claude-skill-registry
All skills →
About this skill
What does the auto-ralph skill do?

PROACTIVELY activates for ANY task with clear success criteria. This skill should be used when the user provides tasks like: "fix the bug", "add tests", "implement feature X", "refactor Y". Explicit triggers: "ralph this", "auto ralph", "loop it", "iterate". Auto-detects Ralph-suitable tasks (score >= 3/4): - Clear success criteria (tests pass, error gone, feature works) - Benefits from iteration (not one-shot) - Well-defined scope (specific files/functions) - Verifiable completion (can honestly output promise) Does NOT activate for: explanations, questions, vague requests.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill auto-ralph-nalyk-nalyk-skills-demo-2 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going