Agent skill · Security

decision-quality-audit

This skill supports three modes: Create, Update, and Find.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill decision-quality-audit --agent claude-code

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

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

--- name: decision-quality-audit description: Create or update an audit of recent decisions for quality argument-hint: [team, time period, or decision type] or [update path/to/audit.md] --- ## Document Intelligence This skill supports three modes: **Create**, **Update**, and **Find**. ### Mode Detection | Signal | Mode | Confidence | |--------|------|------------| | "update", "add decisions", "refresh" in input | UPDATE | 100% | | File path provided | UPDATE | 100% | | "create", "new", "run" in input | CREATE | 100% | | "find", "search", "list" | FIND | 100% | | "the audit", "last audit" | UPDATE | 85% | | Just team/period/type | CREATE | 60% | **Threshold**: ≥85% auto-proceed | 70-84% state assumption | <70% ask user ### Mode Behaviors **CREATE**: Generate complete new audit using template below. **UPDATE**: 1. Check document registry first, then search user's structure 2. Preserve historical scores and trend data 3. Update with new decisions or findings 4. Show diff summary with score changes **FIND**: Check registry, then search user's folders for audit reports. --- Audit **Decision Quality** for a set of recent decisions. ## V2V Context **Phase 6: Learning & Adaptation Loop** -

What's inside
Steps it walks through
  1. Document Intelligence
  2. Mode Detection
  3. Mode Behaviors
  4. V2V Context
  5. Output Structure
  6. Instructions
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the decision-quality-audit skill do?

This skill supports three modes: Create, Update, and Find.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill decision-quality-audit --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