codev-contributing

Guide contributors through pull request creation and review for the CoDev framework.

Updated Apr 9, 2026
One-click install
npx skills add https://github.com/nist0/CoDev --skill codev-contributing
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: codev-contributing
Source: https://github.com/nist0/CoDev/tree/main/.github/skills/codev-contributing
Command: npx skills add https://github.com/nist0/CoDev --skill codev-contributing

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, git, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

Simplifies the process of contributing to the CoDev framework by guiding users through creating, submitting, and managing pull requests effectively.

Core Features & Use Cases

  • Guided PR Creation: Offers a step-by-step guide on opening issues, forking, branching, and submitting pull requests.
  • Issue Management: Includes a template for detailed issue reporting to streamline problem-solving and feature requests.
  • Code Review Protocols: Provides review guidelines and feedback handling to ensure high-quality contributions.

Quick Start

To contribute a fix to a skill, follow these steps:

  1. Open an issue in the CoDev repository with a description of the problem.
  2. Fork the CoDev repository, branch from the main branch, and make your changes.
  3. Run the validators to ensure your changes do not break existing functionality.
  4. Submit a pull request to the CoDev repository.

Frequently Asked Questions about codev-contributing

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

FAQPage Schema
How do I submit a pull request for the CoDev framework?

To submit a pull request for the CoDev framework, fork the repository, branch from main, make your changes, run validators, and submit the pull request. This structured workflow ensures high-quality contributions.

What is the best way to report an issue before making a code contribution?

The best way to report an issue before making a code contribution is to open an issue in the CoDev repository using the provided template for detailed issue reporting to streamline problem-solving.

Do I need git and gh installed to contribute to CoDev?

Yes, you need git and gh installed to contribute to CoDev. These dependencies are required to fork repositories, create branches, manage issues, and submit pull requests effectively.

How does the code review process work for open-source contributions?

The code review process for open-source contributions works by following provided review guidelines and feedback handling protocols to ensure high-quality contributions are merged correctly.

Can I use standard git workflows for CoDev issue management?

Yes, you can use standard git workflows for CoDev issue management. The process involves opening issues, forking, branching, and submitting pull requests, guided by structured templates and protocols.