什么是 custom-cleanup-process?
问题完成后特定于项目的清理流程。停止测试服务器并清理 claudecode_webui 的项目特定工件。 来源:edanstarfire/claudecode_webui。
问题完成后特定于项目的清理流程。停止测试服务器并清理 claudecode_webui 的项目特定工件。
通过命令行快速安装 custom-cleanup-process AI 技能到你的开发环境
来源:edanstarfire/claudecode_webui。
This is a project-specific custom skill called by the approveissue workflow to clean up project-specific resources. It handles stopping test servers and cleaning artifacts specific to this project (claudecodewebui).
Generic workflow skills invoke this skill if it exists; if absent, the cleanup step is skipped (only generic cleanup like worktree removal runs).
Use the process-manager skill pattern - find and kill by PID:
问题完成后特定于项目的清理流程。停止测试服务器并清理 claudecode_webui 的项目特定工件。 来源:edanstarfire/claudecode_webui。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/edanstarfire/claudecode_webui --skill custom-cleanup-process问题完成后特定于项目的清理流程。停止测试服务器并清理 claudecode_webui 的项目特定工件。 来源:edanstarfire/claudecode_webui。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/edanstarfire/claudecode_webui --skill custom-cleanup-process 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/edanstarfire/claudecode_webui