用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/shinpr/codex-workflows --skill task-analyzer命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | task-analyzer |
| description | Analyzes standalone task essence, task type, applicable skills, and metacognitive execution risks. |
Use references/skills-index.yaml as the available workflow-skill catalog.
Identify the fundamental purpose beyond the surface request.
Return the essence as a concise purpose, not a restatement of the requested operation.
Classify the immediate work as implementation, fix, refactoring, design, documentation, quality/review, diagnosis, research, or continuation. Preserve an explicitly invoked recipe or supplied governing artifact as the entry point.
Extract task tags and match them to skills-index.yaml. Consider implicit relationships that materially change execution:
| Task evidence | Consider |
|---|---|
| Observed failure or error handling | ai-development-guide, testing |
| Code implementation or refactoring | coding-rules, testing |
| Design or implementation planning | documentation-criteria, implementation-approach |
| Real boundary proof | integration-e2e-testing |
| Agent handoff or multi-agent workflow | llm-friendly-context, subagents-orchestration-guide |
Select skills in this priority order:
Select the smallest set whose rules change execution or verification. A recipe's Required Skills already define its set.
Generate only questions and warnings that can change the current approach. Cover, when applicable:
Warning patterns include symptom-only repair, unsupported broad changes, implementation without observable proof, and planning that does not preserve the requested outcome. Describe the applicable mitigation rather than forcing a fixed ceremony.
| Decision | Owning skill or evidence |
|---|---|
| Documentation needed | Explicit recipe or documentation-criteria |
| Implementation strategy | implementation-approach |
| Test boundary | testing and, when a wider boundary is indispensable, integration-e2e-testing |
| Root cause or impact | ai-development-guide |
| Frontend-specific rules | selected skill's frontend reference after loading that skill |
Task analysis does not own Structural Scale, file-count estimation, documentation requirements, approval gates, implementation phases, or subagent topology.
taskAnalysis:
essence: <fundamental purpose>
taskType: <implementation|fix|refactoring|design|documentation|quality|diagnosis|research|continuation>
extractedTags: [<task evidence tag>]
selectedRules:
- skill: <skill name>
priority: <essential|quality|process|supplementary>
reason: <how it changes execution or verification>
sections: [<relevant section name>]
metaCognitiveGuidance:
taskEssence: <fundamental purpose>
pastFailures: [<applicable known failure pattern>]
potentialPitfalls: [<task-specific risk>]
firstStep:
action: <smallest evidence-gathering or execution action>
rationale: <why it comes first>
metaCognitiveQuestions: [<question ]