← all publishers

kin0992

@kin0992 source repo

4 published skills

  1. Branch Name · kin0992
    **UTILITY SKILL** - Suggest a Git branch name following the <activity-type>/<activity-name> convention. USE FOR: name a branch, suggest branch name, create branch name from task description, generate git branch name, pick branch name for feature or fix. DO NOT USE FOR: writing commit messages (use commit-message), generating PR descriptions (use pr-title-description), naming releases or tags. INVOKES: nothing — derives the branch name from the task description provided by the user. FOR SINGLE OPERATIONS: Use git checkout -b directly when the name is already obvious.
    0
    installs
  2. Commit Message · kin0992
    **UTILITY SKILL** - Generate a classic Git commit message from a staged diff. USE FOR: write commit message, generate commit message from diff, summarize staged changes, create commit text, compose git commit. DO NOT USE FOR: generating PR descriptions (use pr-title-description), writing changelog entries, conventional commits format. INVOKES: git diff --staged for reading staged changes. FOR SINGLE OPERATIONS: Use git commit -m directly for trivial one-liners.
    0
    installs
  3. Pr Title Description · kin0992
    **UTILITY SKILL** - Generate a pull request title and description from a branch diff. USE FOR: write PR description, generate pull request title, summarize branch for reviewers, create PR body from commits, draft pull request. DO NOT USE FOR: writing commit messages (use commit-message skill), code review feedback, changelog generation. INVOKES: git log and git diff for reading branch changes, file reading for PR templates. FOR SINGLE OPERATIONS: Use git log --oneline directly for a quick branch summary.
    0
    installs
  4. Review Pr Comments · kin0992 bundle
    **INTERACTIVE SKILL** - Evaluate every actionable comment in unresolved GitHub PR review threads, including agent comments. USE FOR: review unresolved PR comments, triage review threads, process Copilot feedback. DO NOT USE FOR: general PR comments, resolving threads, unapproved replies. INVOKES: gh CLI, including gh api GraphQL and REST calls.
    0
    installs