ai-pr

Automate governed pull request workflows with pre-push gates and squash merge.

54|3|Updated Feb 4, 2026
One-click install
npx skills add https://github.com/arcasilesgroup/ai-engineering --skill ai-pr-arcasilesgroup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ai-pr
Source: https://github.com/arcasilesgroup/ai-engineering/tree/main/.claude/skills/ai-pr
Command: npx skills add https://github.com/arcasilesgroup/ai-engineering --skill ai-pr-arcasilesgroup

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, az, gitleaks, ruff, semgrep, pip-audit, pytest, ty, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the entire Pull Request (PR) process, ensuring code quality, security, and compliance before merging, while also handling the creation and updating of PRs with version control systems.

Core Features & Use Cases

  • End-to-End PR Workflow: Executes a comprehensive commit pipeline, applies pre-push gates, creates a pull request, and enables auto-complete with squash merging.
  • Automated Governance: Integrates quality gates, security scanning, and documentation checks directly into the PR process.
  • Use Case: When you've finished a feature, you can trigger this skill to automatically run all necessary checks, commit your code, push it, and open a PR ready for review, ensuring it meets all project standards.

Quick Start

Initiate the full governed pull request workflow for your current branch changes.

Frequently Asked Questions about ai-pr

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

FAQPage Schema
How do I automate pull request creation with pre-push quality gates?

Automated pull request workflows execute a shared commit pipeline, enforce pre-push gates using tools like ruff and semgrep, and open a PR with auto-complete enabled. This ensures code quality and security checks pass before pushing changes to version control.

Can I enforce security scanning and governance checks before merging a pull request?

Security scanning and governance checks are enforced directly within the pull request process using gitleaks and pip-audit. The workflow runs these validation tools as pre-push gates to ensure compliance before enabling squash merge auto-complete.

Does this automated PR workflow support both GitHub and Azure DevOps?

The governed pull request workflow supports both GitHub and Azure DevOps repositories. It utilizes the gh and az command line tools to create pull requests, enforce pre-push gates, and enable auto-complete across both platforms.

What is the best way to integrate CI/CD pipelines with pull request governance?

Integrating CI/CD pipelines with pull request governance involves running a shared commit pipeline that applies automated quality gates and security scans. This workflow creates a pull request and enables auto-complete with squash merging for enhanced code quality.

Do I need specific linters and security tools installed to run the governed commit pipeline?

You need tools like gitleaks, ruff, semgrep, pip-audit, pytest, and ty installed to run the governed commit pipeline. These dependencies execute the required security scanning, code formatting, and testing validation gates before pushing your branch.