Token导航 LogoToken导航TokenDH.com
研究检索只读github未标认证来源可访问许可证需确认审计通过

skill-auditor技能审核员

Agent Skill

用于辅助安全审计、权限检查、凭据风险、认证流程和常见漏洞排查。它适合让 Agent 梳理敏感配置、检查依赖风险、分析鉴权逻辑或生成安全复核清单。使用时不能把工具输出直接当最终结论,涉及密钥、令牌、用户数据或生产系统时,应先确认最小权限、脱敏方式和操作边界。

总安装

447

周安装

19

GitHub Stars

35

下载量

157
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:skill-auditor(技能审核员)
来源仓库:https://github.com/petekp/claude-code-setup
仓库路径:skills/skill-auditor
安装命令:
npx skills add https://github.com/petekp/claude-code-setup --skill skill-auditor
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/petekp/claude-code-setup --skill skill-auditor

简介

skill-auditor 用于辅助安全审计、权限检查、凭据风险、认证流程和常见漏洞排查,适合梳理敏感配置、检查依赖风险。

  • 适用于研究检索类任务,特别适合安全相关的技术审计和风险评估工作。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装,支持多宿主环境集成。
  • 使用时不能把工具输出直接当最终结论,涉及密钥、令牌、用户数据时应先确认最小权限。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Skill Auditor

Comprehensive assessment of your skill ecosystem with actionable recommendations.

Workflow

Phase 1: Inventory

