Atlassian: search Jira for issues containing 'NullPointerException OrderService' in the last 30 days. Also search Confluence for runbook pages mentioning OrderService.✓ コピーしました
→ 両方の結果セットが返される
重複か新規かを判断
If there's an open BUG issue in last 14 days, comment on it with the new stack trace. Otherwise create a new BUG, link the runbook page, set priority High.✓ コピーしました
→ jira_add_commentまたはjira_create_issueが1回呼び出される
引き継ぎ
Tell me the ticket key and short summary so I can post it in Slack.✓ コピーしました
Atlassian: find the 'Engineering RFC' space. List its top-level pages.✓ コピーしました
→ スペース+親ページが特定される
構成
Create a new page under it titled 'RFC: switch from Redis to Valkey'. Sections: context, goals/non-goals, options considered, decision, plan. Use the discussion above as raw material.✓ コピーしました
→ confluence_create_pageがURLを返す
結果: レビュー可能な下書きRFCが完成。
注意点
親ページIDが間違っている — 最初にconfluence_searchでスペースを検索する
古いチケットを一括クリーンアップする
👤 エンジニアリングマネージャー⏱ ~30 minintermediate
使うタイミング: バックログに200件のゾンビチケットがある;整理したい場合。
フロー
古くなったものを特定
JQL: project = PLAT AND status = Open AND updated < -90d. Limit 50.✓ コピーしました
→ 古いIssueの一覧
対応を提案
For each, propose: close-stale, reassign-to-triage, or keep. Show me 10 at a time before transitioning.✓ コピーしました
→ Issueごとの推奨対応;バッチで承認
適用
Close the ones I approved with a 'closing as stale' comment.✓ コピーしました