.agents
.agents에는 germanfndez에서 수집한 skills 4개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.
이 저장소의 skills
Review GitHub PRs and Issues with structured analysis for open source projects. Trigger: When user wants to review PRs (even if first asking what's open), analyze issues, or audit PR/issue backlog. Key phrases: "pr review", "revisar pr", "qué PRs hay", "PRs pendientes", "issues abiertos", "sin atención", "hacer review".
Review all changes on the current branch vs main (or a custom base) for bugs, security issues, type safety, DRY violations, and project conventions. Use when the user says /code-review, asks to review the branch, wants a code review before opening a PR, or wants to check if changes are ready to merge.
Create high-quality git commits: review/stage intended changes, split into logical commits, and write clean Conventional Commit messages. Use this skill whenever the user says /commit, asks to commit, wants to craft a commit message, stage changes, or split work into multiple commits. Never add Co-Authored-By or any AI attribution.
Create a pull request with an accurate title and description derived from the branch's commits. Use when the user says /pull-request, /pr, asks to open a PR, create a pull request, or push and open a PR. Supports --draft and custom base branch as arguments.