git-workflow
Use for any git operations: fixing PRs, creating commits, creating branches, pushing changes. Handles proper branch management, commit conventions, and stacked PRs.
Script and automate repetitive tasks and workflows.
Use for any git operations: fixing PRs, creating commits, creating branches, pushing changes. Handles proper branch management, commit conventions, and stacked PRs.
Use when code review is needed - after each task in subagent-driven development, before merging to main, or after completing major features
Review submitted files, folders, diffs, or commits and provide clear, actionable, and prioritized feedback. Use this skill whenever a user requests a code review.
How to create and manage pull requests in github or git.
⚠️ MANDATORY - YOU MUST invoke this skill at the start of EVERY task. Reviews git history, status, and context before starting any work. Runs parallel git commands to understand current state, recent changes, and related work. NEVER gather git context manually.
Create or bootstrap GitHub repos: init git, set About/topics, style README headers/badges, and push.
GitHub Pull Requestのレビュー操作を行うスキル。PR情報取得、差分確認、コメント取得・投稿、インラインコメント、コメント返信をghコマンドで実行する。PRレビュー、コードレビュー、PR操作が必要な時に使用。
Use this skill before any git commit, push, or PR.
Use when creating well-structured, conventional git commits from code changes. Triggers after completing work, before pushing changes, or when organizing unstaged/staged changes into meaningful commits. Triggers on "commit", "git commit", "create commit", "stage changes", "conventional commits", "commit message", "atomic commits".
自动分析 GitHub 仓库,获取并整理 README、文档、Issues、GitHub Actions、Releases 等所有重要信息,由 LLM 进行深度分析并生成智能 HTML 报告。
Perform a comprehensive code review of current uncommitted changes in a git repository. Analyzes for bugs, security vulnerabilities, best practices, DRY violations, code smells, performance issues, and areas of improvement. Use when: review changes, code review, check my code, review diff, pre-commit review, PR review, quality check. Works with any language or framework.
Fetch, preview, test, and merge GitHub PRs locally. Use when the user wants to evaluate a PR before merge.
Creates and updates well-formatted pull requests using GitHub CLI. Use when creating PRs, pull requests, submitting code for review, or when the user mentions "pr", "pull request", "create pr", or wants to open a code review. Analyzes all commits since branch divergence and handles existing PRs gracefully.
Generate comprehensive MR/PR descriptions based on branch changes. Use when creating merge requests or pull requests.
Generate GitHub issue drafts from spec directories, creating initiative/feature/task markdown files with gh CLI commands. Use when converting specs to GitHub issues or setting up issue tracking for features.
Safely squash multiple commits into one with automatic backup and verification
Guidelines and templates for creating and updating repository documentation following the LLM Documentation Protocol. Use when adding or modifying workflow or file docs, updating `docs/INDEX.md`, or reviewing PRs that change entrypoints, workflows, data IO, or config surfaces.