Agent Skills
› AjayIrkal23/agentic-mercy-10x
› gsd-ns-review
gsd-ns-review
GitHub根据用户意图路由至质量与审查类子技能,涵盖代码审查、自动修复、UAT审计、安全评估、AI响应评价、UI审查、阶段验证、调试及系统取证等场景。
触发场景
需要审查代码质量和正确性
希望自动修复代码审查发现的问题
进行UAT或验收测试审计
执行阶段安全性审查
评估AI回复质量
审查UI设计与可访问性
验证阶段输出结果
调试失败的功能或错误
对损坏系统进行取证调查
安装
npx skills add AjayIrkal23/agentic-mercy-10x --skill gsd-ns-review -g -y
SKILL.md
Frontmatter
{
"name": "gsd-ns-review",
"description": "quality gates | code review debug audit security eval ui",
"allowed-tools": [
"Read",
"Skill"
]
}
Route to the appropriate quality / review skill based on the user's intent.
gsd-code-review-fix was absorbed by gsd-code-review --fix in #2790.
| User wants | Invoke |
|---|---|
| Review code for quality and correctness | gsd-code-review |
| Auto-fix code review findings | gsd-code-review --fix |
| Audit UAT / acceptance testing | gsd-audit-uat |
| Security review of a phase | gsd-secure-phase |
| Evaluate AI response quality | gsd-eval-review |
| Review UI for design and accessibility | gsd-ui-review |
| Validate phase outputs | gsd-validate-phase |
| Debug a failing feature or error | gsd-debug |
| Forensic investigation of a broken system | gsd-forensics |
Invoke the matched skill directly using the Skill tool.
版本历史
- 581d130 当前 2026-07-19 09:10


