원클릭으로
handoff
Compact the current conversation into a handoff document for another agent to pick up.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Compact the current conversation into a handoff document for another agent to pick up.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Multi-axis code review across correctness, readability, architecture, security, and performance, applying irega project patterns. Use when reviewing code before merge, evaluating agent-generated output, or doing a quality pass on any code change. Use when user says "code review", "review this", "review my changes", or invokes /irega-code-review.
Specification-driven feature planning with OpenSpec. Use when starting a non-trivial feature, designing a system change, or when "what to build" isn't settled yet. Triggers on phrases like "plan this", "let's spec this out", "before we build", or when the scope is unclear.
Security-focused review from an OWASP/threat-modeling angle, covering input validation, auth, data protection, infrastructure, and third-party integrations. Works on any artifact (file, component, PR diff, or described architecture), not just open PRs. Use when user asks for a security review, security audit, or wants to check vulnerabilities. Invoke with /security-audit.
Evaluates technical design decisions and engineering judgment from a Staff Engineer perspective. Use to rubber-duck your own code or architecture, validate technical decisions before committing, or review architectural proposals and design docs. Use when user mentions "staff review", "design review", "architecture review", "technical decisions", or invokes /staff-review.
irega's coding philosophy, conventions, and preferred approaches. Always active — apply these rules for any commit, code, or PR in this session.
Generate PR description from template and git changes. Use when creating a PR and want to auto-generate description based on .github template, commits, and diffs. Extracts Jira tickets from commit messages.
SOC 직업 분류 기준
| name | handoff |
| description | Compact the current conversation into a handoff document for another agent to pick up. |
| argument-hint | What will the next session be used for? |
Write a handoff document summarising the current conversation so a fresh agent can continue the work. Save it to $TMPDIR/handoff-$(date +%Y%m%d-%H%M%S).md (read the file before you write to it).
Suggest the skills to be used, if any, by the next session.
Do not duplicate content already captured in other artifacts (PRDs, plans, ADRs, issues, commits, diffs). Reference them by path or URL instead.
If the user passed arguments, treat them as a description of what the next session will focus on and tailor the doc accordingly.