implement

仓库创建 2026年7月6日最近提交 22 天前SkillHot 收录 22 天前
▸ 精选理由

覆盖从实现到测试再到审查的完整交付流程,适合实际开发任务。

这个 Skill 做什么

根据 PRD 或 issue 实现功能,包含测试、类型检查与自审流程。

根据 PRD 或 issue 把功能从头实现到提交,包含写测试、跑类型检查、单测/全量测试和自审流程,最后做 code-review 并提交到当前分支。建议在约定的接缝处采用 TDD,开发过程中经常跑小范围测试,完工前跑完整测试套件。目标是交付可测、可审、质量可控的实现,而不是临时改动。

▸ 展开 SKILL.md 英文原文

Implement a piece of work based on a PRD or set of issues.

开发编程实现执行TDD任务交付通用
0
Stars
0
Forks
38
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/K3639284/skills/main/skills/engineering/implement/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/K3639284/skills/main/skills/engineering/implement/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
Implement the work described by the user in the PRD or issues.

Use /tdd where possible, at pre-agreed seams.

Run typechecking regularly, single test files regularly, and the full test suite once at the end.

Once done, use /code-review to review the work.

Commit your work to the current branch.
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有