Agent skill · Data & Analytics

ds-fix

This skill should be used when the user asks to 'fix analysis', 'wrong results', 'notebook error', 'reviewer feedback', 'data changed', 'debug notebook', or needs mid-analysis course-correction for wrong results, notebook errors, or data changes.

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

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

Facts
Files in the skill folder: 2
SKILL.md size: 15 KB
Bundled scripts: none
Version: 1.0
Path: skills/analysis/ds-fix/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

**Announce:** "Using ds-fix for mid-analysis course correction." ## Session Resume Detection Before starting, check for an existing handoff: 1. Check if `.planning/HANDOFF.md` exists 2. **If found:** Read it and present to user: - Show the phase, task progress, and Next Action from the handoff - Ask: "Resume from handoff, or start fresh?" - If resume: skip to the recorded phase - If fresh: proceed with diagnosis 3. **If not found:** Proceed normally with Step 1 (Load Context) ## Where This Fits ``` /ds (entry) → brainstorm → plan → implement → review → verify ↑ /ds-fix (midpoint) ─────────────────┘ ``` This is the re-entry point. Jump back into a DS workflow that needs fixing. <EXTREMELY-IMPORTANT> ## The Iron Law of DS Editing **DIAGNOSE BEFORE FIXING. This is not negotiable.** Before changing ANY analysis code, you MUST: 1. Load the workflow context 2. Identify WHAT is wrong (specific, not vague) 3. Identify WHY it's wrong (root cause) 4. Only THEN fix it (with output-first verification) **If you're about to change code without diagnosing first, STOP.** </EXTREMELY-IMPORTANT> ### Drive-Aligned Framing **Skipping diagnosis is NOT HELPFUL — guessing at a root cause wastes the user'

What's inside
Steps it walks through
  1. Session Resume Detection
  2. Where This Fits
  3. The Iron Law of DS Editing
  4. Drive-Aligned Framing
  5. Drive-Aligned Framing (Consequences)
  6. Rationalization Table
  7. Red Flags - STOP Immediately If You Think:
  8. Step 1: Load Context
  9. SAS Project Detection
  10. Context Monitoring
  11. Step 2: Diagnose
  12. Diagnostic Routing Flowchart
  13. Step 3: Fix by Category
  14. Runtime Error → Debug Protocol
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the ds-fix skill do?

This skill should be used when the user asks to 'fix analysis', 'wrong results', 'notebook error', 'reviewer feedback', 'data changed', 'debug notebook', or needs mid-analysis course-correction for wrong results, notebook errors, or data changes.

How do I install it?

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