pr-template
Provides a structured template for Pull Request descriptions. Use when creating PRs, triggered by requests like "create a PR", "make a pull request", or "open a PR".
Provides a structured template for Pull Request descriptions. Use when creating PRs, triggered by requests like "create a PR", "make a pull request", or "open a PR".
Address PR feedback with iterative refinement. MUST BE USED when fixing PR issues. Supports auto-detection (CI failures, code review) and manual triage (user reports bugs). Creates Beads issues for all problems, fixes systematically. Use when user says "fix the PR", "i noticed bugs", "ci failures", or "codex review found issues", or when user mentions CI failures, review comments, failing tests, PR iterations, bug fixes, feedback loops, or systematic issue resolution.
Guides implementation of features following an established workflow pattern. Use when implementing any feature to ensure consistent process: read requirements, create todos, implement code, write tests, update documentation, commit and push.
读取暂存区变更(git diff --cached)并参考 git log 的最近提交风格生成提交消息。适用于用户让你读取暂存区、总结暂存变更或建议提交消息的场景。
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.
Use when managing Git branches, creating commits, or preparing pull requests
Summarizes git commits for specified users over a given time period and generates markdown reports
Use when you need testing instructions for changes in a branch, before manual QA or creating a PR
Enforce one branch per issue, small focused commits, and clean git history. Use with /branch command.
Analyze recent changes and add test coverage for HEAD commit
Provides fork-aware branch synchronization with automatic remote detection and safe merge handling. Detects fork vs origin repositories, fetches from correct remotes (upstream for forks), and handles fast-forward merges with conflict prevention. Use for 'sync branch', 'pull latest', 'get latest changes', 'sync with upstream', 'update from main'.
Use when researching unfamiliar code, multiple modules involved, or external libraries referenced
Initialize a new Python repository with correct structure following RAE guidelines
Use when asked to work on, read, or implement a GitHub issue.
Use when completing tasks, implementing major features, or before merging to verify work meets requirements
コードレビュースキル。現在のブランチとリモートオリジンの作成元ブランチとの差分を分析。Use when: コードレビュー、PR前チェック、変更点確認を依頼された時。
プレマージワークフローをローカルで実行してCI/CDチェックを行うスキルです。プルリクエストを作成する前にlint、test、buildをローカル環境で検証したい場合に使用してください。
Used when committing staged changes. Generates appropriate commit messages and confirms changes before creating commits.
Generates clear, conventional commit messages from git diffs. Use when writing commit messages or reviewing staged changes.
Help address review/issue comments on the open GitHub PR for the current branch using gh CLI; verify gh auth first and prompt the user to authenticate if not logged in.
Apply when writing commit messages to maintain consistent, readable git history that enables automated changelog generation.