Token导航 LogoToken导航TokenDH.com
待分类执行命令github未标认证来源可访问许可证需确认审计提醒

skill-review技能复习

Agent Skill

skill-review 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

210

周安装

9

GitHub Stars

1

下载量

73
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/synapseradio/ai-skills --skill skill-review

简介

skill-review 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中围绕项目状态进行整理时使用。

  • 适用于代码审计、质量评估或协作流程优化等运维类任务场景。
  • 可自动提取仓库元数据、变更摘要及协作事项,支持生成结构化报告。
  • 安装命令为 npx skills add https://github.com/synapseradio/ai-skills --skill skill-review。
  • 使用前建议确认权限范围、维护状态,以及是否会触发联网或命令执行操作。

SKILL.md

Skill Review

Audit an Agent Skill directory against the Agent Skills Specification and quality criteria. Produce a structured pass/fail report with specific fix instructions for every failure.

Context Loading

Load only the reference files needed for the current check group. Do NOT load all references upfront.

Check GroupLoadDo NOT Load
Spec Compliancereferences/checks-spec.mdchecks-references, checks-scripts, checks-structure
Reference Qualityreferences/checks-references.mdchecks-spec, checks-scripts, checks-structure
Script Standardsreferences/checks-scripts.mdchecks-spec, checks-references, checks-structure
Structure & READMEreferences/checks-structure.mdchecks-spec, checks-references, checks-scripts
Report Generationreferences/report-template.mdAll checks-*.md files

Skip guidance based on skill contents:

ConditionSkipWhy
No scripts/ directoryScript Standards check groupNothing to audit
No workflow filesWorkflow metadata checks in checks-structure.mdNothing to audit
Fewer than 3 procedural stepsTask tracking check in checks-structure.mdOverhead exceeds value

Review Process

Track progress using available task tracking tools — this review has 8 check groups plus locate and report steps, and always qualifies for task tracking.

1. Locate the Skill

Resolve the target skill path. Confirm SKILL.md exists at the root. If it does not exist, fail immediately — no skill to review.

2. Spec Compliance

Load references/checks-spec.md. Validate the name field, description field, frontmatter structure, and body content against the Agent Skills Specification.

3. Reference Quality

Load references/checks-references.md. Audit every file in references/ for topic coherence, citation presence, and self-containment. Use WebFetch to verify every URL found in reference files — record each URL's reachability status.

4. URL Reachability

This is part of the Reference Quality check group but reported separately. For every URL found across all skill files, fetch it with WebFetch and record whether it returns content or fails.

5. Progressive Disclosure

Load references/checks-structure.md. Count the lines in SKILL.md (report the actual number). Verify that detailed content lives in reference files, not in the main SKILL.md. Confirm reference loading is conditional (table or if/then pattern), not a blanket "load everything" instruction.

6. Workflow Files

Load references/checks-structure.md (workflow metadata section). If workflow files exist, verify each declares execution:, parallelism:, and needs-user-interaction: metadata. If no workflow files exist, mark as N/A.

7. Task Tracking

Load references/checks-structure.md (task tracking section). If the skill describes 3 or more procedural steps, verify that SKILL.md instructs the consuming agent to track progress through those steps. If fewer than 3 steps, mark as N/A.

8. Script Standards

Load references/checks-scripts.md. If a scripts/ directory exists, audit every script against shell and script standards. If no scripts exist, mark as N/A.

9. README

Load references/checks-structure.md (README section). Verify README.md exists and meets all completeness criteria.

10. Generate Report

Load references/report-template.md. Compile all check results into the report format. List every failure with the specific file path and what to change. Separate required fixes from optional recommendations.

Rules

  1. Never hallucinate spec requirements — every check must trace to a cited source URL
  2. Never use curl or wget — use WebFetch for all URL verification
  3. Never reference other skills in this repository — this skill is functionally independent
  4. Report facts, not opinions — pass/fail against stated criteria, not subjective quality judgments
  5. Include actual values — when a check measures something (line count, character count), report the measured value alongside the threshold
  6. Mark inapplicable checks as N/A — do not fail a skill for lacking scripts when it has no scripts directory

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

39.93%
按下载量换算29

Claude

29.67%
按下载量换算22

Cursor

17.64%
按下载量换算13

Gemini CLI

10.15%
按下载量换算7

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

执行命令

安装流程涉及命令执行,可能通过 npx skills add https://github.com/synapseradio/ai-skills --skill skill-review 联网下载 Skill 或依赖。用户安装前应确认命令来源、仓库内容和执行环境。

安装前确认

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

来源信息

继续浏览同类 Skills