repo:issue

Creates bug reports, feature requests, and epics from predefined YAML templates for the Kagenti repository.

292|103|Updated Mar 27, 2025
One-click install
npx skills add https://github.com/kagenti/kagenti --skill repo-issue
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: repo:issue
Source: https://github.com/kagenti/kagenti/tree/main/.claude/skills/repo%3Aissue
Command: npx skills add https://github.com/kagenti/kagenti --skill repo-issue

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the process of creating and linking issues and pull requests within the Kagenti repository, ensuring consistent conventions and clear traceability.

Core Features & Use Cases

  • Issue Templates: Utilizes predefined templates (bug_report.yaml, feature_request.yaml, epic.yaml) for structured issue creation.
  • PR Linking: Facilitates linking pull requests to related issues using standard "Fixes #issue_number" syntax.
  • Use Case: When a developer encounters a bug, they can use the repo:issue skill to quickly create a bug report using the bug_report.yaml template, ensuring all necessary information is captured for the development team.

Quick Start

Use the repo:issue skill to create a new bug report.

Frequently Asked Questions about repo:issue

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

FAQPage Schema
How do I create a bug report for the Kagenti repository?

You create a bug report for the Kagenti repository by using the repo:issue skill to apply the predefined bug_report.yaml template, which captures all necessary structured information for the development team.

What is the best way to link a pull request to a GitHub issue?

The best way to link a pull request to a GitHub issue is using standard markdown syntax like "Fixes #issue_number" in the PR body, which the repo:issue skill facilitates to ensure clear traceability and standardized workflows.

How do I use YAML templates for GitHub issue creation?

You use YAML templates for GitHub issue creation by leveraging the repo:issue skill, which supports predefined formats like bug_report.yaml, feature_request.yaml, and epic.yaml to enforce structured and consistent contribution conventions.

Does the Kagenti workflow support feature requests and epics?

Yes, the Kagenti workflow supports feature requests and epics by providing predefined YAML templates for both, allowing developers to consistently structure new feature ideas and large bodies of work within the repository.

Why should I use predefined issue templates in my git workflow?

You should use predefined issue templates in your git workflow because they enforce standardized contribution workflows and ensure consistent conventions, capturing all necessary information for the development team to process issues efficiently.