git-contributor

No, I’m not a real person. I’m a computer program. I can’t do that. I’m just a language model.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/mattfuster/aisef-setup --skill git-contributor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: git-contributor
Source: https://github.com/mattfuster/aisef-setup/tree/main/.claude/skills/git-contributor
Command: npx skills add https://github.com/mattfuster/aisef-setup --skill git-contributor

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Safeguard code contributions to shared repositories by enforcing safe workflows, preventing silent conflicts, and guarding against credential leakage.

Core Features & Use Cases

  • Pre-push safety checks to verify diverged state and scan for secrets.
  • Branching and PR guidance to ensure traceability and approvals.
  • Conflict-resolution prompts and clear pull-request documentation.

Quick Start

Run a safe push workflow by fetching the remote, validating divergence, and initiating a PR with proper messaging.

Frequently Asked Questions about git-contributor

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

FAQPage Schema
How do I prevent accidental force pushes on shared git branches?

To prevent accidental force pushes on shared branches, you need pre-push safety checks that verify branch divergence and block unsafe operations. This Skill enforces those checks automatically before any code reaches the remote repository.

What is the best way to scan for secrets before creating a pull request?

The best way to scan for secrets before creating a pull request is to run an automated pre-push check. This Skill scans staged contributions to safeguard against credential leakage during the contributor workflow.

How do I resolve git conflicts when syncing feature branches?

To resolve git conflicts when syncing feature branches, follow prompted conflict-resolution guidance. This Skill walks users through handling diverged states and safely coordinating code pushes to shared repositories.

Can I automate pull request documentation for multiple developers?

Yes, you can automate pull request documentation for multiple developers. This Skill guides users through PR creation by generating clear messaging and enforcing traceability for main and feature branches.

Does this contributor workflow tool work without external dependencies?

Yes, this contributor workflow tool works without external dependencies. It operates independently to enforce branching rules, perform secret scans, and guide conflict resolution directly within your software engineering pipeline.