.agents
.agents には germanfndez から収集した 4 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 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.