# Implement

> 按照已经确认的规格或任务票实施功能；适用于需求已经清晰并准备编码时。 English: Implement a piece of work based on a spec or set of tickets.

- Skill: `hyhyxyx/implement` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds@latest add hyhyxyx/implement`
- Raw SKILL.md: https://api.skillmd.com/api/skills/hyhyxyx/implement/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: hyhyxyx (https://skillmd.com/u/hyhyxyx)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/hyhyxyx/implement

---


> [!IMPORTANT]
> **中文 Codex 适配：** 执行本技能前，必须完整读取 [`references/CODEX-ZH.md`](references/CODEX-ZH.md)。下面保留上游方法论的完整内容；兼容规则只增加中文交互、Codex 调用、Windows 工具映射和授权边界。

Implement the work described by the user in the spec or tickets.

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.

