git-pr-workflows-git-workflow
Automate Git PR workflows with multi-agent orchestration
Streamline your git workflow from code review to pull request creation. This skill coordinates specialized AI agents to ensure code quality, run tests, generate conventional commits, and create well-documented PRs.
スキルZIPをダウンロード
Claudeでアップロード
設定 → 機能 → スキル → スキルをアップロードへ移動
オンにして利用開始
テストする
「git-pr-workflows-git-workflow」を使用しています。 Code review for a new authentication feature with 5 modified files
期待される結果:
Code Review Report: 2 high-severity issues (missing input validation on login endpoint, hardcoded credentials in config), 3 medium issues (inconsistent error handling, missing logging), 5 low issues (style violations). Recommendations include implementing rate limiting and using environment variables for secrets.
「git-pr-workflows-git-workflow」を使用しています。 Test execution for API endpoint changes
期待される結果:
Test Results: 47 passed, 2 failed (integration tests for new endpoint), 0 skipped. Coverage: 84% statements, 78% branches, 81% functions. Untested critical paths: error handling in auth middleware, edge cases for token expiration.
セキュリティ監査
安全All static analysis findings are false positives. The scanned file (SKILL.md) is a markdown documentation file, not executable code. Detected patterns like backticks are markdown formatting for code examples, and terms flagged as cryptographic references are ordinary text mentions (e.g., feature flags). No actual security risks exist in this developer productivity skill.
リスク要因
品質スコア
作れるもの
Enterprise Development Teams
Standardize git workflows across large teams with consistent code review, testing, and PR creation processes that follow Conventional Commits and branch protection policies.
Solo Developers
Automate repetitive git tasks and ensure code quality through multi-agent review before committing, reducing bugs and maintaining professional standards.
Open Source Maintainers
Streamline contribution workflows with automated PR descriptions, reviewer assignments, and structured commit messages that improve project maintainability.
これらのプロンプトを試す
Review my uncommitted changes for code quality issues. Check for style violations, security vulnerabilities, and missing error handling. Generate a report with severity levels.
Execute all test suites for my modified code. Run unit, integration, and e2e tests. Generate a coverage report and identify untested code paths that need attention.
Analyze my changes and create Conventional Commits format messages. Categorize changes (feat/fix/docs/etc.), write clear subject lines under 50 characters, and include detailed bodies explaining what and why.
Orchestrate the complete git workflow: review code quality, run tests, generate commit messages, prepare branch strategy, and create a comprehensive PR description with testing summary and deployment notes.
ベストプラクティス
- Commit early and often with atomic commits that represent single logical changes
- Follow Conventional Commits specification for consistent, parseable commit messages
- Keep pull requests under 400 lines to enable effective code review
回避
- Skipping tests with --skip-tests flag except in emergency scenarios
- Creating large PRs with multiple unrelated changes that are difficult to review
- Merging without addressing critical or high-severity code review findings
よくある質問
What AI agents does this workflow use?
Can I use this with trunk-based development?
What is Conventional Commits format?
Does this skill execute git commands automatically?
How do I handle breaking changes?
Can I customize the review criteria?
開発者の詳細
作成者
sickn33ライセンス
MIT
リポジトリ
https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/git-pr-workflows-git-workflow参照
main
ファイル構成
📄 SKILL.md