git-pr-workflows-git-workflow

Orchestrate Git workflows from code review through Pull Request creation.

Updated Feb 21, 2026
One-click install
npx skills add https://github.com/HCMUTE-RTIC/fit-hcmute --skill git-pr-workflows-git-workflow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: git-pr-workflows-git-workflow
Source: https://github.com/HCMUTE-RTIC/fit-hcmute/tree/main/.agent/skills/git-pr-workflows-git-workflow
Command: npx skills add https://github.com/HCMUTE-RTIC/fit-hcmute --skill git-pr-workflows-git-workflow

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates and enforces a robust Git workflow, ensuring code quality, comprehensive testing, and adherence to best practices before code is merged.

Core Features & Use Cases

  • Automated Code Review: Leverages agents to check for style, security, and performance issues.
  • Test Orchestration: Executes unit, integration, and E2E tests, providing detailed reports.
  • Conventional Commits: Enforces standardized commit message formats for better changelog generation.
  • PR Automation: Generates detailed PR descriptions and configures metadata for efficient merging.
  • Use Case: A development team can use this Skill to automatically validate every proposed change against predefined quality gates, reducing bugs and improving collaboration.

Quick Start

Use the git-pr-workflows-git-workflow skill to orchestrate a complete git workflow for the main branch.

Frequently Asked Questions about git-pr-workflows-git-workflow

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate code review and pull request creation in Git?

Automate code review and pull request creation by orchestrating a Git workflow that leverages specialized agents to check quality, execute tests, and generate structured PRs with Conventional Commits.

What is the best way to enforce Conventional Commits before merging a pull request?

Enforce Conventional Commits by integrating an automated Git workflow that validates commit message formats during code review and PR creation to ensure standardized changelog generation.

How do you orchestrate automated testing in a feature-branch development workflow?

Orchestrate automated testing in a feature-branch workflow by deploying testing agents to execute unit, integration, and E2E tests, providing detailed reports before PR creation.

Can I use this Git workflow automation for trunk-based development?

Yes, this Git workflow automation supports both trunk-based and feature-branch development strategies by enforcing quality gates and deployment readiness before merging code.

Do I need specialized agents to automate deployment readiness checks?

Yes, automating deployment readiness checks requires dedicated agents for code review, testing, and deployment engineering to validate code quality and production readiness.

Why should I automate PR generation instead of creating pull requests manually?

Automating PR generation ensures code quality by enforcing automated testing and Conventional Commits, while generating detailed PR descriptions and metadata for efficient merging.