AgentSkillsCN

repo:issue

Kagenti 问题模板——用于 Bug 报告、功能需求以及史诗级任务的模板。

SKILL.md
--- frontmatter
name: repo:issue
description: Kagenti issue templates - bug reports, feature requests, epics

Kagenti Issue Conventions

Issue Templates

The repo has three issue templates in .github/ISSUE_TEMPLATE/:

TemplateWhen
bug_report.yamlReporting a bug with reproduction steps
feature_request.yamlProposing new functionality
epic.yamlLarge multi-PR initiatives

Creating Issues

bash
gh issue create --template bug_report.yaml
bash
gh issue create --template feature_request.yaml

Linking Issues to PRs

In the PR body:

markdown
## Related issue(s)

Fixes #123

Related Skills

  • repo:pr - PR conventions (links issues)
  • repo:commit - Commit conventions
  • ci:status - Check CI status on issues