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

review-collection评论集

Agent Skill

review-collection 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

186

周安装

8

GitHub Stars

3

下载量

65
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/3a2dev/ansible-designer --skill review-collection

简介

review-collection 用于信息查找、检索与筛选,支持集合类内容处理。

  • 适用于 Codex、Claude、Cursor、Gemini CLI 中的研究类任务。
  • 通过 npx 命令从 GitHub 仓库安装该技能。
  • 安装前需核实仓库权限、维护状态及是否触发敏感操作。
  • 建议结合原始文档了解其在 Ansible 等自动化工具中的具体应用。

SKILL.md

review-collection

Review an Ansible collection and produce a structured severity report. This command never modifies files.


Required Inputs

  1. collection identificationnamespace.name or path to collection root (resolved from discovery if not provided)

Behavior

Step 1 — Discovery

Run discovery per references/discovery.md. Locate the collection:

  • By namespace.name in collections_path directories
  • By path if provided directly

Step 2 — Load Collection

Read galaxy.yml, meta/runtime.yml, README.md, CHANGELOG.md, LICENSE. Scan plugins/, roles/, playbooks/, tests/ directories.

Step 3 — Generate Severity Report

## Collection Review: <namespace>.<name>
Path: <collection_path>
Version: <version>
Reviewed: <timestamp>

---

### CRITICAL
[Critical issues]

### WARNING
[Warnings]

### INFO
[Informational notes]

---
Summary: <X> critical, <Y> warnings, <Z> info

Checks to Perform

CRITICAL

CheckConditionMessage
galaxy.yml missingFile does not existCRITICAL: galaxy.yml is missing — collection is not valid without it
galaxy.yml: namespace missingnamespace field absent or empty[galaxy.yml] Required field 'namespace' is missing
galaxy.yml: name missingname field absent or empty[galaxy.yml] Required field 'name' is missing
galaxy.yml: version missingversion field absent or empty[galaxy.yml] Required field 'version' is missing
galaxy.yml: invalid versionVersion is not semver (MAJOR.MINOR.PATCH)[galaxy.yml] Version '<ver>' is not valid semantic versioning (expected MAJOR.MINOR.PATCH)
galaxy.yml: authors missingauthors list is empty or absent[galaxy.yml] Required field 'authors' is missing or empty
Module syntax errorA plugin file has a Python syntax error[plugins/modules/<file>] Python syntax error: <error>

WARNING

CheckConditionMessage
README.md missingFile does not existREADME.md is missing — add a collection overview with installation and usage instructions
CHANGELOG.md missingFile does not existCHANGELOG.md is missing — document version history for users
LICENSE missingFile does not existLICENSE file is missing — add a license (Apache 2.0 recommended)
meta/runtime.yml missingFile does not existmeta/runtime.yml is missing — add 'requires_ansible' constraint
meta/runtime.yml: no requires_ansiblerequires_ansible absent[meta/runtime.yml] 'requires_ansible' not set — recommend adding ">=2.15.0"
galaxy.yml: no dependencies listedDependencies field absent or empty when community collections are likely needed[galaxy.yml] No dependencies declared — if this collection uses community.general or similar, add them
galaxy.yml: no tagstags field absent or empty[galaxy.yml] No tags set — add relevant tags to improve Galaxy discoverability
Role quality issuesAny role fails review-role checksFor each failing role, add a WARNING with the role name and check that failed
Module missing DOCUMENTATIONA plugin module lacks the DOCUMENTATION constant[plugins/modules/<file>] Module is missing DOCUMENTATION block — required for ansible-doc
Module missing EXAMPLESA plugin module lacks the EXAMPLES constant[plugins/modules/<file>] Module is missing EXAMPLES block
Module missing RETURNA plugin module lacks the RETURN constant[plugins/modules/<file>] Module is missing RETURN block
Missing test guidance for pluginsCollection contains plugins but no ansible-test or usage guidance[tests/] Collection contains plugins but has no clear validation path aligned with references/testing.md

INFO

CheckConditionMessage
No roles definedroles/ directory is emptyNo roles found in roles/ — use /ansible-designer:new-role to add a role
No tests definedtests/ directory is emptyNo tests found — consider adding integration tests for CI validation
No playbooksplaybooks/ directory is emptyNo example playbooks found — consider adding a usage example in playbooks/
galaxy.yml: no repositoryrepository field absent[galaxy.yml] No repository URL set
galaxy.yml: description too longdescription > 255 characters[galaxy.yml] Description is <N> characters — Galaxy recommends under 255

Role Quality Checks

For each role found in roles/:

  • Run the review-role checks (FQCN, tags, no_log, meta/main.yml validity, handler correctness)
  • Prefix each finding with [roles/<role_name>]
  • Include role issues in the appropriate severity sections

Constraints

  • Never modify files. This command is read-only.
  • Do not generate fixed versions of any file.
  • Conclude with: "Use /ansible-designer:update-collection to apply fixes."

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

39.61%
按下载量换算26

Claude

28.59%
按下载量换算19

Cursor

18.77%
按下载量换算12

Gemini CLI

10.25%
按下载量换算7

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

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

安装前确认

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

来源信息

继续浏览同类 Skills