用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/shinpr/codex-workflows --skill recipe-task命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Proposes and, after user confirmation, creates or maintains docs/project-context/quality.yaml from repository-specific review requirements. Use when asked to generate or update a repository quality profile.
Execute an approved backend Work Plan autonomously through task execution, quality fixes, commits, and final verification.
Execute an approved frontend Work Plan autonomously through frontend implementation, quality fixes, commits, and final verification.
基于 SOC 职业分类
正在显示 SKILL.md
| name | recipe-task |
| description | Execute standalone tasks with metacognitive analysis and applicable skill selection. |
task-analyzer — task analysis and skill selectionllm-friendly-context — clear prompts, handoffs, and generated artifactsSpawn rule: invoke rule-advisor with fork_turns="none" so it receives only the task and explicit context.
Task: $ARGUMENTS
Invoke rule-advisor first with the standalone task, current context, and any explicit recipe or governing artifact. Its result supplies task essence, selected skill names and sections, warning patterns, and the first evidence-gathering action.
metaCognitiveGuidance.taskEssence as the task's purpose.selectedRules completely by skill name, then apply the selected sections in context.metaCognitiveGuidance.pastFailures, potentialPitfalls, and warningPatterns to prevent a known failure that is applicable to this task.metaCognitiveGuidance.firstStep unless current evidence already satisfies it.For multi-step work, reuse the active execution plan or create one from the material actions implied by the rule-advisor result. Keep one step in progress and finish with verification of the requested outcome and applicable rules. Simple work proceeds directly.
Execute in the parent session unless an applicable recipe assigns domain work to a named specialist. Apply the selected skills and verify the requested observable outcome.