用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/carrot-foundation/methodology-rules --skill execute-task命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | Execute Task |
| description | Autonomously implement a task following project conventions with iterative verification. |
Understand the task: Read the task description or plan carefully. Identify what needs to change, which projects are affected, and any constraints.
Identify affected files: Use search tools to find relevant files. Understand the existing code structure before making changes. Check module boundaries — processors can only import from shared libraries.
Implement changes:
@carrot-fndn/shared/...) for cross-library importsz.infer@faker-js/faker and zocker for test data, never real data.processor.ts, .lambda.ts, .processor.spec.ts, .lambda.e2e.spec.ts, .test-cases.tsVerify after each significant change: Run quality checks incrementally to catch issues early.
pnpm lint:affected
pnpm ts:affected
pnpm test:affected
Debug and fix: If tests or checks fail, read the error output carefully, identify the root cause, and fix it. Do not blindly retry — understand why it failed.
Summarize: When finished, provide a concise summary of: