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

quality-auditor质量审核员

Agent Skill

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

总安装

936

周安装

39

GitHub Stars

10

下载量

312
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/oakoss/agent-skills --skill quality-auditor

简介

用于辅助安全审计、权限检查、凭据风险、认证流程和常见漏洞排查。

  • 它适合让 Agent 梳理敏感配置、检查依赖风险、分析鉴权逻辑或生成安全复核清单。
  • 使用时不能把工具输出直接当最终结论。
  • 涉及密钥、令牌、用户数据或生产系统时,应先确认最小权限、脱敏方式和操作边界。
  • quality-auditor 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Quality Auditor

Overview

Evaluates tools, frameworks, systems, and codebases against the highest industry standards across 12 weighted dimensions. Produces evidence-based scores, identifies anti-patterns, and generates prioritized improvement roadmaps. Applies extra scrutiny to AI-generated code through the verification gap protocol, ensuring velocity does not compromise integrity.

When to use: Auditing code quality, reviewing AI-generated code, scoring codebases against industry benchmarks, enforcing pre-commit quality gates, comparing tools or frameworks, assessing technical debt.

When NOT to use: Quick code reviews without scoring, style-only linting (use a linter), feature implementation, routine PR reviews that do not require a full audit.

Quick Reference

DimensionWeightWhat to Evaluate
Code Quality10%Structure, patterns, SOLID, duplication, complexity, error handling
Architecture10%Design, modularity, scalability, coupling/cohesion, API design
Documentation10%Completeness, clarity, accuracy, examples, troubleshooting
Usability10%Learning curve, installation ease, error messages, ergonomics
Performance8%Speed, resource usage, caching, bundle size, Core Web Vitals
Security10%OWASP Top 10, input validation, auth, secrets, dependencies
Testing8%Coverage (unit/integration/e2e), quality, automation, organization
Maintainability8%Technical debt, readability, refactorability, versioning
Developer Experience10%Setup ease, debugging, tooling, hot reload, IDE integration
Accessibility8%WCAG compliance, keyboard nav, screen readers, cognitive load
CI/CD5%Automation, pipelines, deployment, rollback, monitoring
Innovation3%Novel approaches, forward-thinking design, unique value

Audit Phases

PhaseNamePurpose
0Resource CompletenessVerify registry/filesystem parity; audit fails if this fails
1DiscoveryRead docs, examine code, test system, review supporting materials
2EvaluationScore each dimension with evidence, strengths, and weaknesses
3SynthesisExecutive summary, detailed scores, recommendations, risk matrix

Scoring Scale

ScoreRatingMeaning
10ExceptionalIndustry-leading, sets new standards
8-9ExcellentExceeds expectations significantly
6-7GoodMeets expectations with improvements needed
5AcceptableBelow average, significant improvements
3-4PoorMajor gaps and fundamental problems
1-2CriticalBarely functional or non-functional

Common Mistakes

MistakeCorrect Pattern
Giving inflated scores without evidenceEvery score must cite specific files, metrics, or code examples as evidence
Skipping Phase 0 resource completeness checkAlways verify registry completeness first; missing resources cap the overall score at 6/10
Evaluating only code quality, ignoring dimensionsScore all 12 dimensions with appropriate weights; architecture, security, and DX matter equally
Accepting superficial "LGTM" reviewsPerform deep semantic audits checking contract integrity, security sanitization, and performance hygiene
Trusting AI-generated code without verificationApply the verification gap protocol: critic agents, verifiable goals, human oversight for critical paths
Proceeding after audit failure without re-auditStop, analyze the deviation, remediate, then restart the checklist from step 1
Using 10/10 scores without exceptional evidenceReserve 10/10 for truly industry-leading work; most quality tools score 6-7
Surface-level static analysis onlyCombine linting with architectural fit checks, risk-based PR categorization, and context-aware validation

Delegation

  • Discover codebase structure and gather audit evidence: Use Explore agent to survey file organization, dependencies, test coverage, and documentation
  • Execute targeted quality checks across dimensions: Use Task agent to run linters, security scanners, performance profilers, and accessibility audits
  • Design quality improvement roadmap: Use Plan agent to prioritize quick wins, short-term, and long-term recommendations from audit findings
For stylistic cleanup of AI-generated prose and code (emdash overuse, slop vocabulary, over-commenting, verbose naming), use the de-slopify skill. If the usability-tester skill is available, delegate usability dimension evaluation and user flow validation to it. Otherwise, recommend: pnpm dlx skills add oakoss/agent-skills -s usability-tester -a claude-code -y

References

  • Audit Rubric -- pass/warn/fail thresholds, weighted scoring methodology, automated vs manual checklists, score caps, report format
  • Dimension Rubrics -- detailed scoring criteria, evidence requirements, and rubric tables for all 12 dimensions
  • Audit Report Template -- structured report format, executive summary, recommendations, risk assessment
  • Anti-Patterns Guide -- code, architecture, security, testing, and process anti-patterns to identify during audits
  • Verification Gap Protocol -- AI code verification methodology, critic agents, rejection protocol, risk-based review strategies

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

37.48%
按下载量换算117

Claude

29.43%
按下载量换算92

Cursor

20.17%
按下载量换算63

Gemini CLI

9.57%
按下载量换算30

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

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

来源信息

继续浏览同类 Skills