make-repo-contribution

Enforce repository contribution guidelines and security boundaries for Git and GitHub CLI actions.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

This Skill ensures that all interactions with a code repository, from filing issues to creating pull requests, adhere strictly to the project's established contribution guidelines and security protocols.

Core Features & Use Cases

  • Guideline Adherence: Automatically checks for and applies project-specific contribution rules (branching, commit messages, issue/PR templates).
  • Security Enforcement: Prevents the execution of unsafe commands or access to unauthorized files/URLs as defined by security boundaries.
  • Use Case: When asked to create a pull request for a new feature, this Skill will first consult the repository's CONTRIBUTING.md and any available templates to ensure the PR is correctly formatted, includes necessary details, and adheres to the project's workflow before proceeding.

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 automate pull request generation to follow project contribution guidelines?

Automating pull request generation involves checking the repository's CONTRIBUTING.md and templates to format branches, commits, and PRs according to project-specific rules. This ensures correct formatting and adherence to established workflows before proceeding.

How do I enforce commit message formatting and branch management rules in Git?

Enforcing commit message formatting and branch management rules requires consulting project-specific documentation and applying predefined safety protocols. This regulates workflow automation and prevents the execution of unsafe commands during Git operations.

Can I use GitHub CLI for issue creation while preventing unauthorized external access?

Yes, you can use GitHub CLI for issue creation while preventing unauthorized external access. The workflow enforces security boundaries and predefined safety protocols to block unsafe commands or access to unauthorized files and URLs.

What is the best way to ensure code review submissions match repository templates?

The best way to ensure code review submissions match repository templates is to automatically check for and apply project-specific contribution rules. This verifies pull requests include necessary details and adhere to the project's workflow before submission.

Why does my automated pull request workflow fail to adhere to security boundaries?

Automated pull request workflows fail to adhere to security boundaries when they attempt to execute unsafe commands or access unauthorized files. Strict enforcement of predefined safety protocols is required to prevent these violations during Git operations.