Agent Skills
› AjayIrkal23/agentic-mercy-10x
› gsd-ns-review
gsd-ns-review
GitHub智能路由技能,根据用户意图将请求分发至代码审查、安全审计、UI评估或调试等下游质量保障相关技能。
Trigger Scenarios
需要审查代码质量与正确性
请求自动修复代码审查发现的问题
进行UAT验收测试审计
执行阶段安全性审查
评估AI响应质量
检查UI设计与无障碍性
验证阶段输出结果
调试失败的功能或错误
对故障系统进行取证调查
Install
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.
Version History
- 581d130 Current 2026-07-19 09:10


