Agent skill · Code Review & Quality

skill-stocktake

Use when auditing Codex skills and commands for quality. Supports Quick Scan (changed skills only) and Full Stocktake modes with sequential subagent batch evaluation.

mturacgithub.com/mturacGitHub ↗
codexcopilotcursorships scriptsMIT
Install
npx skills add mturac/everything-openai-codex --skill skill-stocktake --agent codex

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

Facts
Files in the skill folder: 4
SKILL.md size: 8 KB
Bundled scripts: yes
Path: skills/skill-stocktake/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 84
Language: JavaScript

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

From the SKILL.md

# skill-stocktake Slash command (`/skill-stocktake`) that audits all Codex skills and commands using a quality checklist + AI holistic judgment. Supports two modes: Quick Scan for recently changed skills, and Full Stocktake for a complete review. ## Scope The command targets the following paths **relative to the directory where it is invoked**: | Path | Description | |------|-------------| | `~/.codex/skills/` | Global skills (all projects) | | `{cwd}/.codex/skills/` | Project-level skills (if the directory exists) | **At the start of Phase 1, the command explicitly lists which paths were found and scanned.** ### Targeting a specific project To include project-level skills, run from that project's root directory: ```bash cd ~/path/to/my-project /skill-stocktake ``` If the project has no `.codex/skills/` directory, only global skills and commands are evaluated. ## Modes | Mode | Trigger | Duration | |------|---------|---------| | Quick Scan | `results.json` exists (default) | 5–10 min | | Full Stocktake | `results.json` absent, or `/skill-stocktake full` | 20–30 min | **Results cache:** `~/.codex/skills/skill-stocktake/results.json` ## Quick Scan Flow Re-evaluate only skills that ha

What's inside
Steps it walks through
  1. Scope
  2. Targeting a specific project
  3. Modes
  4. Quick Scan Flow
  5. Full Stocktake Flow
  6. Phase 1 — Inventory
  7. Phase 2 — Quality Evaluation
  8. Phase 3 — Summary Table
  9. Phase 4 — Consolidation
  10. Results File Schema
  11. Notes
Ships with 3 files
  • scripts/quick-diff.sh
  • scripts/save-results.sh
  • scripts/scan.sh
Commands it runs
cd ~/path/to/my-project
More from everything-openai-codex
All skills →
About this skill
What does the skill-stocktake skill do?

Use when auditing Codex skills and commands for quality. Supports Quick Scan (changed skills only) and Full Stocktake modes with sequential subagent batch evaluation.

How do I install it?

Run `npx skills add mturac/everything-openai-codex --skill skill-stocktake --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 mturac/everything-openai-codex, a repository with 84 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