fix-detekt
星标9
分支0
更新时间2026年2月15日 07:02
Run detekt and fix reported issues
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Run detekt and fix reported issues
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Process issues sequentially: /dev per issue in isolated sub-agent → CI wait → merge → next
E2E development: investigate → dig → decompose → implement → test → review → PR
Break a task into ordered subtasks with dependencies
Investigate codebase for an issue in a forked context (context isolation)
Clarify ambiguities in plans with structured questions and auto-decide rules
Audit codebase for tech debt, code quality, and architecture issues — then create GitHub Issues
| name | fix-detekt |
| description | Run detekt and fix reported issues |
| user-invocable | true |
| disable-model-invocation | true |
| allowed-tools | Bash, Read, Edit |
Run detekt, parse the output, and fix all reported issues.
./gradlew detekt and capture the output.LongMethod: Split the composable/function into smaller piecesMagicNumber: Extract to a named constantUnusedImport: Remove the importMaxLineLength: Break the line appropriately./gradlew detekt again — auto-correct may reorder imports, causing new issues on the first pass../gradlew detekt one more time to confirm zero issues.