make-repo-contribution

Enforce repository governance guidelines before creating issues, branches, commits, or PRs.

Updated Dec 14, 2025
One-click install
npx skills add https://github.com/louisburroughs/durion --skill make-repo-contribution-louisburroughs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: make-repo-contribution
Source: https://github.com/louisburroughs/durion/tree/main/.github/skills/make-repo-contribution
Command: npx skills add https://github.com/louisburroughs/durion --skill make-repo-contribution-louisburroughs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

This skill ensures all code contributions follow repository governance by enforcing guidelines before issues, branches, commits, or PRs are created.

Core Features & Use Cases

  • Enforces contribution guidelines across issues, PRs, branches, and commits.
  • Provides templates and checklists for issues and PRs to standardize collaboration.
  • Guides new contributors through branch creation, testing, and PR submission.

Quick Start

Start a contribution by creating a feature branch named feature/your-work, read the repo's AGENTS.md and CONTRIBUTING.md, then draft your issue or PR using the provided templates and PR guidelines.

Frequently Asked Questions about make-repo-contribution

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

FAQPage Schema
How do I ensure my pull requests follow repository contribution guidelines?

To ensure pull requests follow repository governance, you must check for AGENTS.md and CONTRIBUTING.md files, then align your PR drafts with the provided templates before submitting any changes.

What is the standard process for creating branches and commit messages for a new contribution?

The standard contribution process involves creating a feature branch named feature/your-work, reading the repository's governance files, and formatting commit messages according to the specified templates before submitting a PR.

Do I need to check CONTRIBUTING.md before opening an issue in a repository?

Yes, you need to check CONTRIBUTING.md before opening an issue to align your issue drafts with the repository's standardized templates and expected collaboration behaviors.

Can I use contribution templates to standardize issues and PRs across multiple projects?

Yes, you can use contribution templates to standardize issues and PRs across multiple projects within a workspace by enforcing consistent guidelines for branches, commits, and pull requests.

What should I do if my branch naming does not match the repository governance guidelines?

If your branch naming does not match repository governance guidelines, you should rename your branch to follow the feature/your-work convention specified in AGENTS.md or CONTRIBUTING.md before submitting changes.

When do I need to apply PR templates during the code contribution process?

You need to apply PR templates during the code contribution process before drafting your pull request to ensure all messaging aligns with the repository's governance and submission guidelines.