make-contribution

Guides users through creating GitHub issues, branches, commits, and pull requests per repository guidelines.

3|Updated Feb 28, 2026
One-click install
npx skills add https://github.com/octodemo/tailspin-toys --skill make-contribution
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: make-contribution
Source: https://github.com/octodemo/tailspin-toys/tree/main/.github/skills/make-contribution
Command: npx skills add https://github.com/octodemo/tailspin-toys --skill make-contribution

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

This Skill ensures that all code contributions, from issue creation to pull requests, adhere to the repository's specific contribution guidelines, maintaining code quality and consistency.

Core Features & Use Cases

  • Guideline Adherence: Automatically checks for and applies project-specific contribution rules.
  • Structured Workflow: Guides users through creating issues, branches, commits, and pull requests correctly.
  • Use Case: When a developer needs to fix a bug, they use this skill to ensure their issue is filed correctly, their branch is named appropriately, their commits are well-formed, and their pull request follows the project's template and review process.

Quick Start

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

Frequently Asked Questions about make-contribution

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

FAQPage Schema
How do I structure a git contribution workflow for a new bug fix?

A standard code contribution workflow involves creating issues, managing branches, structuring commits, and submitting pull requests. Following this structured workflow ensures your code contribution adheres to project standards for quality and consistency.

What is the best way to ensure my pull request follows repository contribution guidelines?

The best way to ensure a pull request follows contribution guidelines is to apply project-specific rules during issue creation, branch naming, and commit structuring. This guarantees adherence to the repository's defined code review process and quality standards.

How do I create a properly structured GitHub issue for a code contribution?

Creating a properly structured GitHub issue involves checking for and applying the repository's specific contribution rules. Filing the issue correctly is the first step in maintaining workflow consistency across your code contribution.

Can I use this workflow to manage git branches and commits for my pull request?

Yes, you can use this workflow to manage git branches and structure commits for a pull request. It guides you through these steps to ensure your code contribution maintains code quality and workflow consistency.

Why do my code contributions fail the code review process on GitHub?

Code contributions often fail the code review process when they do not adhere to repository-specific contribution guidelines. Ensuring correct issue filing, branch naming, and well-formed commits prevents these workflow inconsistencies.