skill-reviewer

skill-reviewer is a skill for Codex from PANGKAIFENG/ai-product-manager-skills. It costs 116 tokens per session (1,953 once invoked), scanned A, original, MIT.

A review process for Codex skills, which are reusable instructions for an agent. It examines how a skill is triggered, what it accepts and produces, which tools it may use, and how it can be tested.

In plain words
What is it for?
Use it to review or improve a SKILL.md, its resources and scripts, trigger wording, workflow gates, tool limits, context size, and evaluation plan.
Why use it?
It helps expose unclear boundaries, missing safeguards, excessive instructions, and weak evaluation coverage. It can turn those findings into concrete changes to the skill.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: mentions Codex.

Good fit Use it to review or improve a SKILL.md, its resources and scripts, trigger wording, workflow gates, tool limits, context size, and evaluation plan.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/pangkaifeng/ai-product-manager-skills/skill-reviewer
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add PANGKAIFENG/ai-product-manager-skills --skill skill-reviewer
Clone the repo
git clone --depth 1 https://github.com/PANGKAIFENG/ai-product-manager-skills

Made for: Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for skill-reviewer

README.md
[![agentmods](https://agentmods.dev/badge/skills/pangkaifeng/ai-product-manager-skills/skill-reviewer/github.svg)](https://agentmods.dev/skills/pangkaifeng/ai-product-manager-skills/skill-reviewer)
Your own site
<a href="https://agentmods.dev/skills/pangkaifeng/ai-product-manager-skills/skill-reviewer"><img src="https://agentmods.dev/badge/skills/pangkaifeng/ai-product-manager-skills/skill-reviewer/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for skill-reviewer

Your own site · 80×15
<a href="https://agentmods.dev/skills/pangkaifeng/ai-product-manager-skills/skill-reviewer"><img src="https://agentmods.dev/badge/skills/pangkaifeng/ai-product-manager-skills/skill-reviewer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 116 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,953 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00116 $0.01953
Opus 5 $0.00058 $0.00977
Sonnet 5 $0.00023 $0.00391
Haiku 4.5 $0.00012 $0.00195

Measured 12d ago against content hash 301fcda3b6a1, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

skill-reviewer scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/check_skill.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/skill-reviewer/SKILL.md · 140 lines

How it starts

The opening of the file, as written. The whole thing — 140 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Skill 评审器(skill-reviewer)

中文速查

  • 中文名:Skill 评审器 / Skill 审计
  • 英文稳定名:skill-reviewer
  • 你可以这样叫我:帮我 review 这个 Skill检查这个 SKILL.md这个能力适不适合做成 Skill优化 Skill 触发描述
  • 适合:评审 Skill 质量、触发边界、输入输出、工具边界、资源组织、评估设计和团队复用风险
  • 不适合:直接创建新 Skill;创建或导入新 Skill 优先用 team-skill-creator

Overview

使用这个 Skill 做团队级 Skill 评审。把 Skill 当作可复用能力单元,而不是一段长提示词。从目标倒推:触发契约、输入输出契约、工作流门槛、工具边界、随包资源、context budget、评估闭环和治理方式都必须服务于目标结果。

Workflow

  1. 定位待评审对象。优先使用包含 SKILL.md 的 Skill 目录;如果用户只提供文本,就评审文本并说明目录/资源检查不可用。
  2. 在给最终建议前建立评审上下文:目标用户、业务/领域目标、预期触发语、运行环境、所需工具、输入输出、失败成本、复用频率和当前痛点。
  3. 如果缺少关键上下文,最多问 5 个具体问题。不要因可选上下文阻塞;如果用户要求快速评审,就在明确假设下继续。
  4. 当本地 Skill 目录或 SKILL.md 路径可用时,运行确定性检查:
python3 <this-skill>/scripts/check_skill.py /path/to/skill-or-SKILL.md
  1. 边检查边建立 Evidence Summary:读了哪些文件、跑了哪些命令、确定性发现、直接观察、推断判断和假设。
  2. 涉及团队交付、评分、非平凡优化、context budget 或跨生态元数据时,读取 references/team-skill-rubric.md
  3. 涉及行业级评审、跨 harness 资产或最佳实践问题时,读取 references/industry-skill-patterns.md
  4. 只有在需要验证 SKILL.md 声明时,才深入检查 references/scripts/assets/、eval 文件或示例 prompt。
  5. 输出按优先级排序的问题和具体修复方案。用户要求优化时,优先给可执行 patch、重写段落、脚本建议或 eval 清单,而不是只评论。

Context Intake

Confirm the following before final review, or write them as assumptions:

  • Purpose: what repeatable task the Skill supports, and why it should be a Skill rather than a prompt, tool, workflow, plugin, or app.
  • Users: who invokes it, how they naturally ask, and whether it is personal, team, or production-grade.
  • Trigger examples: 3-5 requests that should trigger it and 2-3 that should not.
  • Inputs and outputs: required user input, discoverable environment context, final deliverable, output format, and Definition of Done.
  • Execution boundary: tools, scripts, APIs, permissions, side effects, sandbox constraints, confirmation requirements, and fallback behavior.
  • Evaluation: success criteria, smoke prompts, non-trigger prompts, deterministic checks, capability evals, regression traces, grader type, and release requirements.

Only ask questions that materially affect the review. If the artifact already answers a question, do not ask it again.

Read the full file on GitHub · 140 lines

Files

What ships with it

5 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 140 lines · 116 tokens per session scan A 301fcda3b6a1

Subscribe to this mod's changes

skill-reviewer is a skill published in the GitHub repository PANGKAIFENG/ai-product-manager-skills (11 stars, last pushed 13d ago), licensed MIT. It adds 116 tokens to every session and 1,953 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

baoyu-youtube-transcript

A tool for downloading the written captions, subtitles, chapter information, speaker labels, and cover image from a YouTube video using its URL or ID.

JimLiu/baoyu-skills · 107 tokens

baoyu-comic

A tool for creating original educational comics that explain knowledge or ideas through multiple illustrated panels. It supports different art styles and tones and can create several comics in one batch.

JimLiu/baoyu-skills · 61 tokens

baoyu-diagram

Create professional, dark-themed SVG diagrams of any type — architecture diagrams, flowcharts, sequence diagrams, structural diagrams, mind maps, timelines, illustrative/conceptual diagrams, and more. Use this skill whenever the user asks for any kind of technical or conceptual diagram, visualization of a system…

JimLiu/baoyu-skills · 146 tokens

playwright-cli

Automates browser interactions for testing and validating your own web applications using playwright-cli. Use when you need terminal-first browser control for navigation, form filling, screenshots, tracing, bound browser sessions, debugging, or generating Playwright test code. Only use against applications you own or…

testdino-hq/playwright-skill · 64 tokens

agent-wiki

Incremental LLM-friendly wiki generator for Obsidian note vaults. Use when: (1) Building wiki from notes, (2) Ingesting notes to wiki, (3) Obsidian LLM wiki, (4) Incremental knowledge base management. Triggers: 'build wiki from notes', 'ingest notes to wiki', 'Obsidian LLM wiki', 'incremental knowledge base'.

Dianel555/DSkills · 89 tokens

sequential-think

Multi-step reasoning engine for complex analysis and systematic problem solving. Use when: (1) Complex debugging scenarios with multiple layers, (2) Architectural analysis and system design, (3) Problems requiring hypothesis testing and validation, (4) Multi-component failure investigation, (5) Performance bottleneck…

Dianel555/DSkills · 110 tokens