[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-sentry-gh-review-requests":3,"mdc-jkp5z6-key":35,"related-repo-sentry-gh-review-requests":915,"related-org-sentry-gh-review-requests":1011},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":12,"stars":23,"repoUrl":24,"updatedAt":25,"license":26,"forks":27,"topics":28,"repo":30,"sourceUrl":33,"mdContent":34},"gh-review-requests","fetch unread GitHub review requests","Fetch unread GitHub notifications for open PRs where review is requested from a specified team or opened by a team member. Use when asked to \"find PRs I need to review\", \"show my review requests\", \"what needs my review\", \"fetch GitHub review requests\", or \"check team review queue\".",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},"sentry","Sentry","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fsentry.png","getsentry",[13,17,20],{"name":14,"slug":15,"type":16},"GitHub","github","tag",{"name":18,"slug":19,"type":16},"Code Review","code-review",{"name":21,"slug":22,"type":16},"Pull Requests","pull-requests",861,"https:\u002F\u002Fgithub.com\u002Fgetsentry\u002Fskills","2026-05-15T06:16:23.614505",null,45,[29],"tag-production",{"repoUrl":24,"stars":23,"forks":27,"topics":31,"description":32},[29],"Agent Skills used by the Sentry team for development.","https:\u002F\u002Fgithub.com\u002Fgetsentry\u002Fskills\u002Ftree\u002FHEAD\u002Fskills\u002Fgh-review-requests","---\nname: gh-review-requests\ndescription: Fetch unread GitHub notifications for open PRs where review is requested from a specified team or opened by a team member. Use when asked to \"find PRs I need to review\", \"show my review requests\", \"what needs my review\", \"fetch GitHub review requests\", or \"check team review queue\".\nallowed-tools: Bash\n---\n\n# GitHub Review Requests\n\nFetch unread `review_requested` notifications for open (unmerged) PRs, filtered by a GitHub team.\n\n**Requires**: GitHub CLI (`gh`) authenticated.\n\n**Requires**: The `uv` CLI for python package management, install guide at https:\u002F\u002Fdocs.astral.sh\u002Fuv\u002Fgetting-started\u002Finstallation\u002F\n\n## Step 1: Identify the Team\n\nIf the user has not specified a team, ask:\n\n> Which GitHub team should I filter by? (e.g. `streaming-platform`)\n\nAccept either a team slug (`streaming-platform`) or a display name (\"Streaming Platform\") — convert to lowercase-hyphenated slug before passing to the script.\n\n## Step 2: Run the Script\n\n```bash\nuv run scripts\u002Ffetch_review_requests.py --org getsentry --teams \u003Cteam-slug>\n```\n\nTo filter by multiple teams, pass a comma-separated list:\n\n```bash\nuv run scripts\u002Ffetch_review_requests.py --org getsentry --teams \u003Cteam slugs>\n```\n\n### Script output\n\n```json\n{\n  \"total\": 3,\n  \"prs\": [\n    {\n      \"notification_id\": \"12345\",\n      \"title\": \"feat(kafka): add workflow to restart a broker\",\n      \"url\": \"https:\u002F\u002Fgithub.com\u002Fgetsentry\u002Fops\u002Fpull\u002F19144\",\n      \"repo\": \"getsentry\u002Fops\",\n      \"pr_number\": 19144,\n      \"author\": \"bmckerry\",\n      \"reasons\": [\"opened by: bmckerry\"]\n    }\n  ]\n}\n```\n\n`reasons` will contain one or both of:\n- `\"review requested from: \u003CTeam Name>\"` — the team is a requested reviewer\n- `\"opened by: \u003Clogin>\"` — the PR author is a team member\n\n## Step 3: Present Results\n\nDisplay results as a markdown table with full URLs:\n\n| # | Title | URL | Reason |\n|---|-------|-----|--------|\n| 1 | feat(kafka): add workflow to restart a broker | https:\u002F\u002Fgithub.com\u002Fgetsentry\u002Fops\u002Fpull\u002F19144 | opened by: evanh |\n\nIf `total` is 0, say: \"No unread review requests found for that team.\"\n\n## Fallback\n\nIf the script fails, run manually:\n\n```bash\ngh api notifications --paginate\n```\n\nThen for each `review_requested` notification, check:\n- `gh api repos\u002F{repo}\u002Fpulls\u002F{number}` — skip if `state == \"closed\"` or `merged_at` is set\n- `gh api repos\u002F{repo}\u002Fpulls\u002F{number}\u002Frequested_reviewers` — check `teams[].name`\n- `gh api orgs\u002F{org}\u002Fteams\u002F{slug}\u002Fmembers` — check if author is a member\n",{"data":36,"body":38},{"name":4,"description":6,"allowed-tools":37},"Bash",{"type":39,"children":40},"root",[41,50,65,84,109,116,121,138,150,156,226,231,288,295,676,686,713,719,724,787,799,805,810,839,851,909],{"type":42,"tag":43,"props":44,"children":46},"element","h1",{"id":45},"github-review-requests",[47],{"type":48,"value":49},"text","GitHub Review Requests",{"type":42,"tag":51,"props":52,"children":53},"p",{},[54,56,63],{"type":48,"value":55},"Fetch unread ",{"type":42,"tag":57,"props":58,"children":60},"code",{"className":59},[],[61],{"type":48,"value":62},"review_requested",{"type":48,"value":64}," notifications for open (unmerged) PRs, filtered by a GitHub team.",{"type":42,"tag":51,"props":66,"children":67},{},[68,74,76,82],{"type":42,"tag":69,"props":70,"children":71},"strong",{},[72],{"type":48,"value":73},"Requires",{"type":48,"value":75},": GitHub CLI (",{"type":42,"tag":57,"props":77,"children":79},{"className":78},[],[80],{"type":48,"value":81},"gh",{"type":48,"value":83},") authenticated.",{"type":42,"tag":51,"props":85,"children":86},{},[87,91,93,99,101],{"type":42,"tag":69,"props":88,"children":89},{},[90],{"type":48,"value":73},{"type":48,"value":92},": The ",{"type":42,"tag":57,"props":94,"children":96},{"className":95},[],[97],{"type":48,"value":98},"uv",{"type":48,"value":100}," CLI for python package management, install guide at ",{"type":42,"tag":102,"props":103,"children":107},"a",{"href":104,"rel":105},"https:\u002F\u002Fdocs.astral.sh\u002Fuv\u002Fgetting-started\u002Finstallation\u002F",[106],"nofollow",[108],{"type":48,"value":104},{"type":42,"tag":110,"props":111,"children":113},"h2",{"id":112},"step-1-identify-the-team",[114],{"type":48,"value":115},"Step 1: Identify the Team",{"type":42,"tag":51,"props":117,"children":118},{},[119],{"type":48,"value":120},"If the user has not specified a team, ask:",{"type":42,"tag":122,"props":123,"children":124},"blockquote",{},[125],{"type":42,"tag":51,"props":126,"children":127},{},[128,130,136],{"type":48,"value":129},"Which GitHub team should I filter by? (e.g. ",{"type":42,"tag":57,"props":131,"children":133},{"className":132},[],[134],{"type":48,"value":135},"streaming-platform",{"type":48,"value":137},")",{"type":42,"tag":51,"props":139,"children":140},{},[141,143,148],{"type":48,"value":142},"Accept either a team slug (",{"type":42,"tag":57,"props":144,"children":146},{"className":145},[],[147],{"type":48,"value":135},{"type":48,"value":149},") or a display name (\"Streaming Platform\") — convert to lowercase-hyphenated slug before passing to the script.",{"type":42,"tag":110,"props":151,"children":153},{"id":152},"step-2-run-the-script",[154],{"type":48,"value":155},"Step 2: Run the Script",{"type":42,"tag":157,"props":158,"children":163},"pre",{"className":159,"code":160,"language":161,"meta":162,"style":162},"language-bash shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","uv run scripts\u002Ffetch_review_requests.py --org getsentry --teams \u003Cteam-slug>\n","bash","",[164],{"type":42,"tag":57,"props":165,"children":166},{"__ignoreMap":162},[167],{"type":42,"tag":168,"props":169,"children":172},"span",{"class":170,"line":171},"line",1,[173,178,184,189,194,199,204,210,215,221],{"type":42,"tag":168,"props":174,"children":176},{"style":175},"--shiki-light:#E2931D;--shiki-default:#FFCB6B;--shiki-dark:#FFCB6B",[177],{"type":48,"value":98},{"type":42,"tag":168,"props":179,"children":181},{"style":180},"--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D",[182],{"type":48,"value":183}," run",{"type":42,"tag":168,"props":185,"children":186},{"style":180},[187],{"type":48,"value":188}," scripts\u002Ffetch_review_requests.py",{"type":42,"tag":168,"props":190,"children":191},{"style":180},[192],{"type":48,"value":193}," --org",{"type":42,"tag":168,"props":195,"children":196},{"style":180},[197],{"type":48,"value":198}," getsentry",{"type":42,"tag":168,"props":200,"children":201},{"style":180},[202],{"type":48,"value":203}," --teams",{"type":42,"tag":168,"props":205,"children":207},{"style":206},"--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF",[208],{"type":48,"value":209}," \u003C",{"type":42,"tag":168,"props":211,"children":212},{"style":180},[213],{"type":48,"value":214},"team-slu",{"type":42,"tag":168,"props":216,"children":218},{"style":217},"--shiki-light:#90A4AE;--shiki-default:#EEFFFF;--shiki-dark:#BABED8",[219],{"type":48,"value":220},"g",{"type":42,"tag":168,"props":222,"children":223},{"style":206},[224],{"type":48,"value":225},">\n",{"type":42,"tag":51,"props":227,"children":228},{},[229],{"type":48,"value":230},"To filter by multiple teams, pass a comma-separated list:",{"type":42,"tag":157,"props":232,"children":234},{"className":159,"code":233,"language":161,"meta":162,"style":162},"uv run scripts\u002Ffetch_review_requests.py --org getsentry --teams \u003Cteam slugs>\n",[235],{"type":42,"tag":57,"props":236,"children":237},{"__ignoreMap":162},[238],{"type":42,"tag":168,"props":239,"children":240},{"class":170,"line":171},[241,245,249,253,257,261,265,269,274,279,284],{"type":42,"tag":168,"props":242,"children":243},{"style":175},[244],{"type":48,"value":98},{"type":42,"tag":168,"props":246,"children":247},{"style":180},[248],{"type":48,"value":183},{"type":42,"tag":168,"props":250,"children":251},{"style":180},[252],{"type":48,"value":188},{"type":42,"tag":168,"props":254,"children":255},{"style":180},[256],{"type":48,"value":193},{"type":42,"tag":168,"props":258,"children":259},{"style":180},[260],{"type":48,"value":198},{"type":42,"tag":168,"props":262,"children":263},{"style":180},[264],{"type":48,"value":203},{"type":42,"tag":168,"props":266,"children":267},{"style":206},[268],{"type":48,"value":209},{"type":42,"tag":168,"props":270,"children":271},{"style":180},[272],{"type":48,"value":273},"team",{"type":42,"tag":168,"props":275,"children":276},{"style":180},[277],{"type":48,"value":278}," slug",{"type":42,"tag":168,"props":280,"children":281},{"style":217},[282],{"type":48,"value":283},"s",{"type":42,"tag":168,"props":285,"children":286},{"style":206},[287],{"type":48,"value":225},{"type":42,"tag":289,"props":290,"children":292},"h3",{"id":291},"script-output",[293],{"type":48,"value":294},"Script output",{"type":42,"tag":157,"props":296,"children":300},{"className":297,"code":298,"language":299,"meta":162,"style":162},"language-json shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","{\n  \"total\": 3,\n  \"prs\": [\n    {\n      \"notification_id\": \"12345\",\n      \"title\": \"feat(kafka): add workflow to restart a broker\",\n      \"url\": \"https:\u002F\u002Fgithub.com\u002Fgetsentry\u002Fops\u002Fpull\u002F19144\",\n      \"repo\": \"getsentry\u002Fops\",\n      \"pr_number\": 19144,\n      \"author\": \"bmckerry\",\n      \"reasons\": [\"opened by: bmckerry\"]\n    }\n  ]\n}\n","json",[301],{"type":42,"tag":57,"props":302,"children":303},{"__ignoreMap":162},[304,312,348,374,383,423,461,499,537,567,605,649,658,667],{"type":42,"tag":168,"props":305,"children":306},{"class":170,"line":171},[307],{"type":42,"tag":168,"props":308,"children":309},{"style":206},[310],{"type":48,"value":311},"{\n",{"type":42,"tag":168,"props":313,"children":315},{"class":170,"line":314},2,[316,321,327,332,337,343],{"type":42,"tag":168,"props":317,"children":318},{"style":206},[319],{"type":48,"value":320},"  \"",{"type":42,"tag":168,"props":322,"children":324},{"style":323},"--shiki-light:#9C3EDA;--shiki-default:#C792EA;--shiki-dark:#C792EA",[325],{"type":48,"value":326},"total",{"type":42,"tag":168,"props":328,"children":329},{"style":206},[330],{"type":48,"value":331},"\"",{"type":42,"tag":168,"props":333,"children":334},{"style":206},[335],{"type":48,"value":336},":",{"type":42,"tag":168,"props":338,"children":340},{"style":339},"--shiki-light:#F76D47;--shiki-default:#F78C6C;--shiki-dark:#F78C6C",[341],{"type":48,"value":342}," 3",{"type":42,"tag":168,"props":344,"children":345},{"style":206},[346],{"type":48,"value":347},",\n",{"type":42,"tag":168,"props":349,"children":351},{"class":170,"line":350},3,[352,356,361,365,369],{"type":42,"tag":168,"props":353,"children":354},{"style":206},[355],{"type":48,"value":320},{"type":42,"tag":168,"props":357,"children":358},{"style":323},[359],{"type":48,"value":360},"prs",{"type":42,"tag":168,"props":362,"children":363},{"style":206},[364],{"type":48,"value":331},{"type":42,"tag":168,"props":366,"children":367},{"style":206},[368],{"type":48,"value":336},{"type":42,"tag":168,"props":370,"children":371},{"style":206},[372],{"type":48,"value":373}," [\n",{"type":42,"tag":168,"props":375,"children":377},{"class":170,"line":376},4,[378],{"type":42,"tag":168,"props":379,"children":380},{"style":206},[381],{"type":48,"value":382},"    {\n",{"type":42,"tag":168,"props":384,"children":386},{"class":170,"line":385},5,[387,392,397,401,405,410,415,419],{"type":42,"tag":168,"props":388,"children":389},{"style":206},[390],{"type":48,"value":391},"      \"",{"type":42,"tag":168,"props":393,"children":394},{"style":175},[395],{"type":48,"value":396},"notification_id",{"type":42,"tag":168,"props":398,"children":399},{"style":206},[400],{"type":48,"value":331},{"type":42,"tag":168,"props":402,"children":403},{"style":206},[404],{"type":48,"value":336},{"type":42,"tag":168,"props":406,"children":407},{"style":206},[408],{"type":48,"value":409}," \"",{"type":42,"tag":168,"props":411,"children":412},{"style":180},[413],{"type":48,"value":414},"12345",{"type":42,"tag":168,"props":416,"children":417},{"style":206},[418],{"type":48,"value":331},{"type":42,"tag":168,"props":420,"children":421},{"style":206},[422],{"type":48,"value":347},{"type":42,"tag":168,"props":424,"children":426},{"class":170,"line":425},6,[427,431,436,440,444,448,453,457],{"type":42,"tag":168,"props":428,"children":429},{"style":206},[430],{"type":48,"value":391},{"type":42,"tag":168,"props":432,"children":433},{"style":175},[434],{"type":48,"value":435},"title",{"type":42,"tag":168,"props":437,"children":438},{"style":206},[439],{"type":48,"value":331},{"type":42,"tag":168,"props":441,"children":442},{"style":206},[443],{"type":48,"value":336},{"type":42,"tag":168,"props":445,"children":446},{"style":206},[447],{"type":48,"value":409},{"type":42,"tag":168,"props":449,"children":450},{"style":180},[451],{"type":48,"value":452},"feat(kafka): add workflow to restart a broker",{"type":42,"tag":168,"props":454,"children":455},{"style":206},[456],{"type":48,"value":331},{"type":42,"tag":168,"props":458,"children":459},{"style":206},[460],{"type":48,"value":347},{"type":42,"tag":168,"props":462,"children":464},{"class":170,"line":463},7,[465,469,474,478,482,486,491,495],{"type":42,"tag":168,"props":466,"children":467},{"style":206},[468],{"type":48,"value":391},{"type":42,"tag":168,"props":470,"children":471},{"style":175},[472],{"type":48,"value":473},"url",{"type":42,"tag":168,"props":475,"children":476},{"style":206},[477],{"type":48,"value":331},{"type":42,"tag":168,"props":479,"children":480},{"style":206},[481],{"type":48,"value":336},{"type":42,"tag":168,"props":483,"children":484},{"style":206},[485],{"type":48,"value":409},{"type":42,"tag":168,"props":487,"children":488},{"style":180},[489],{"type":48,"value":490},"https:\u002F\u002Fgithub.com\u002Fgetsentry\u002Fops\u002Fpull\u002F19144",{"type":42,"tag":168,"props":492,"children":493},{"style":206},[494],{"type":48,"value":331},{"type":42,"tag":168,"props":496,"children":497},{"style":206},[498],{"type":48,"value":347},{"type":42,"tag":168,"props":500,"children":502},{"class":170,"line":501},8,[503,507,512,516,520,524,529,533],{"type":42,"tag":168,"props":504,"children":505},{"style":206},[506],{"type":48,"value":391},{"type":42,"tag":168,"props":508,"children":509},{"style":175},[510],{"type":48,"value":511},"repo",{"type":42,"tag":168,"props":513,"children":514},{"style":206},[515],{"type":48,"value":331},{"type":42,"tag":168,"props":517,"children":518},{"style":206},[519],{"type":48,"value":336},{"type":42,"tag":168,"props":521,"children":522},{"style":206},[523],{"type":48,"value":409},{"type":42,"tag":168,"props":525,"children":526},{"style":180},[527],{"type":48,"value":528},"getsentry\u002Fops",{"type":42,"tag":168,"props":530,"children":531},{"style":206},[532],{"type":48,"value":331},{"type":42,"tag":168,"props":534,"children":535},{"style":206},[536],{"type":48,"value":347},{"type":42,"tag":168,"props":538,"children":540},{"class":170,"line":539},9,[541,545,550,554,558,563],{"type":42,"tag":168,"props":542,"children":543},{"style":206},[544],{"type":48,"value":391},{"type":42,"tag":168,"props":546,"children":547},{"style":175},[548],{"type":48,"value":549},"pr_number",{"type":42,"tag":168,"props":551,"children":552},{"style":206},[553],{"type":48,"value":331},{"type":42,"tag":168,"props":555,"children":556},{"style":206},[557],{"type":48,"value":336},{"type":42,"tag":168,"props":559,"children":560},{"style":339},[561],{"type":48,"value":562}," 19144",{"type":42,"tag":168,"props":564,"children":565},{"style":206},[566],{"type":48,"value":347},{"type":42,"tag":168,"props":568,"children":570},{"class":170,"line":569},10,[571,575,580,584,588,592,597,601],{"type":42,"tag":168,"props":572,"children":573},{"style":206},[574],{"type":48,"value":391},{"type":42,"tag":168,"props":576,"children":577},{"style":175},[578],{"type":48,"value":579},"author",{"type":42,"tag":168,"props":581,"children":582},{"style":206},[583],{"type":48,"value":331},{"type":42,"tag":168,"props":585,"children":586},{"style":206},[587],{"type":48,"value":336},{"type":42,"tag":168,"props":589,"children":590},{"style":206},[591],{"type":48,"value":409},{"type":42,"tag":168,"props":593,"children":594},{"style":180},[595],{"type":48,"value":596},"bmckerry",{"type":42,"tag":168,"props":598,"children":599},{"style":206},[600],{"type":48,"value":331},{"type":42,"tag":168,"props":602,"children":603},{"style":206},[604],{"type":48,"value":347},{"type":42,"tag":168,"props":606,"children":608},{"class":170,"line":607},11,[609,613,618,622,626,631,635,640,644],{"type":42,"tag":168,"props":610,"children":611},{"style":206},[612],{"type":48,"value":391},{"type":42,"tag":168,"props":614,"children":615},{"style":175},[616],{"type":48,"value":617},"reasons",{"type":42,"tag":168,"props":619,"children":620},{"style":206},[621],{"type":48,"value":331},{"type":42,"tag":168,"props":623,"children":624},{"style":206},[625],{"type":48,"value":336},{"type":42,"tag":168,"props":627,"children":628},{"style":206},[629],{"type":48,"value":630}," [",{"type":42,"tag":168,"props":632,"children":633},{"style":206},[634],{"type":48,"value":331},{"type":42,"tag":168,"props":636,"children":637},{"style":180},[638],{"type":48,"value":639},"opened by: bmckerry",{"type":42,"tag":168,"props":641,"children":642},{"style":206},[643],{"type":48,"value":331},{"type":42,"tag":168,"props":645,"children":646},{"style":206},[647],{"type":48,"value":648},"]\n",{"type":42,"tag":168,"props":650,"children":652},{"class":170,"line":651},12,[653],{"type":42,"tag":168,"props":654,"children":655},{"style":206},[656],{"type":48,"value":657},"    }\n",{"type":42,"tag":168,"props":659,"children":661},{"class":170,"line":660},13,[662],{"type":42,"tag":168,"props":663,"children":664},{"style":206},[665],{"type":48,"value":666},"  ]\n",{"type":42,"tag":168,"props":668,"children":670},{"class":170,"line":669},14,[671],{"type":42,"tag":168,"props":672,"children":673},{"style":206},[674],{"type":48,"value":675},"}\n",{"type":42,"tag":51,"props":677,"children":678},{},[679,684],{"type":42,"tag":57,"props":680,"children":682},{"className":681},[],[683],{"type":48,"value":617},{"type":48,"value":685}," will contain one or both of:",{"type":42,"tag":687,"props":688,"children":689},"ul",{},[690,702],{"type":42,"tag":691,"props":692,"children":693},"li",{},[694,700],{"type":42,"tag":57,"props":695,"children":697},{"className":696},[],[698],{"type":48,"value":699},"\"review requested from: \u003CTeam Name>\"",{"type":48,"value":701}," — the team is a requested reviewer",{"type":42,"tag":691,"props":703,"children":704},{},[705,711],{"type":42,"tag":57,"props":706,"children":708},{"className":707},[],[709],{"type":48,"value":710},"\"opened by: \u003Clogin>\"",{"type":48,"value":712}," — the PR author is a team member",{"type":42,"tag":110,"props":714,"children":716},{"id":715},"step-3-present-results",[717],{"type":48,"value":718},"Step 3: Present Results",{"type":42,"tag":51,"props":720,"children":721},{},[722],{"type":48,"value":723},"Display results as a markdown table with full URLs:",{"type":42,"tag":725,"props":726,"children":727},"table",{},[728,757],{"type":42,"tag":729,"props":730,"children":731},"thead",{},[732],{"type":42,"tag":733,"props":734,"children":735},"tr",{},[736,742,747,752],{"type":42,"tag":737,"props":738,"children":739},"th",{},[740],{"type":48,"value":741},"#",{"type":42,"tag":737,"props":743,"children":744},{},[745],{"type":48,"value":746},"Title",{"type":42,"tag":737,"props":748,"children":749},{},[750],{"type":48,"value":751},"URL",{"type":42,"tag":737,"props":753,"children":754},{},[755],{"type":48,"value":756},"Reason",{"type":42,"tag":758,"props":759,"children":760},"tbody",{},[761],{"type":42,"tag":733,"props":762,"children":763},{},[764,770,774,782],{"type":42,"tag":765,"props":766,"children":767},"td",{},[768],{"type":48,"value":769},"1",{"type":42,"tag":765,"props":771,"children":772},{},[773],{"type":48,"value":452},{"type":42,"tag":765,"props":775,"children":776},{},[777],{"type":42,"tag":102,"props":778,"children":780},{"href":490,"rel":779},[106],[781],{"type":48,"value":490},{"type":42,"tag":765,"props":783,"children":784},{},[785],{"type":48,"value":786},"opened by: evanh",{"type":42,"tag":51,"props":788,"children":789},{},[790,792,797],{"type":48,"value":791},"If ",{"type":42,"tag":57,"props":793,"children":795},{"className":794},[],[796],{"type":48,"value":326},{"type":48,"value":798}," is 0, say: \"No unread review requests found for that team.\"",{"type":42,"tag":110,"props":800,"children":802},{"id":801},"fallback",[803],{"type":48,"value":804},"Fallback",{"type":42,"tag":51,"props":806,"children":807},{},[808],{"type":48,"value":809},"If the script fails, run manually:",{"type":42,"tag":157,"props":811,"children":813},{"className":159,"code":812,"language":161,"meta":162,"style":162},"gh api notifications --paginate\n",[814],{"type":42,"tag":57,"props":815,"children":816},{"__ignoreMap":162},[817],{"type":42,"tag":168,"props":818,"children":819},{"class":170,"line":171},[820,824,829,834],{"type":42,"tag":168,"props":821,"children":822},{"style":175},[823],{"type":48,"value":81},{"type":42,"tag":168,"props":825,"children":826},{"style":180},[827],{"type":48,"value":828}," api",{"type":42,"tag":168,"props":830,"children":831},{"style":180},[832],{"type":48,"value":833}," notifications",{"type":42,"tag":168,"props":835,"children":836},{"style":180},[837],{"type":48,"value":838}," --paginate\n",{"type":42,"tag":51,"props":840,"children":841},{},[842,844,849],{"type":48,"value":843},"Then for each ",{"type":42,"tag":57,"props":845,"children":847},{"className":846},[],[848],{"type":48,"value":62},{"type":48,"value":850}," notification, check:",{"type":42,"tag":687,"props":852,"children":853},{},[854,881,898],{"type":42,"tag":691,"props":855,"children":856},{},[857,863,865,871,873,879],{"type":42,"tag":57,"props":858,"children":860},{"className":859},[],[861],{"type":48,"value":862},"gh api repos\u002F{repo}\u002Fpulls\u002F{number}",{"type":48,"value":864}," — skip if ",{"type":42,"tag":57,"props":866,"children":868},{"className":867},[],[869],{"type":48,"value":870},"state == \"closed\"",{"type":48,"value":872}," or ",{"type":42,"tag":57,"props":874,"children":876},{"className":875},[],[877],{"type":48,"value":878},"merged_at",{"type":48,"value":880}," is set",{"type":42,"tag":691,"props":882,"children":883},{},[884,890,892],{"type":42,"tag":57,"props":885,"children":887},{"className":886},[],[888],{"type":48,"value":889},"gh api repos\u002F{repo}\u002Fpulls\u002F{number}\u002Frequested_reviewers",{"type":48,"value":891}," — check ",{"type":42,"tag":57,"props":893,"children":895},{"className":894},[],[896],{"type":48,"value":897},"teams[].name",{"type":42,"tag":691,"props":899,"children":900},{},[901,907],{"type":42,"tag":57,"props":902,"children":904},{"className":903},[],[905],{"type":48,"value":906},"gh api orgs\u002F{org}\u002Fteams\u002F{slug}\u002Fmembers",{"type":48,"value":908}," — check if author is a member",{"type":42,"tag":910,"props":911,"children":912},"style",{},[913],{"type":48,"value":914},"html .light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html.light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}",{"items":916,"total":1010},[917,930,944,961,977,989,999],{"slug":918,"name":918,"fn":919,"description":920,"org":921,"tags":922,"stars":23,"repoUrl":24,"updatedAt":929},"agents-md","maintain project instruction files","Creates and maintains concise AGENTS.md and CLAUDE.md project instruction files. Use when asked to create AGENTS.md, update AGENTS.md, maintain agent docs, set up CLAUDE.md, document repository agent conventions, or keep coding-agent instructions minimal and reference-backed.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[923,926],{"name":924,"slug":925,"type":16},"Documentation","documentation",{"name":927,"slug":928,"type":16},"Engineering","engineering","2026-05-15T06:16:29.695991",{"slug":931,"name":931,"fn":932,"description":933,"org":934,"tags":935,"stars":23,"repoUrl":24,"updatedAt":943},"blog-writing-guide","write and review engineering blog posts","Write, review, and improve blog posts for the Sentry engineering blog following Sentry's specific writing standards, voice, and quality bar. Use this skill whenever someone asks to write a blog post, draft a technical article, review blog content, improve a draft, write a product announcement, create an engineering deep-dive, or produce any written content destined for the Sentry blog or developer audience. Also trigger when the user mentions \"blog post,\" \"blog draft,\" \"write-up,\" \"announcement post,\" \"engineering post,\" \"deep dive,\" \"postmortem,\" or asks for help with technical writing for Sentry. Even if the user just says \"help me write about [feature\u002Ftopic]\" — if it sounds like it could become a Sentry blog post, use this skill.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[936,939,940],{"name":937,"slug":938,"type":16},"Communications","communications",{"name":9,"slug":8,"type":16},{"name":941,"slug":942,"type":16},"Technical Writing","technical-writing","2026-05-15T06:16:33.38217",{"slug":945,"name":945,"fn":946,"description":947,"org":948,"tags":949,"stars":23,"repoUrl":24,"updatedAt":960},"brand-guidelines","write copy following Sentry brand guidelines","Write copy following Sentry brand guidelines. Use when writing UI text, error messages, empty states, onboarding flows, 404 pages, documentation, marketing copy, or any user-facing content. Covers both Plain Speech (default) and Sentry Voice tones.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[950,953,956,957],{"name":951,"slug":952,"type":16},"Branding","branding",{"name":954,"slug":955,"type":16},"Content Creation","content-creation",{"name":9,"slug":8,"type":16},{"name":958,"slug":959,"type":16},"UX Copy","ux-copy","2026-05-15T06:16:22.395707",{"slug":962,"name":962,"fn":963,"description":964,"org":965,"tags":966,"stars":23,"repoUrl":24,"updatedAt":976},"claude-settings-audit","generate Claude Code settings permissions","Analyze a repository to generate recommended Claude Code settings.json permissions. Use when setting up a new project, auditing existing settings, or determining which read-only bash commands to allow. Detects tech stack, build tools, and monorepo structure.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[967,970,973],{"name":968,"slug":969,"type":16},"Claude Code","claude-code",{"name":971,"slug":972,"type":16},"Configuration","configuration",{"name":974,"slug":975,"type":16},"Security","security","2026-05-15T06:16:44.335977",{"slug":19,"name":19,"fn":978,"description":979,"org":980,"tags":981,"stars":23,"repoUrl":24,"updatedAt":988},"perform code reviews for Sentry projects","Perform code reviews following Sentry engineering practices. Use when reviewing pull requests, examining code changes, or providing feedback on code quality. Covers security, performance, testing, and design review.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[982,983,984,987],{"name":18,"slug":19,"type":16},{"name":927,"slug":928,"type":16},{"name":985,"slug":986,"type":16},"Performance","performance",{"name":974,"slug":975,"type":16},"2026-05-15T06:16:35.824864",{"slug":990,"name":990,"fn":991,"description":992,"org":993,"tags":994,"stars":23,"repoUrl":24,"updatedAt":998},"code-simplifier","simplify and refine source code","Simplifies and refines code for clarity, consistency, and maintainability while preserving all functionality. Use when asked to \"simplify code\", \"clean up code\", \"refactor for clarity\", \"improve readability\", or review recently modified code for elegance. Focuses on project-specific best practices.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[995],{"name":996,"slug":997,"type":16},"Code Analysis","code-analysis","2026-05-15T06:16:32.127981",{"slug":1000,"name":1000,"fn":1001,"description":1002,"org":1003,"tags":1004,"stars":23,"repoUrl":24,"updatedAt":1009},"commit","create commits with Sentry conventions","Use for every request to commit changes or draft a commit message. Creates Sentry-style conventional commits with issue references.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1005,1008],{"name":1006,"slug":1007,"type":16},"Git","git",{"name":9,"slug":8,"type":16},"2026-07-18T05:15:10.723937",28,{"items":1012,"total":1133},[1013,1038,1052,1057,1063,1070,1076,1083,1087,1092,1102,1120],{"slug":1014,"name":1014,"fn":1015,"description":1016,"org":1017,"tags":1018,"stars":1035,"repoUrl":1036,"updatedAt":1037},"xcodebuildmcp","build and test Apple apps with XcodeBuildMCP","Official skill for XcodeBuildMCP. Use when doing iOS\u002FmacOS\u002FwatchOS\u002FtvOS\u002FvisionOS work (build, test, run, debug, log, UI automation).",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1019,1022,1025,1028,1029,1032],{"name":1020,"slug":1021,"type":16},"Debugging","debugging",{"name":1023,"slug":1024,"type":16},"iOS","ios",{"name":1026,"slug":1027,"type":16},"macOS","macos",{"name":9,"slug":8,"type":16},{"name":1030,"slug":1031,"type":16},"Testing","testing",{"name":1033,"slug":1034,"type":16},"Xcode","xcode",6176,"https:\u002F\u002Fgithub.com\u002Fgetsentry\u002FXcodeBuildMCP","2026-04-06T18:13:34.8719",{"slug":1039,"name":1039,"fn":1040,"description":1041,"org":1042,"tags":1043,"stars":1035,"repoUrl":1036,"updatedAt":1051},"xcodebuildmcp-cli","build and test Apple apps via CLI","Official skill for the XcodeBuildMCP CLI. Use when doing iOS\u002FmacOS\u002FwatchOS\u002FtvOS\u002FvisionOS work (build, test, run, debug, log, UI automation).",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1044,1047,1048,1049,1050],{"name":1045,"slug":1046,"type":16},"CLI","cli",{"name":1023,"slug":1024,"type":16},{"name":1026,"slug":1027,"type":16},{"name":1030,"slug":1031,"type":16},{"name":1033,"slug":1034,"type":16},"2026-04-06T18:13:36.13414",{"slug":918,"name":918,"fn":919,"description":920,"org":1053,"tags":1054,"stars":23,"repoUrl":24,"updatedAt":929},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1055,1056],{"name":924,"slug":925,"type":16},{"name":927,"slug":928,"type":16},{"slug":931,"name":931,"fn":932,"description":933,"org":1058,"tags":1059,"stars":23,"repoUrl":24,"updatedAt":943},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1060,1061,1062],{"name":937,"slug":938,"type":16},{"name":9,"slug":8,"type":16},{"name":941,"slug":942,"type":16},{"slug":945,"name":945,"fn":946,"description":947,"org":1064,"tags":1065,"stars":23,"repoUrl":24,"updatedAt":960},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1066,1067,1068,1069],{"name":951,"slug":952,"type":16},{"name":954,"slug":955,"type":16},{"name":9,"slug":8,"type":16},{"name":958,"slug":959,"type":16},{"slug":962,"name":962,"fn":963,"description":964,"org":1071,"tags":1072,"stars":23,"repoUrl":24,"updatedAt":976},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1073,1074,1075],{"name":968,"slug":969,"type":16},{"name":971,"slug":972,"type":16},{"name":974,"slug":975,"type":16},{"slug":19,"name":19,"fn":978,"description":979,"org":1077,"tags":1078,"stars":23,"repoUrl":24,"updatedAt":988},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1079,1080,1081,1082],{"name":18,"slug":19,"type":16},{"name":927,"slug":928,"type":16},{"name":985,"slug":986,"type":16},{"name":974,"slug":975,"type":16},{"slug":990,"name":990,"fn":991,"description":992,"org":1084,"tags":1085,"stars":23,"repoUrl":24,"updatedAt":998},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1086],{"name":996,"slug":997,"type":16},{"slug":1000,"name":1000,"fn":1001,"description":1002,"org":1088,"tags":1089,"stars":23,"repoUrl":24,"updatedAt":1009},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1090,1091],{"name":1006,"slug":1007,"type":16},{"name":9,"slug":8,"type":16},{"slug":1093,"name":1093,"fn":1094,"description":1095,"org":1096,"tags":1097,"stars":23,"repoUrl":24,"updatedAt":1101},"create-branch","create git branches for Sentry workflows","Create a git branch following Sentry naming conventions. Use when asked to \"create a branch\", \"new branch\", \"start a branch\", \"make a branch\", \"switch to a new branch\", or when starting new work on the default branch.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1098,1099,1100],{"name":927,"slug":928,"type":16},{"name":1006,"slug":1007,"type":16},{"name":9,"slug":8,"type":16},"2026-05-15T06:16:39.458431",{"slug":1103,"name":1103,"fn":1104,"description":1105,"org":1106,"tags":1107,"stars":23,"repoUrl":24,"updatedAt":1119},"django-access-review","review Django access control and IDOR","Django access control and IDOR security review. Use when reviewing Django views, DRF viewsets, ORM queries, or any Python\u002FDjango code handling user authorization. Trigger keywords: \"IDOR\", \"access control\", \"authorization\", \"Django permissions\", \"object permissions\", \"tenant isolation\", \"broken access\".",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1108,1111,1112,1115,1118],{"name":1109,"slug":1110,"type":16},"Access Control","access-control",{"name":996,"slug":997,"type":16},{"name":1113,"slug":1114,"type":16},"Django","django",{"name":1116,"slug":1117,"type":16},"Python","python",{"name":974,"slug":975,"type":16},"2026-05-15T06:16:43.098698",{"slug":1121,"name":1121,"fn":1122,"description":1123,"org":1124,"tags":1125,"stars":23,"repoUrl":24,"updatedAt":1132},"django-perf-review","review and optimize Django performance","Django performance code review. Use when asked to \"review Django performance\", \"find N+1 queries\", \"optimize Django\", \"check queryset performance\", \"database performance\", \"Django ORM issues\", or audit Django code for performance problems.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1126,1127,1130,1131],{"name":18,"slug":19,"type":16},{"name":1128,"slug":1129,"type":16},"Database","database",{"name":1113,"slug":1114,"type":16},{"name":985,"slug":986,"type":16},"2026-05-15T06:16:24.832813",88]