Agent skill · Data & Analytics

ds-verify

This skill should be used when the user asks to 'verify analysis results', 'check reproducibility', 'validate data science output', 'confirm completion', or as Phase 5 of the /ds workflow.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill ds-verify-edwinhu-workflows-3 --agent claude-code

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

Facts
Files in the skill folder: 2
SKILL.md size: 16 KB
Bundled scripts: none
Path: skills/analysis/ds-verify-edwinhu-workflows-3/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-verify (Phase 5) to confirm reproducibility and completion." ## Contents - [The Iron Law of DS Verification](#the-iron-law-of-ds-verification) - [Red Flags - STOP Immediately If You Think](#red-flags---stop-immediately-if-you-think) - [The Verification Gate](#the-verification-gate) - [Verification Checklist](#verification-checklist) - [Reproducibility Demonstration](#reproducibility-demonstration) - [Claims Requiring Evidence](#claims-requiring-evidence) - [Insufficient Evidence](#insufficient-evidence) - [Required Output Structure](#required-output-structure) - [Completion Criteria](#completion-criteria) ## Context Monitoring | Level | Remaining Context | Action | |-------|------------------|--------| | Normal | >35% | Proceed normally | | Warning | 25-35% | Complete current review cycle, then trigger ds-handoff | | Critical | ≤25% | Immediately trigger ds-handoff — do not start new review cycles | # Verification Gate Final verification with reproducibility checks and user acceptance interview. <EXTREMELY-IMPORTANT> ## The Iron Law of DS Verification **NO COMPLETION CLAIMS WITHOUT FRESH VERIFICATION. This is not negotiable.** **Load shared enforcement first.**

What's inside
Steps it walks through
  1. Contents
  2. Context Monitoring
  3. The Iron Law of DS Verification
  4. Drive-Aligned Framing
  5. Rationalization Table
  6. Red Flags - STOP Immediately If You Think:
  7. Static Analysis (Constraint Check Scripts)
  8. The Verification Gate
  9. Visual Diagnostics for Verification
  10. Verification Checklist
  11. Technical Verification
  12. User Acceptance Interview
  13. Reproducibility Demonstration
  14. Independent Verification Required
Ships with 1 file
  • metadata.json
Commands it runs
bash "${CLAUDE_SKILL_DIR}/../../scripts/check-all-ds.sh" "$(pwd)"
More from claude-skill-registry
All skills →
About this skill
What does the ds-verify skill do?

This skill should be used when the user asks to 'verify analysis results', 'check reproducibility', 'validate data science output', 'confirm completion', or as Phase 5 of the /ds workflow.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill ds-verify-edwinhu-workflows-3 --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