ワンクリックで
prepare-for-git-commit
git commit操作的前期准备,包括代码规范检查,以及commit message编写
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
git commit操作的前期准备,包括代码规范检查,以及commit message编写
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Use for Loveca battle card-effect architecture review and new card-effect development governance. 适用于 Loveca 卡效总审查、新卡效候选审查、执行窗口提示词、卡效开发规范、卡效提交说明生成、runner 回流检查、helper/workflow/query 复用与晋升审查、只读审查窗口、focused validation、文档诚实性检查。
发布前准备,包括确认并同步 VERSION、运行构建与验证检查、构建 Android(PWA/TWA)发布材料、整理发布 tag 与发布清单
Loveca animation and interaction verification workflow. Use when validating battle desktop animations, drag/drop behavior, active-effect UI, inspection/reveal flows, LIVE resolution feedback, responsive layout, reduced-motion behavior, or visual regressions with Playwright, screenshots, and focused checks.
Loveca battle interaction design guidance. Use when designing or changing player actions, drag/drop, selectable targets, pending ability ordering, active-effect panels, inspection flows, hidden-information visibility, undo, local test desktop behavior, online battle views, or error feedback in the shared battle UI.
Loveca battle motion design guidance. Use when designing or implementing card movement, flip, tap/orientation, zone transfer, inspection, active-effect, LIVE resolution, cheer, cost payment, drag/drop, or other animated feedback in the Loveca battle desktop or shared game board UI.
github pr操作的前期准备,包括通过git rebase引入main的commit,以及代码、文档规范检查
| name | prepare-for-git-commit |
| description | git commit操作的前期准备,包括代码规范检查,以及commit message编写 |
提示:需要启动开发测试环境时,使用 bash scripts/start-test-env.sh 来干净地启动开发测试。
提示:运行全量 unit / integration 测试时,pnpm test:run 需要显式传测试环境变量,否则部分服务端路由测试会因缺少 DATABASE_URL 等配置失败:
env DATABASE_URL=postgres://loveca:loveca_dev@localhost:5432/loveca JWT_SECRET=test JWT_REFRESH_SECRET=test MINIO_ENDPOINT=localhost MINIO_ACCESS_KEY=test MINIO_SECRET_KEY=test FRONTEND_URL=http://localhost:5173 pnpm test:run
步骤:
docs/coding-standard/ 和 docs/doc_writing_guide.md,并给出结论;具体审查细则以这些规范文档为准。CLAUDE.md, AGENTS.md 和游戏系统设计文档 docs/system-design.md, docs/PROJECT_REQUIREMENTS.md 或者其他文档是否需要更新保持与最新的项目代码一致,如果不一致,则修改、更新这些文档以反映最新的代码架构和实现细节。