원클릭으로
update-agents
Upsert `.agents` source-of-truth files for agents, skills, or rules based on user input.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Upsert `.agents` source-of-truth files for agents, skills, or rules based on user input.
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.
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 rules in the canonical .agents rules folder. Use when the user asks to list available repository rules.
List the names of skills in the canonical .agents skills folder. Use when the user asks to list available repository skills.
| name | update-agents |
| description | Upsert `.agents` source-of-truth files for agents, skills, or rules based on user input. |
Upsert .agents source-of-truth files for agents, skills, or rules based on user input.
Validate input.
.agents?"Identify target type and name.
agent, skill, rule.Resolve the target path inside .agents only.
agent -> .agents/agents/<name>.mdrule -> .agents/rules/<name>.mdskill -> .agents/skills/<name>/SKILL.md.cursor/*, .claude/*, .codex/*, or any other non-.agents agent or provider folder..agents to Cursor, Claude, Codex, and similar targets.Upsert behavior.
.agents files; those go stale when files move or refactors land. Prefer generic placeholders (for example services/<name>/...), short pattern descriptions, or minimal invented examples that are not tied to live paths or current line-level code.Multi-target behavior.
agents, skills, and rules.skill), distribute requested items across multiple files of that type as needed.Return a short result summary.
.agents file(s) were created or updated.