repo-butler-apply

Apply approved governance remediation findings to GitHub repositories via PRs or cloud workflows.

3|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/IsmaelMartinez/repo-butler --skill repo-butler-apply
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: repo-butler-apply
Source: https://github.com/IsmaelMartinez/repo-butler/tree/main/skills/repo-butler-apply
Command: npx skills add https://github.com/IsmaelMartinez/repo-butler --skill repo-butler-apply

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill turns governance findings into actionable repository changes, so you can remediate standards gaps, tier uplift items, and policy drift without manually coordinating every fix.

Core Features & Use Cases

  • Routes governance remediations by executor: Dispatches templatable findings to the cloud “Governance Apply” workflow, drafts tailored fixes locally for agent findings, and surfaces manual items for human decision.
  • Creates PRs without auto-merging: Opens remediation pull requests (never merges automatically) and provides run URLs and PR URLs for review.
  • Provides a guarded, tray-based approval flow: Requires explicit user confirmation for template and agent trays, and blocks write actions when authentication doesn’t match the GitHub owner.

Quick Start

Run repo-butler-apply and choose which tray to action by responding with template or agent when prompted.

Frequently Asked Questions about repo-butler-apply

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

FAQPage Schema
How do I remediate GitHub governance standards gaps without manually editing files?

You can remediate governance standards gaps by dispatching cloud workflows or drafting local pull requests that apply fixes strictly to remediation target files. This requires explicit tray-based approval and strict auth verification to ensure only authorized owners action changes.

How do I create pull requests for governance remediation findings on GitHub?

Governance remediation findings are applied by opening pull requests without auto-merging, providing run and PR URLs for review. Template findings dispatch to a Governance Apply workflow while agent findings draft local fixes.

Can I apply governance tier uplift items to GitHub repositories automatically?

Governance tier uplift items cannot auto-merge; they require explicit user confirmation through a tray-based approval flow. Auth verification blocks write actions when authentication doesn't match the GitHub owner.

What is the best way to route governance remediation findings by executor type?

Routing governance remediations by executor dispatches templatable findings to cloud workflows, drafts tailored fixes locally for agent findings, and surfaces manual items for human decision. You select which tray to action by responding with template or agent.

Do I need MCP governance findings retrieval to apply repository remediation?

MCP governance findings retrieval is required to apply repository remediation. The process retrieves findings, verifies auth and owner identity, then either dispatches cloud workflows or drafts local PRs constrained to remediation target files.

Why does repo-butler-apply block write actions when authentication doesn't match the GitHub owner?

repo-butler-apply blocks write actions during governance remediation to prevent unauthorized repository changes. Strict auth and owner verification ensures only authenticated users with matching credentials can dispatch workflows or draft remediation pull requests.