Feature Implementation

v1.0.0

功能编码实现执行器(TDD 驱动)。读取任务规划,按 RED-GREEN-REFACTOR 循环执行开发任务。当用户说'完成XX功能的第N阶段'、'开始写代码'、'实现XX阶段'、'开发XX的数据层'等意图时触发。也支持增量变更任务,如'完成XX的变更任务 CR-XXX'。

0· 86·1 current·1 all-time
byp1866@cping6
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description (TDD feature implementation) matches the runtime instructions: read feature specs and planning docs, run tests, implement code, perform acceptance (Playwright/Supabase) and update tasks/reports. No unrelated credentials, binaries, or installs are requested.
Instruction Scope
Instructions explicitly require reading files under specs/ and PROJECT-CONTEXT.md, writing reports to docs/, running tests and performing browser (Playwright MCP) and DB (Supabase MCP) acceptance checks, and using TaskCreate/TaskUpdate. This scope matches the stated purpose, but it means the agent will read and modify repository files and invoke platform-provided test/acceptance tools — ensure you are comfortable granting the agent those repo and tool permissions.
Install Mechanism
Instruction-only skill with no install spec and no code files — nothing is written to disk by an installer. Lowest-risk install posture.
Credentials
The skill declares no environment variables or external credentials. The actions described (running tests, Playwright, Supabase checks, Task tool) are expected for this purpose; note that execution may require platform-provided credentials/access to run browsers or query databases — those are not requested by the skill itself but will be required at runtime by the environment.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request persistent elevated privileges or modify other skills. It will create/update files in the project (reports, tests, code) as part of normal operation — this is expected behavior for a code-writing assistant.
Assessment
This skill reads your project files, writes code/tests, runs test suites, and performs acceptance checks (browser via Playwright MCP, DB via Supabase MCP) and updates task tracking and reports. Before installing: (1) ensure the repository contains the required specs/ and PROJECT-CONTEXT.md files the skill requires; (2) confirm the execution environment (CI/agent) provides Playwright/DB access and that any platform tokens granted to run tests/db queries have appropriate, limited scope; (3) be aware the agent will modify code and repo files — use code review/branches if you don't want direct commits; (4) if you prefer tighter control, restrict autonomous execution or require explicit user confirmation before writing commits or running acceptance tests.

Like a lobster shell, security has layers — review code before you run it.

latestvk972sdqn9jm6gkqc3z8akqd6p183kaee

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments