commit-and-pr

Automate GitHub commits and pull requests with quality checks and CI monitoring.

1|Updated Jan 11, 2026
One-click install
npx skills add https://github.com/YH-05/finance --skill commit-and-pr-yh-05
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: commit-and-pr
Source: https://github.com/YH-05/finance/tree/main/.claude/skills/commit-and-pr
Command: npx skills add https://github.com/YH-05/finance --skill commit-and-pr-yh-05

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of committing code changes and creating pull requests, automating repetitive tasks and ensuring adherence to project conventions.

Core Features & Use Cases

  • Automated Code Quality Checks: Integrates with code simplification and quality checking agents to ensure code standards are met before committing.
  • Standardized Commits & PRs: Enforces naming conventions for branches, commit messages, and PR titles/bodies, including issue linking.
  • CI/CD Integration: Automatically monitors and helps resolve CI check failures after PR creation.
  • Use Case: After making several code modifications, you can use this Skill to automatically format your code, create a feature branch, write a descriptive commit message, push the changes, and open a pull request with all necessary details and linked issues.

Quick Start

Use the commit-and-pr skill to commit your current changes with the title "feat: Add new user authentication module" and create a pull request.

Frequently Asked Questions about commit-and-pr

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

FAQPage Schema
How do I automate git commits and pull requests on GitHub?

To automate git commits and pull requests, you can use a tool that handles branch creation, commit message generation, and PR opening while enforcing project naming conventions. This ensures standardized submissions and links issues automatically.

Can I enforce branch naming and commit message conventions before creating a PR?

Yes, you can enforce branch naming and commit message conventions before creating a PR by using automation tools that validate your changes against project-specific guidelines, ensuring standardized commits and PR content.

How do I automatically run code quality checks before pushing a commit?

To automatically run code quality checks before pushing a commit, integrate code simplification and quality checking agents into your workflow. This ensures code standards are met prior to committing and opening a pull request.

Does this automation work with CI/CD pipelines to monitor pull request status?

Yes, this automation works with CI/CD pipelines to monitor pull request status. It automatically tracks CI checks after PR creation and helps resolve any integration failures to maintain code quality.

What is the best way to link issues in an automated pull request?

The best way to link issues in an automated pull request is to use an automation tool that enforces PR content guidelines. It automatically formats the PR body to include necessary issue links and test plans.