ワンクリックで
list-rules
List the names of rules in the canonical .agents rules folder. Use when the user asks to list available repository rules.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
List the names of rules in the canonical .agents rules folder. Use when the user asks to list available repository rules.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Run code-simplify once across the whole selected pull-request target, then run code-review repeatedly, investigate and fix every legitimate functional finding, validate and push the fixes, and stop only after two consecutive rounds with no functional findings (or a third when the second also makes simplifications). Any functional finding resets that stabilization sequence. Use when asked to review-and-fix, keep reviewing until clean, or run a code review loop.
Review the complete pull-request diff for the current branch with high-signal review lenses and severity-rated findings. When that diff is empty, review commits this Codex session created or pushed instead. Establish or update the branch and draft PR when needed, report findings in chat by default, never post GitHub review comments directly, and never fix findings. Use when asked to review a PR, review current changes, or run /code-review.
Upsert `.agents` source-of-truth files for agents, skills, or rules based on user input.
List the pull request URLs for every pull request changed during the entire current session. Use when the user invokes /link-pr or $link-pr, or asks for links to all pull requests opened, updated, reviewed, merged, closed, or otherwise changed during the session.
List the names of skills in the canonical .agents skills folder. Use when the user asks to list available repository skills.
| name | list-rules |
| description | List the names of rules in the canonical .agents rules folder. Use when the user asks to list available repository rules. |
Read the canonical .agents/rules folder and return the name of each rule file without its extension.
Return only this heading and Markdown list, sorted alphabetically, with no status summary or extra prose:
Rules
- rule-name
If no rules exist, return - None.