AgentSkillsCN

review-standards

根据项目章程与实施进度,对代码或文件进行审查。在代码合并前,或在检查合规性时,可选用此方法。

SKILL.md
--- frontmatter
name: review-standards
description: Review code or files against project constitution and implementation status. Use before merge or when checking compliance.
argument-hint: [path-or-file]
disable-model-invocation: false

Review the specified code against project constitution and standards.

Constitution: @.specify/memory/constitution.md Implementation status: @docs/implementation-status.md

Checklist:

  • No as any or as unknown; guard clauses
  • Tailwind only; no hardcoded px or !important
  • British English, full words
  • Design system: generic, no API imports, renderer-presenter where applicable
  • Forms: section structure, TanStack Forms
  • Run pnpm run lint and pnpm run ts-check

Target: $ARGUMENTS (default: changed files or current directory)