AgentSkillsCN

repo

针对仓库的提交、PR 以及议题制定专属规范。

SKILL.md
--- frontmatter
name: repo
description: Repository-specific conventions for commits, PRs, and issues

Repository Conventions

Kagenti-specific conventions for commits, pull requests, and issues.

Auto-Select Sub-Skill

code
What are you doing?
    │
    ├─ Making a commit → repo:commit
    ├─ Creating a PR → repo:pr
    └─ Filing an issue → repo:issue

Available Skills

SkillPurpose
repo:commitCommit message format, emoji prefixes, sign-off
repo:prPR template, summary format, issue linking
repo:issueIssue 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