一键导入
workflow-pattern-capture
Optional retrospective—suggest 0–2 repo improvements (skill, command, rule, or hook) when triggers fire; otherwise say to change nothing.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Optional retrospective—suggest 0–2 repo improvements (skill, command, rule, or hook) when triggers fire; otherwise say to change nothing.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Preserve project architecture and SOLID when proposing or writing code. Always identify the correct layer and minimal design first.
Explore and shape a new feature before code generation. Always determine architectural placement, design options, trade-offs, and recommended approach first.
Diagnose runtime and launch issues that happen only on physical iPhone devices. Always plan first, then wait for approval before changing code.
Diagnose and repair Kotlin Multiplatform + Swift build failures. Always plan first, wait for confirmation, then apply minimal fixes.
Format a GitHub (or GitLab) issue Summary for the feature-planner and later phases after gh issue view.
Structure a manual feature or bug report before feature-planner when not starting from a GitLab issue.
基于 SOC 职业分类
| name | workflow-pattern-capture |
| description | Optional retrospective—suggest 0–2 repo improvements (skill, command, rule, or hook) when triggers fire; otherwise say to change nothing. |
Use this sparingly. Goal: turn repeating human or model behavior into durable assets (skills, commands, Cursor rules, or—only when justified—Claude hooks), including security-sensitive automation ideas.
Run only if at least one applies:
If none apply, stop and output No changes recommended (one line is enough).
.claude/skills/ or a short addition to an existing SKILL.md)..claude/commands/ (mirror usage in .cursor/commands/README.md)..cursor/rules/ when the issue is editor/agent behavior, not Gradle.## Gotchas section — when the model repeatedly fails in the same way (wrong layer choice, ignored constraint, incorrect test scope): add a ## Gotchas section to the relevant skill documenting the failure mode and correct behavior. This is the highest-ROI addition to any skill.kmp-doctor, systematic-debugging): consider embedding a shell command using !`command` syntax in SKILL.md so the model receives live output on invocation (e.g. current Gradle version, active SDK, recent error lines). Only propose when the dynamic context materially changes how the model should act.WORKFLOW.md).Do not list more than two proposals. Do not invent hooks for convenience.
Match the user’s language for the narrative; identifiers and paths stay as in the repo (English).