Token导航 LogoToken导航TokenDH.com
研究检索只读github未标认证来源可访问clear审计未展示

review审查

Agent Skill

用于辅助前端页面、组件、样式和交互逻辑的开发与维护。它适合让 Agent 生成或审查 React、Next.js、Vue、Tailwind、CSS 等相关代码,整理组件结构,或定位布局和性能问题。使用时需要结合项目现有设计系统、路由和构建方式,避免只生成孤立片段;涉及页面改动时,应配合本地预览和构建检查确认视觉效果。

总安装

121

周安装

5

GitHub Stars

公开资料未说明

下载量

40
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

AgentSkills.tonpx skills
npx skills add quran/quran.com-frontend-next --skill "review"

简介

review 技能用于审查 Quran.com 前端项目的代码结构和实现细节。

  • 支持 React、Next.js 等技术栈的组件分析。
  • 帮助定位布局和性能问题。review 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 安装前应熟悉项目路由和构建流程。
  • 输出为建议性修改意见,需人工复核后实施。

SKILL.md

name
review
description

Review PR(s)

Review PR(s) using the comprehensive review guidelines.

Arguments

$ARGUMENTS can be:

  • Single PR: 2732
  • Multiple PRs: 2732 2700 2699 (space-separated)
  • Multiple PRs: 2732,2700,2699 (comma-separated)

Steps

For Each PR

  1. Read the review prompt from docs/REVIEW_PROMPT.md for all criteria
  2. Fetch PR details: gh pr view {PR_NUMBER} --json title,body,files,additions,deletions,author
  3. Fetch PR diff: gh pr diff {PR_NUMBER}
  4. If files changed > 15, flag for potential split before deep review
  5. Check for previous reviews (see Re-review Protocol below)

Re-review Protocol

Before reviewing, check if this PR has been previously reviewed:

  1. Fetch previous reviews and comments:
   gh pr view {PR_NUMBER} --json reviews,comments
  1. If previous reviews exist:

- Summarize previous review status (APPROVED, CHANGES_REQUESTED, COMMENTED) - List key issues raised in previous reviews - Check commits since last review: gh pr view {PR_NUMBER} --json commits - Focus on: - Whether previous feedback was addressed - New changes introduced since last review - Any regressions caused while fixing previous issues - In the review output, add a "📋 Previous Review Status" section

Review Criteria

Apply all sections from the review prompt:

  1. Critical: Security, error handling, rendering strategy, correctness, breaking changes
  2. Standard: TypeScript, React patterns, localization/RTL, performance, accessibility
  3. Clean Code: DRY, KISS, single responsibility, separation of concerns, SOLID
  4. Polish: Function size, comments, dead code, console.log, naming
  5. Watch Out For: Common bug patterns
  6. Testing & Validation:

- Tests pass (yarn test) - Linting passes (yarn lint) - Build succeeds (yarn build) - Edge cases: loading, error, empty states, logged-in vs guest (if auth-related)

  1. Bugs & Regressions:

- Existing functionality still works - Side effects on shared code/styles/state - Runtime issues (race conditions, memory leaks) - Testing verification based on what the PR changes (variants, themes, RTL, responsive, states, user flows)

Issue Categories

Use these labels when categorizing issues:

CategoryCovers
[Security]Secrets, XSS, input validation
[Correctness]Logic bugs, wrong behavior, missing requirements
[Regression]Breaking existing functionality
[Performance]Re-renders, bundle size, memoization
[Theming]Colors, dark/light/sepia mode
[RTL]Logical properties, layout direction
[i18n]Hardcoded strings, localization
[A11y]Accessibility issues
[Testing]Missing tests, untested scenarios
[TypeScript]Types, any usage, interfaces
[React]Patterns, hooks, state management
[Clean Code]DRY, KISS, SOLID violations
[Polish]Naming, formatting, comments, EOF

Output Format

Use the format from docs/REVIEW_PROMPT.md:

  • Summary (brief, note if part of PR chain)
  • 📋 Previous Review Status (only for re-reviews: what was raised, what's addressed)
  • 🔴 Critical Issues - Use [Category] in title (e.g.,

#### 1. [Regression] Theme Settings Removed)

  • 🟠 Medium Issues - Use [Category] in title
  • 🟡 Low Issues - Use [Category] in title
  • ✅ What's Done Well
  • 🎯 Verdict (conversational conclusion)

Multi-PR Workflow

When reviewing multiple PRs:

  1. Review each PR individually following all steps above
  2. After each review, ask whether to:

- Post review to GitHub - Make adjustments - Continue to next PR

  1. After all PRs are reviewed, provide a brief summary of all reviews

Final Step

Ask me whether to post the review or make adjustments before posting to GitHub.

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

补充不同宿主或平台的使用分布数据

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

平台分布

OpenCode

44.81%
按下载量换算18

Codex

26.72%
按下载量换算11

Antigravity

16.93%
按下载量换算7

Gemini CLI

8.56%
按下载量换算3

安全审计

暂无安全审计结果可展示。

权限和风险

只读

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

安装前确认

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

来源信息

继续浏览同类 Skills