with one click
rework-commits
将当前分支重组为一组小而清晰、适合代码评审的语义化提交。用户要求拆分提交、整理 commit 历史、重做提交顺序时调用。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
将当前分支重组为一组小而清晰、适合代码评审的语义化提交。用户要求拆分提交、整理 commit 历史、重做提交顺序时调用。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Koog 开发工具包:梳理 Tools/MCP/Prompt/LLM 参数/记忆/压缩/审核等规范并产出模板。用户提到 Koog、ToolRegistry、MCP、AskUser、ChatMemory 时调用。
Complete guide for BaseKit Network module, including Coroutines support (KCHttp), error handling, HTTPS, SSE, and caching strategies.
Expert guidance on setting up scalable Gradle build logic using Convention Plugins and Version Catalogs.
Solutions for common Android Gradle build errors. Invoke when encountering build failures, duplicate file conflicts, manifest merger issues, or dependency resolution errors.
Guide for Jetpack Navigation 3 in Compose. Invoke when user asks to set up Navigation 3, manage back stack, or use NavDisplay.
Guide for kotlinx.serialization in Kotlin/Android. Invoke when user asks about JSON parsing, serialization, deserialization, or setting up Kotlin Serialization.
| name | rework-commits |
| description | 将当前分支重组为一组小而清晰、适合代码评审的语义化提交。用户要求拆分提交、整理 commit 历史、重做提交顺序时调用。 |
把当前分支整理为一组更小、更清晰、具备语义的提交,方便代码评审。
GIT_EDITOR=true,尤其是查看 diff 一类命令,避免命令进入交互式编辑器后卡住main 之上;如果没有,立即中止。git reset --hard 回退到这里。/tmp/original-diff.patch。git reset main,把所有变更变成未暂存状态。/tmp/split-todos.md。
AndroidManifest.xml、app/ 模块、com.android.application/com.android.librarykotlin-multiplatform、commonMain/commonTest、androidMain/iosMain 等 sourceSetbuild.gradle(.kts) 中的服务端框架(如 Spring/Ktor)与服务端目录结构commonMain 公共逻辑(优先)→ 各平台 androidMain/iosMain/... 适配 → 示例/测试/tmp/original-diff.patch 对比,确认没有任何变更被丢失或意外改动。