Gather all skills from:

  1. Global skills: ~/.claude/skills/*/SKILL.md
  2. Project skills: ./skills/*/SKILL.md or ./.claude/skills/*/SKILL.md

For each skill, extract:

  • Name and description from frontmatter
  • Line count of SKILL.md
  • Presence of reference files, scripts, assets
  • Any non-standard frontmatter fields

Phase 2: Individual Assessment

Evaluate each skill against these criteria:

Frontmatter Quality

CriterionCheck
Description completenessDoes it explain both WHAT and WHEN?
Trigger coverageAre all reasonable trigger phrases included?
Description lengthSufficient detail without being excessive (50-300 words ideal)
Non-standard fieldsAny fields beyond name/description? (often unnecessary)

Content Quality

CriterionCheck
Line countUnder 500 lines? (Over suggests need for reference split)
Progressive disclosureDoes it use reference files for detailed content?
ActionabilityAre instructions concrete and procedural?
Output contractsDoes it specify expected output format?
ExamplesDoes it include good/bad examples where helpful?

Structure Quality

CriterionCheck
Reference organizationAre references in references/ directory?
Script availabilityAre reusable operations scripted?
Internal linksAre reference files linked from SKILL.md?
Naming consistencyDo file names follow conventions?

Phase 3: Ecosystem Assessment

Evaluate the skill collection as a whole:

Coverage Analysis

  • Domain clusters: What areas do skills cover? Any gaps?
  • Overlap detection: Do multiple skills cover similar territory?
  • Workflow completeness: Can common tasks be handled end-to-end?

Consistency Analysis

  • Style uniformity: Do skills use consistent formatting?
  • Trigger pattern consistency: Are similar skills triggered similarly?
  • Output format consistency: Do related skills produce compatible outputs?

Organization Analysis

  • Global vs project split: Are skills appropriately scoped?
  • Naming conventions: Are names consistent and discoverable?
  • Documentation quality: Is the overall system documented?

Phase 4: Generate Report

Output Format

# Skill Ecosystem Audit

**Generated**: [timestamp]
**Skills audited**: [count] global, [count] project-level

## Executive Summary

[2-3 sentences: overall health, biggest opportunities, critical issues if any]

**Health Score**: [X/100]

## Quick Stats

| Metric | Value | Assessment |
|--------|-------|------------|
| Total skills | [n] | — |
| Avg SKILL.md lines | [n] | [Good/High/Concerning] |
| Skills over 500 lines | [n] | [Needs attention if >0] |
| Skills with references | [n]% | [Good if >30%] |
| Skills with scripts | [n]% | — |
| Duplicate coverage areas | [n] | [Needs review if >0] |

## Top Recommendations

### Priority 1: [Most impactful improvement]
[Specific action with affected skills]

### Priority 2: [Second improvement]
[Specific action with affected skills]

### Priority 3: [Third improvement]
[Specific action with affected skills]

## Individual Skill Assessments

### [skill-name] — [Grade: A/B/C/D]

**Strengths:**
- [What works well]

**Issues:**
- [Specific problem] → [Specific fix]

**Quick wins:**
- [ ] [Actionable improvement]

[Repeat for each skill, ordered by grade (worst first for attention)]

## Domain Coverage Map

| Domain | Skills | Coverage |
|--------|--------|----------|
| [e.g., Design] | [list] | [Complete/Partial/Gap] |
| [e.g., Code Quality] | [list] | [Complete/Partial/Gap] |

## Overlap Analysis

[If overlaps exist, describe which skills overlap and recommend consolidation]

## Ecosystem Recommendations

### Organization
- [Recommendations for how skills are organized]

### Consistency
- [Recommendations for standardizing across skills]

### Missing Skills
- [Suggestions for skills that would complement the ecosystem]

Grading Rubric

Individual Skills

GradeCriteria
AClear triggers, concise content (<300 lines), uses references appropriately, has output contract, well-organized
BGood triggers, reasonable length, mostly organized, minor improvements possible
CTriggers could be better, content somewhat long, organization issues, needs work
DWeak triggers, bloated content (>500 lines), poor organization, significant rewrite needed

Ecosystem Health Score

Calculate from:

  • Average individual grade (40%)
  • Coverage breadth without overlap (20%)
  • Consistency across skills (20%)
  • Progressive disclosure usage (10%)
  • Script/automation presence (10%)

Common Issues & Fixes

"Description doesn't include trigger phrases"

Fix: Add explicit "Use when..." phrases that match how users actually invoke the skill.

"SKILL.md over 500 lines"

Fix: Move detailed content to references/ files. Keep only workflow and essential quick-reference in SKILL.md.

"No output contract"

Fix: Add a section specifying what format the skill's output should take.

"Duplicate coverage with [other-skill]"

Fix: Either consolidate into one skill, or clearly differentiate triggers so they don't compete.

"Missing reference links"

Fix: If references exist, link them from SKILL.md with guidance on when to load each.

"Non-standard frontmatter fields"

Fix: Remove fields beyond name and description unless specifically needed for skill behavior (rare).

Proactive Recommendations

Based on common skill ecosystem patterns, also check for:

  1. Missing meta-skill: Is there a skill for creating/improving skills? (skill-creator)
  2. Missing checkpoint skill: Is there a way to pause and assess? (checkpoint)
  3. Missing handoff skill: Can sessions be continued? (bootstrap)
  4. Missing review skills: Are there skills for quality gates? (code review, design critique)

Running the Audit

Quick audit (overview only)

# Count skills and sizes
find ~/.claude/skills -name "SKILL.md" -exec wc -l {} \; | sort -n
find ./skills -name "SKILL.md" -exec wc -l {} \; 2>/dev/null | sort -n

Full audit

  1. Inventory all skills
  2. Read each SKILL.md frontmatter and assess
  3. Check for reference/script directories
  4. Compile findings into report format above

When to Audit

  • After adding several new skills: Check for overlap and consistency
  • Periodically (quarterly): Ensure ecosystem stays healthy
  • Before sharing skills: Verify quality before distribution
  • When skills feel ineffective: Diagnose what's not working

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

34.32%
按下载量换算54

Claude

26.81%
按下载量换算42

Cursor

19.95%
按下载量换算31

Gemini CLI

9.5%
按下载量换算15

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills