Skill 112

Kagenti issue templates - bug reports, feature requests, epics

legendtkl e3566c8 793 B Updated

File contents

Kagenti Issue Conventions

Issue Templates

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

Template When
bug_report.yaml Reporting a bug with reproduction steps
feature_request.yaml Proposing new functionality
epic.yaml Large multi-PR initiatives

Creating Issues

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

Linking Issues to PRs

In the PR body:

## Related issue(s)

Fixes #123

Related Skills

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

legendtkl/agentic-skill-router/tree/main/experiments/dci-compare/skillrouter-skills/skill-112 commit e3566c8d28

Frequently asked questions

npx skillmds@latest add legendtkl/skill-112