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

review-implementation审查实施情况

Agent Skill

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

总安装

297

周安装

12

GitHub Stars

175

下载量

93
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/playmoreai/agent-skills --skill review-implementation

简介

review-implementation 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。

  • 适用于项目复盘、方案验证和实施效果评估等研究检索类任务场景。
  • 通过结构化查询支持对已有实现方案的梳理与比对分析。
  • 安装前建议确认权限范围和维护状态,以及是否会触发联网或命令执行。
  • 可结合来源仓库和原始 README 文档核验具体用法和功能边界。

SKILL.md

Review Implementation

Overview

Review code against markdown requirements and produce evidence-backed findings. When the user asks for fixes, apply targeted changes that bring the implementation back to the docs without expanding scope.

Modes

  • Use review-only mode when the user asks to review, assess, audit, verify, or find issues.
  • Use fix mode when the user asks to fix, update, refactor, complete, apply changes, or make the implementation match the docs.
  • In fix mode, keep changes minimal and reversible. Do not add features that are not justified by the docs.

Workflow

1) Intake and Discovery Gate

  • Read all provided.md files and extract explicit requirements, constraints, and acceptance criteria.
  • Read repo guidance such as AGENTS.md, README, architecture notes, and existing task or PRD files when relevant.
  • Inspect affected code, tests, fixtures, routes, schemas, migrations, services, components, permissions, config, and observability surfaces as needed.
  • Identify the current behavior, expected behavior, data flow, integration points, validation options, and likely blast radius.
  • Ask only when a critical decision cannot be made safely after discovery.

2) Map Requirements to Evidence

  • Build an internal traceability map: requirement -> status -> code evidence -> gap -> action.
  • Classify each requirement as satisfied, partial, missing, conflicting, overbuilt, or deferred.
  • Use file/line evidence for important claims. Do not rely on general impressions when code can be inspected.

3) Run Multi-Pass Review

Review in this order:

  1. Requirements coverage: every requirement is satisfied or explicitly unresolved.
  2. Correctness: happy paths, edge cases, errors, empty states, permissions, state transitions, and rollback behavior are handled.
  3. Integration: changed modules fit together without contract breaks, duplicated ownership, or hidden assumptions.
  4. Simplicity: the solution is no more complex than necessary.
  5. Cleanup: repeated logic, dead code, temporary code, noisy logs, unused files, and unused dependencies are removed.
  6. Security/privacy: auth, access control, secrets, sensitive data, injection risks, and audit needs are safe.
  7. Performance: expensive queries, N+1 patterns, unnecessary renders, redundant network calls, and blocking work are addressed.
  8. Validation: chosen checks are appropriate for the risk.
  9. Documentation/operability: docs, release notes, migrations, rollback, monitoring, or support notes are updated when required.

Treat overbuilt code as a review finding when it adds features, abstractions, state, dependencies, or workflow paths not required by the docs.

4) Apply Focused Fixes

  • Fix issues directly in code with minimal, targeted changes.
  • Split overly long files/functions only when the split reduces real review or maintenance risk.
  • Remove or simplify overbuilt code that is not justified by the docs.
  • Preserve existing patterns unless the docs or code evidence justify a change.
  • If PRD or phase files are part of the request, update checkboxes, validation notes, discoveries, and change logs only when implementation evidence supports the update.

5) Validate with Evidence

  • Choose the smallest sufficient validation for the risk: static checks, unit tests, integration tests, API-level E2E, browser/UI checks, simulator checks, screenshots, manual smoke checks, or observability checks.
  • Run relevant checks when available and appropriate. If checks are unavailable, too costly, or not allowed, state the gap and use the best available evidence.
  • Do not run broad or expensive validation by reflex when a narrower check proves the changed behavior.

Report Format

Lead with the result that matters most:

  • In review-only mode, list findings first in severity order with file/line references, then summarize coverage, validation, and residual risk.
  • In fix mode, summarize fixes applied, validation performed, and any remaining findings or risks.
  • If no issues are found, say so clearly and name any validation gaps.
  • For critical blockers, stop and ask. For non-critical ambiguity, make the best reasonable decision, record the assumption, and continue.

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

35.96%
按下载量换算33

Claude

29.17%
按下载量换算27

Cursor

19.48%
按下载量换算18

Gemini CLI

9.65%
按下载量换算9

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

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

来源信息

继续浏览同类 Skills