pr-without-approval

Automate git commits and pull request creation via GitHub CLI.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/rensjaspers/agents --skill pr-without-approval
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: pr-without-approval
Source: https://github.com/rensjaspers/agents/tree/main/skills/pr-without-approval
Command: npx skills add https://github.com/rensjaspers/agents --skill pr-without-approval

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the final steps of a development pipeline by committing code and creating a pull request without requiring manual user confirmation, ideal for fully autonomous workflows.

Core Features & Use Cases

  • Automated Git Operations: Stages, commits, and pushes code changes.
  • Automated PR Creation: Generates a pull request with a summary and test plan.
  • Use Case: After a CI/CD pipeline successfully builds and tests a feature branch, this skill can automatically commit the changes and open a PR for review, streamlining the release process.

Quick Start

Use the pr-without-approval skill to commit staged changes and create a pull request.

Frequently Asked Questions about pr-without-approval

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

FAQPage Schema
How do I automate git commit and pull request creation in a CI/CD pipeline?▼

To automate git commit and pull request creation, this skill stages relevant files, drafts conventional commit messages, pushes the branch, and uses GitHub CLI to open a PR without requiring manual confirmation.

Can I automatically create a GitHub pull request without manual approval?▼

Yes, you can automatically create a GitHub pull request without manual approval. This skill handles inspecting git status, staging changes, pushing, and generating PR summaries autonomously for CI/CD workflows.

How does automated PR creation handle sensitive files like secrets?▼

Automated PR creation handles secrets by avoiding the commitment of sensitive files. The skill inspects git status and stages relevant files while ensuring no destructive commands are executed.

Do I need GitHub CLI to automatically open a pull request from a pipeline?▼

Yes, you need GitHub CLI to automatically open a pull request from a pipeline. The skill uses the GitHub CLI to push branches and create pull requests with auto-generated summaries and test plans.

What is the best way to generate commit messages in autonomous workflows?▼

The best way to generate commit messages in autonomous workflows is using an automation skill that drafts messages following standard conventions, stages changes, and pushes them automatically.

When should I use an automated pull request skill in my CI/CD pipeline?▼

You should use an automated pull request skill in your CI/CD pipeline after a feature branch successfully builds and tests. It automatically commits changes and opens a PR for review, streamlining the release process.