AgentSkillsCN

implementation-check

针对“X 是否已实现?”这一问题的标准解答流程,并辅以来自代码仓库的充分证据。

SKILL.md
--- frontmatter
name: implementation-check
description: Standard procedure to answer “Is X implemented?” with evidence from the repo.

Answer format:

  1. Result: Yes / No / Partial.
  2. Evidence:
  • File paths
  • Symbols (functions/classes)
  • Routes/endpoints
  • Config flags/env vars
  1. Current behavior (based on code).
  2. Gaps and what would be required to complete it.
  3. Suggested next step (smallest useful change).