# Skill 112

> Kagenti issue templates - bug reports, feature requests, epics

- Skill: `legendtkl/skill-112` (Agent Skill)
- Install (CLI): `npx skillmds@latest add legendtkl/skill-112`
- Raw SKILL.md: https://api.skillmd.com/api/skills/legendtkl/skill-112/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: legendtkl (https://skillmd.com/u/legendtkl)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/legendtkl/skill-112

---


# 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

```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
