Agent skill · Code Review & Quality

ralph-calibrate

Run Ralph calibration checks to analyze intention drift, technical quality, and self-improvement opportunities. Use when user asks to "ralph calibrate", "check drift", "analyze sessions", or needs to verify work alignment.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill ralph-calibrate --agent claude-code

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

Facts
Files in the skill folder: 2
SKILL.md size: 8 KB
Bundled scripts: none
Path: skills/analysis/ralph-calibrate/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

# Ralph Calibrate Run calibration checks to ensure code and agent behavior align with planning intentions. ## Execution Instructions When this skill is invoked, check the ARGUMENTS provided: ### If argument is `intention`: Run intention drift analysis to verify completed subtasks align with planning chain (Vision → Story → Task → Subtask). **Prerequisites check first:** 1. Look for `subtasks.json` in the project root 2. If not found, output a helpful message and exit gracefully: > "No subtasks.json found. Nothing to analyze for intention drift. > > To run intention drift analysis, create a subtasks.json file with completed subtasks that have commitHash values." 3. If found but no completed subtasks have `commitHash`, output: > "No completed subtasks with commitHash found. Nothing to analyze." If prerequisites are met, follow: @context/workflows/ralph/calibration/intention-drift.md ### If argument is `technical`: Run technical quality analysis to check code quality patterns. **Prerequisites check first:** 1. Look for `subtasks.json` in the project root 2. If not found, output a helpful message and exit gracefully: > "No subtasks.json found. Nothing to analyze for technical drift. >

What's inside
Steps it walks through
  1. Execution Instructions
  2. If argument is intention:
  3. If argument is technical:
  4. If argument is improve:
  5. If argument is all:
  6. If no argument or unknown argument:
  7. Usage
  8. Examples
  9. Subcommands
  10. Options
  11. Intention Drift Analysis
  12. What It Checks
  13. Output
  14. Technical Drift Analysis
Ships with 1 file
  • metadata.json
Commands it runs
Check for intention drift on completed subtasks
Analyze technical quality patterns
Analyze session logs for agent inefficiencies
Run all calibration checks in sequence
Skip approval prompts and create task files automatically
Require approval before creating any task files
aaa ralph calibrate <subcommand> [options]
More from claude-skill-registry
All skills →
About this skill
What does the ralph-calibrate skill do?

Run Ralph calibration checks to analyze intention drift, technical quality, and self-improvement opportunities. Use when user asks to "ralph calibrate", "check drift", "analyze sessions", or needs to verify work alignment.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill ralph-calibrate --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