# Repo

> Repository-specific conventions for commits, PRs, and issues

- Skill: `majiayu000/repo-2` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds add majiayu000/repo-2`
- Raw SKILL.md: https://api.skillmd.com/api/skills/majiayu000/repo-2/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: majiayu000 (https://skillmd.com/u/majiayu000)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/majiayu000/repo-2

---


# Repository Conventions

Kagenti-specific conventions for commits, pull requests, and issues.

## Auto-Select Sub-Skill

```
What are you doing?
    │
    ├─ Making a commit → repo:commit
    ├─ Creating a PR → repo:pr
    └─ Filing an issue → repo:issue
```

## Available Skills

| Skill | Purpose |
|-------|---------|
| `repo:commit` | Commit message format, emoji prefixes, sign-off |
| `repo:pr` | PR template, summary format, issue linking |
| `repo:issue` | Issue templates (bug, feature, epic) |

## Related Skills

- `git:commit` - Git commit mechanics
- `git:rebase` - Rebase and sign-off
- `tdd:ci` - TDD workflow that produces commits and PRs

