make-repo-contribution

Guide code repository contributions with issues, branches, commits, and pull requests.

Updated Oct 23, 2024
One-click install
npx skills add https://github.com/renan-alm/my-demos --skill make-repo-contribution-renan-alm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: make-repo-contribution
Source: https://github.com/renan-alm/my-demos/tree/main/.github/skills/make-contribution
Command: npx skills add https://github.com/renan-alm/my-demos --skill make-repo-contribution-renan-alm

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

This Skill ensures all code contributions adhere to repository-specific guidelines, preventing errors and streamlining the contribution process.

Core Features & Use Cases

  • Guideline Adherence: Automatically checks and applies contribution rules (branching, commits, PRs).
  • Template Utilization: Uses provided or default templates for issues and pull requests.
  • Prerequisite Checks: Identifies and prompts for necessary build, lint, or test steps.
  • Use Case: Before submitting a new feature, use this Skill to ensure your branch naming, commit messages, and PR description follow the project's established standards.

Quick Start

Use the make-repo-contribution skill to create a new issue for a bug fix.

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 request follows a repository's contribution guidelines?

To ensure your pull request follows contribution guidelines, this skill automatically checks and applies repository-specific rules for branch naming, commit messages, and PR descriptions before you submit your code.

What is the best way to format commits and branches for a new GitHub pull request?

The best way to format commits and branches for a GitHub pull request is to use this skill, which applies project-specific documentation or default templates to standardize your code review submissions.

Do I need to run tests and builds before submitting a code contribution?

Yes, you need to run tests and builds before submitting a code contribution. This skill identifies and prompts you for necessary prerequisite tasks like building, linting, or running tests to prevent errors.

Can I use default templates when creating issues and pull requests?

Yes, you can use default templates when creating issues and pull requests. This skill utilizes provided project-specific documentation or falls back to default templates to streamline the contribution process.

How do I create a new issue for a bug fix following project standards?

To create a new issue for a bug fix following project standards, this skill guides you through the process by adhering to established guidelines and utilizing specific or default issue templates.

Why does my pull request fail repository code review checks?

Your pull request might fail repository code review checks if it does not adhere to contribution guidelines. This skill ensures all code contributions apply project-specific rules for branching, commits, and PRs to prevent errors.