AgentSkillsCN

review-technical

在代码仓库中,将已有的预防性策略转化为可执行的测试用例。当需要将文档中的预防措施转化为可运行的测试、验证修复方案是否会导致回归问题、从解决方案文档中自动生成回归测试,或在修复缺陷后对测试质量进行复审时,可使用此技能。当/workflows-compound流程中出现test_failure问题时,该智能体将自动触发相关操作。

SKILL.md
--- frontmatter
name: review-technical
description: Parallel multi-skill technical review of plans/specs/approaches for architecture, simplicity, security, and implementation rigor. Use when asked to "review the plan/spec," "technical review," or to sanity-check a proposed approach before implementation.

Inputs

Provide the plan file path or plan content to review.

Process

Use subagents to run the following skills

  1. analyze-architecture
  2. review-code-simplicity
  3. review-security
  4. karpathy-guidelines