·commit-push-pr
!

commit-push-pr

llama-farm/llamafarm

Commit changes, push to GitHub, and open a PR. Includes quality checks (security, patterns, simplification). Use --quick to skip checks.

33Installs·2Trend·@llama-farm

Installation

$npx skills add https://github.com/llama-farm/llamafarm --skill commit-push-pr

SKILL.md

Automates the git workflow of committing changes, pushing to GitHub, and opening a PR with intelligent handling of edge cases.

Before executing, internalize the git workflow standards: @.claude/rules/gitworkflow.md

| Hardcoded secrets (API keys, passwords) | BLOCK | Cannot auto-fix - user must remove | | Command injection (shell=True, os.system) | BLOCK | Cannot auto-fix - user must refactor | | Empty catch/except blocks | PROPOSE | Suggest adding error logging | | Duplicate code patterns | PROPOSE | Suggest extraction | | Unused imports | PROPOSE | Suggest removal |

Commit changes, push to GitHub, and open a PR. Includes quality checks (security, patterns, simplification). Use --quick to skip checks. Source: llama-farm/llamafarm.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/llama-farm/llamafarm --skill commit-push-pr
Category
!Security
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is commit-push-pr?

Commit changes, push to GitHub, and open a PR. Includes quality checks (security, patterns, simplification). Use --quick to skip checks. Source: llama-farm/llamafarm.

How do I install commit-push-pr?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/llama-farm/llamafarm --skill commit-push-pr Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/llama-farm/llamafarm