commit-push-pr
Commit changes, push to remote, and open a pull request in one workflow.
Commit changes, push to remote, and open a pull request in one workflow.
git addとgit commitを自動化し、変更内容に基づいて適切なコミットメッセージを生成します。ユーザーがコミットを作成したい時、変更をコミットしたい時に使用します。
用中文生成 commit message(title + body)与 PR 描述,明确区分"长期证据/可追溯性"的 commit 视角和"帮助 reviewer 理解与评审"的 PR 视角。适用于用户请求"写 commit message/写 PR 描述/根据改动生成 commit+PR",并需遵守 `M-xxx(type): title` 格式与合同式 PR 四块结构;可基于改动描述/代码差异自行推断风险与评审关注点,不足时再询问。
Generates metadata for research documents and specifications including date/time, git commit, branch, and repository info. Use when creating research documents, handoffs, or any documentation that needs timestamp and git metadata.
CLAUDE.md 파일을 best practices에 맞게 수정/관리. Use when updating project instructions, adding new sections, or refactoring CLAUDE.md for clarity and conciseness. (project)
Generate Conventional Commit messages by analyzing git diffs. Use when committing code changes, when the user needs to write commit messages, or after staging changes.
Root workflow for introducing, updating, migrating, and improving PBT in MoonBit repos. Delegates to aletheia-pbt or aletheia-self-pbt and includes CI/worktree flow.
Master advanced Git workflows including rebasing, cherry-picking, bisect, worktrees, and reflog to maintain clean history and recover from any situation. Use when managing complex Git histories, collaborating on feature branches, or troubleshooting repository issues.
GitHub PRのレビューコメントを分析し、対応の必要性を判断して処理する。PRレビューへの対応、レビューコメントの確認、Copilotレビューへの対応などを依頼された時に使用。「PR
Standard git workflow for committing, branching, and pushing changes
引導新功能開發啟動:需求確認、技術設計、分支建立、Gherkin 模板產生。觸發:「開始新功能」、「啟動功能開發」、「feature start」。輸出:feature branch、gherkin 模板、TODO 清單。(project)
Creates structured Git commit messages following Conventional Commits format. Use when the user asks to commit changes, create a commit, or mentions committing staged changes.
Manage git worktrees for this repo. Use when creating/removing/inspecting worktrees or when isolating work into a new path/branch via scripts/worktree-*.sh.
Research latest releases from GitHub repositories relevant to guilde-lite. Use when: - User asks to check for updates - Starting a new development phase - Periodic maintenance review - Investigating compatibility issues - User runs /research-releases command Do NOT use for: - General GitHub searches unrelated to this project - Searching for new libraries/tools (use web search) - Code review or security audits
Guarantee a PR merges by repeatedly rebasing from the base branch, fixing CI, addressing Gemini review feedback, enabling auto-merge, and waiting until the PR is merged. Use when you are asked to babysit a PR through the merge queue, resolve CI failures, handle Gemini review threads, or keep a branch up to date until merge.