AgentSkillsCN

memory-verify

在完成有意义的代码变更或计划后,运行实施后的验证检查,并将证据持久保存于记忆文件中。此举有助于在记忆与质量关口之间保持一致,确保后续工作的顺利推进。

SKILL.md
--- frontmatter
name: memory-verify
description: Run post-implementation verification checks and persist evidence in memory files. Use after meaningful code changes or plan completion to keep memory and quality gates aligned.

Memory Verify

Run this skill after implementation tasks.

Steps

  1. Determine target phase if available.
  2. Run:
    • .\scripts\gtd.ps1 verify
    • or .\scripts\gtd.ps1 verify -Phase <N>
  3. Read generated verification report and summarize pass/fail.
  4. Ensure state reflects verification completion.

Output Contract

  • List checks executed.
  • State overall pass/fail.
  • Include path to verification report.