Rossoctl issue templates - bug reports, feature requests, epics
Scanned 9/20/2026
Install to Claude Code
npx -y skills add rossoctl/rossoctl --skill repo:issue --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Repo:Issue?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/rossoctl-repo-issue)More formats (shields.io, HTML) on the badges page.
---
name: repo:issue
description: Rossoctl issue templates - bug reports, feature requests, epics
---
# Rossoctl 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)
- `git:commit` - Commit conventions
- `ci:status` - Check CI status on issues
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!