[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-sentry-create-branch":3,"mdc--mk9itf-key":33,"related-org-sentry-create-branch":825,"related-repo-sentry-create-branch":995},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":12,"stars":21,"repoUrl":22,"updatedAt":23,"license":24,"forks":25,"topics":26,"repo":28,"sourceUrl":31,"mdContent":32},"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},"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},"Git","git","tag",{"name":18,"slug":19,"type":16},"Engineering","engineering",{"name":9,"slug":8,"type":16},861,"https:\u002F\u002Fgithub.com\u002Fgetsentry\u002Fskills","2026-05-15T06:16:39.458431",null,45,[27],"tag-production",{"repoUrl":22,"stars":21,"forks":25,"topics":29,"description":30},[27],"Agent Skills used by the Sentry team for development.","https:\u002F\u002Fgithub.com\u002Fgetsentry\u002Fskills\u002Ftree\u002FHEAD\u002Fskills\u002Fcreate-branch","---\nname: create-branch\ndescription: 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.\nargument-hint: '[optional description of the work]'\n---\n\n# Create Branch\n\nCreate a git branch following Sentry naming conventions.\nKeep this workflow non-interactive unless the user explicitly asks to choose the name manually.\n\n## Workflow\n\n1. Resolve the work description:\n   - If `$ARGUMENTS` is present, use it\n   - Otherwise inspect:\n     ```bash\n     git diff\n     git diff --cached\n     git status --short\n     ```\n   - If there are local changes, derive a short description from the diff\n   - If there are no local changes, use a generic description like `repo-maintenance`, `tooling-update`, or `work-in-progress`\n\n2. Classify the branch type:\n\n| Type | Use when |\n|------|----------|\n| `feat` | New functionality |\n| `fix` | Broken behavior now works |\n| `ref` | Behavior stays the same, structure changes |\n| `chore` | Maintenance of existing tooling\u002Fconfig |\n| `perf` | Same behavior, faster |\n| `style` | Visual or formatting only |\n| `docs` | Documentation only |\n| `test` | Tests only |\n| `ci` | CI\u002FCD config |\n| `build` | Build system |\n| `meta` | Repo metadata |\n| `license` | License changes |\n\n   When unsure: use `feat` for new things, `ref` for restructuring, `chore` for maintenance.\n\n3. Generate `\u003Ctype>\u002F\u003Cshort-description>`.\n   Keep `\u003Cshort-description>` kebab-case, ASCII-only, and ideally 3 to 6 words.\n\n4. Choose the base without prompting:\n   ```bash\n   git branch --show-current\n   git remote | grep -qx origin && echo origin || git remote | head -1\n   git symbolic-ref refs\u002Fremotes\u002F\u003Cremote>\u002FHEAD 2>\u002Fdev\u002Fnull | sed 's|refs\u002Fremotes\u002F\u003Cremote>\u002F||' | tr -d '[:space:]'\n   ```\n   - If default branch detection fails, fall back to `main`, then `master`, then the current branch\n   - If on a detached HEAD, branch from the current commit\n   - If already on a non-default branch, branch from the current branch\n   - Only switch to the default branch when the user explicitly asks\n\n5. Avoid collisions by appending `-2`, `-3`, and so on until the name is unused locally and remotely.\n\n6. Create the branch:\n   ```bash\n   git checkout -b \u003Cbranch-name>\n   ```\n   Report the final branch name, but do not stop for confirmation.\n\n## References\n\n- [Sentry Branch Naming](https:\u002F\u002Fdevelop.sentry.dev\u002Fsdk\u002Fgetting-started\u002Fstandards\u002Fcode-submission\u002F#branch-naming)\n",{"data":34,"body":36},{"name":4,"description":6,"argument-hint":35},"[optional description of the work]",{"type":37,"children":38},"root",[39,47,53,60,194,426,452,799,805,820],{"type":40,"tag":41,"props":42,"children":43},"element","h1",{"id":4},[44],{"type":45,"value":46},"text","Create Branch",{"type":40,"tag":48,"props":49,"children":50},"p",{},[51],{"type":45,"value":52},"Create a git branch following Sentry naming conventions.\nKeep this workflow non-interactive unless the user explicitly asks to choose the name manually.",{"type":40,"tag":54,"props":55,"children":57},"h2",{"id":56},"workflow",[58],{"type":45,"value":59},"Workflow",{"type":40,"tag":61,"props":62,"children":63},"ol",{},[64,189],{"type":40,"tag":65,"props":66,"children":67},"li",{},[68,70],{"type":45,"value":69},"Resolve the work description:",{"type":40,"tag":71,"props":72,"children":73},"ul",{},[74,88,157,162],{"type":40,"tag":65,"props":75,"children":76},{},[77,79,86],{"type":45,"value":78},"If ",{"type":40,"tag":80,"props":81,"children":83},"code",{"className":82},[],[84],{"type":45,"value":85},"$ARGUMENTS",{"type":45,"value":87}," is present, use it",{"type":40,"tag":65,"props":89,"children":90},{},[91,93],{"type":45,"value":92},"Otherwise inspect:\n",{"type":40,"tag":94,"props":95,"children":100},"pre",{"className":96,"code":97,"language":98,"meta":99,"style":99},"language-bash shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","git diff\ngit diff --cached\ngit status --short\n","bash","",[101],{"type":40,"tag":80,"props":102,"children":103},{"__ignoreMap":99},[104,121,139],{"type":40,"tag":105,"props":106,"children":109},"span",{"class":107,"line":108},"line",1,[110,115],{"type":40,"tag":105,"props":111,"children":113},{"style":112},"--shiki-light:#E2931D;--shiki-default:#FFCB6B;--shiki-dark:#FFCB6B",[114],{"type":45,"value":15},{"type":40,"tag":105,"props":116,"children":118},{"style":117},"--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D",[119],{"type":45,"value":120}," diff\n",{"type":40,"tag":105,"props":122,"children":124},{"class":107,"line":123},2,[125,129,134],{"type":40,"tag":105,"props":126,"children":127},{"style":112},[128],{"type":45,"value":15},{"type":40,"tag":105,"props":130,"children":131},{"style":117},[132],{"type":45,"value":133}," diff",{"type":40,"tag":105,"props":135,"children":136},{"style":117},[137],{"type":45,"value":138}," --cached\n",{"type":40,"tag":105,"props":140,"children":142},{"class":107,"line":141},3,[143,147,152],{"type":40,"tag":105,"props":144,"children":145},{"style":112},[146],{"type":45,"value":15},{"type":40,"tag":105,"props":148,"children":149},{"style":117},[150],{"type":45,"value":151}," status",{"type":40,"tag":105,"props":153,"children":154},{"style":117},[155],{"type":45,"value":156}," --short\n",{"type":40,"tag":65,"props":158,"children":159},{},[160],{"type":45,"value":161},"If there are local changes, derive a short description from the diff",{"type":40,"tag":65,"props":163,"children":164},{},[165,167,173,175,181,183],{"type":45,"value":166},"If there are no local changes, use a generic description like ",{"type":40,"tag":80,"props":168,"children":170},{"className":169},[],[171],{"type":45,"value":172},"repo-maintenance",{"type":45,"value":174},", ",{"type":40,"tag":80,"props":176,"children":178},{"className":177},[],[179],{"type":45,"value":180},"tooling-update",{"type":45,"value":182},", or ",{"type":40,"tag":80,"props":184,"children":186},{"className":185},[],[187],{"type":45,"value":188},"work-in-progress",{"type":40,"tag":65,"props":190,"children":191},{},[192],{"type":45,"value":193},"Classify the branch type:",{"type":40,"tag":195,"props":196,"children":197},"table",{},[198,217],{"type":40,"tag":199,"props":200,"children":201},"thead",{},[202],{"type":40,"tag":203,"props":204,"children":205},"tr",{},[206,212],{"type":40,"tag":207,"props":208,"children":209},"th",{},[210],{"type":45,"value":211},"Type",{"type":40,"tag":207,"props":213,"children":214},{},[215],{"type":45,"value":216},"Use when",{"type":40,"tag":218,"props":219,"children":220},"tbody",{},[221,239,256,273,290,307,324,341,358,375,392,409],{"type":40,"tag":203,"props":222,"children":223},{},[224,234],{"type":40,"tag":225,"props":226,"children":227},"td",{},[228],{"type":40,"tag":80,"props":229,"children":231},{"className":230},[],[232],{"type":45,"value":233},"feat",{"type":40,"tag":225,"props":235,"children":236},{},[237],{"type":45,"value":238},"New functionality",{"type":40,"tag":203,"props":240,"children":241},{},[242,251],{"type":40,"tag":225,"props":243,"children":244},{},[245],{"type":40,"tag":80,"props":246,"children":248},{"className":247},[],[249],{"type":45,"value":250},"fix",{"type":40,"tag":225,"props":252,"children":253},{},[254],{"type":45,"value":255},"Broken behavior now works",{"type":40,"tag":203,"props":257,"children":258},{},[259,268],{"type":40,"tag":225,"props":260,"children":261},{},[262],{"type":40,"tag":80,"props":263,"children":265},{"className":264},[],[266],{"type":45,"value":267},"ref",{"type":40,"tag":225,"props":269,"children":270},{},[271],{"type":45,"value":272},"Behavior stays the same, structure changes",{"type":40,"tag":203,"props":274,"children":275},{},[276,285],{"type":40,"tag":225,"props":277,"children":278},{},[279],{"type":40,"tag":80,"props":280,"children":282},{"className":281},[],[283],{"type":45,"value":284},"chore",{"type":40,"tag":225,"props":286,"children":287},{},[288],{"type":45,"value":289},"Maintenance of existing tooling\u002Fconfig",{"type":40,"tag":203,"props":291,"children":292},{},[293,302],{"type":40,"tag":225,"props":294,"children":295},{},[296],{"type":40,"tag":80,"props":297,"children":299},{"className":298},[],[300],{"type":45,"value":301},"perf",{"type":40,"tag":225,"props":303,"children":304},{},[305],{"type":45,"value":306},"Same behavior, faster",{"type":40,"tag":203,"props":308,"children":309},{},[310,319],{"type":40,"tag":225,"props":311,"children":312},{},[313],{"type":40,"tag":80,"props":314,"children":316},{"className":315},[],[317],{"type":45,"value":318},"style",{"type":40,"tag":225,"props":320,"children":321},{},[322],{"type":45,"value":323},"Visual or formatting only",{"type":40,"tag":203,"props":325,"children":326},{},[327,336],{"type":40,"tag":225,"props":328,"children":329},{},[330],{"type":40,"tag":80,"props":331,"children":333},{"className":332},[],[334],{"type":45,"value":335},"docs",{"type":40,"tag":225,"props":337,"children":338},{},[339],{"type":45,"value":340},"Documentation only",{"type":40,"tag":203,"props":342,"children":343},{},[344,353],{"type":40,"tag":225,"props":345,"children":346},{},[347],{"type":40,"tag":80,"props":348,"children":350},{"className":349},[],[351],{"type":45,"value":352},"test",{"type":40,"tag":225,"props":354,"children":355},{},[356],{"type":45,"value":357},"Tests only",{"type":40,"tag":203,"props":359,"children":360},{},[361,370],{"type":40,"tag":225,"props":362,"children":363},{},[364],{"type":40,"tag":80,"props":365,"children":367},{"className":366},[],[368],{"type":45,"value":369},"ci",{"type":40,"tag":225,"props":371,"children":372},{},[373],{"type":45,"value":374},"CI\u002FCD config",{"type":40,"tag":203,"props":376,"children":377},{},[378,387],{"type":40,"tag":225,"props":379,"children":380},{},[381],{"type":40,"tag":80,"props":382,"children":384},{"className":383},[],[385],{"type":45,"value":386},"build",{"type":40,"tag":225,"props":388,"children":389},{},[390],{"type":45,"value":391},"Build system",{"type":40,"tag":203,"props":393,"children":394},{},[395,404],{"type":40,"tag":225,"props":396,"children":397},{},[398],{"type":40,"tag":80,"props":399,"children":401},{"className":400},[],[402],{"type":45,"value":403},"meta",{"type":40,"tag":225,"props":405,"children":406},{},[407],{"type":45,"value":408},"Repo metadata",{"type":40,"tag":203,"props":410,"children":411},{},[412,421],{"type":40,"tag":225,"props":413,"children":414},{},[415],{"type":40,"tag":80,"props":416,"children":418},{"className":417},[],[419],{"type":45,"value":420},"license",{"type":40,"tag":225,"props":422,"children":423},{},[424],{"type":45,"value":425},"License changes",{"type":40,"tag":48,"props":427,"children":428},{},[429,431,436,438,443,445,450],{"type":45,"value":430},"When unsure: use ",{"type":40,"tag":80,"props":432,"children":434},{"className":433},[],[435],{"type":45,"value":233},{"type":45,"value":437}," for new things, ",{"type":40,"tag":80,"props":439,"children":441},{"className":440},[],[442],{"type":45,"value":267},{"type":45,"value":444}," for restructuring, ",{"type":40,"tag":80,"props":446,"children":448},{"className":447},[],[449],{"type":45,"value":284},{"type":45,"value":451}," for maintenance.",{"type":40,"tag":61,"props":453,"children":454},{"start":141},[455,476,725,745],{"type":40,"tag":65,"props":456,"children":457},{},[458,460,466,468,474],{"type":45,"value":459},"Generate ",{"type":40,"tag":80,"props":461,"children":463},{"className":462},[],[464],{"type":45,"value":465},"\u003Ctype>\u002F\u003Cshort-description>",{"type":45,"value":467},".\nKeep ",{"type":40,"tag":80,"props":469,"children":471},{"className":470},[],[472],{"type":45,"value":473},"\u003Cshort-description>",{"type":45,"value":475}," kebab-case, ASCII-only, and ideally 3 to 6 words.",{"type":40,"tag":65,"props":477,"children":478},{},[479,481,686],{"type":45,"value":480},"Choose the base without prompting:",{"type":40,"tag":94,"props":482,"children":484},{"className":96,"code":483,"language":98,"meta":99,"style":99},"git branch --show-current\ngit remote | grep -qx origin && echo origin || git remote | head -1\ngit symbolic-ref refs\u002Fremotes\u002F\u003Cremote>\u002FHEAD 2>\u002Fdev\u002Fnull | sed 's|refs\u002Fremotes\u002F\u003Cremote>\u002F||' | tr -d '[:space:]'\n",[485],{"type":40,"tag":80,"props":486,"children":487},{"__ignoreMap":99},[488,505,581],{"type":40,"tag":105,"props":489,"children":490},{"class":107,"line":108},[491,495,500],{"type":40,"tag":105,"props":492,"children":493},{"style":112},[494],{"type":45,"value":15},{"type":40,"tag":105,"props":496,"children":497},{"style":117},[498],{"type":45,"value":499}," branch",{"type":40,"tag":105,"props":501,"children":502},{"style":117},[503],{"type":45,"value":504}," --show-current\n",{"type":40,"tag":105,"props":506,"children":507},{"class":107,"line":123},[508,512,517,523,528,533,538,543,549,553,558,563,567,571,576],{"type":40,"tag":105,"props":509,"children":510},{"style":112},[511],{"type":45,"value":15},{"type":40,"tag":105,"props":513,"children":514},{"style":117},[515],{"type":45,"value":516}," remote",{"type":40,"tag":105,"props":518,"children":520},{"style":519},"--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF",[521],{"type":45,"value":522}," |",{"type":40,"tag":105,"props":524,"children":525},{"style":112},[526],{"type":45,"value":527}," grep",{"type":40,"tag":105,"props":529,"children":530},{"style":117},[531],{"type":45,"value":532}," -qx",{"type":40,"tag":105,"props":534,"children":535},{"style":117},[536],{"type":45,"value":537}," origin",{"type":40,"tag":105,"props":539,"children":540},{"style":519},[541],{"type":45,"value":542}," &&",{"type":40,"tag":105,"props":544,"children":546},{"style":545},"--shiki-light:#6182B8;--shiki-default:#82AAFF;--shiki-dark:#82AAFF",[547],{"type":45,"value":548}," echo",{"type":40,"tag":105,"props":550,"children":551},{"style":117},[552],{"type":45,"value":537},{"type":40,"tag":105,"props":554,"children":555},{"style":519},[556],{"type":45,"value":557}," ||",{"type":40,"tag":105,"props":559,"children":560},{"style":112},[561],{"type":45,"value":562}," git",{"type":40,"tag":105,"props":564,"children":565},{"style":117},[566],{"type":45,"value":516},{"type":40,"tag":105,"props":568,"children":569},{"style":519},[570],{"type":45,"value":522},{"type":40,"tag":105,"props":572,"children":573},{"style":112},[574],{"type":45,"value":575}," head",{"type":40,"tag":105,"props":577,"children":578},{"style":117},[579],{"type":45,"value":580}," -1\n",{"type":40,"tag":105,"props":582,"children":583},{"class":107,"line":141},[584,588,593,598,603,608,614,619,624,629,634,638,643,648,653,658,662,667,672,676,681],{"type":40,"tag":105,"props":585,"children":586},{"style":112},[587],{"type":45,"value":15},{"type":40,"tag":105,"props":589,"children":590},{"style":117},[591],{"type":45,"value":592}," symbolic-ref",{"type":40,"tag":105,"props":594,"children":595},{"style":117},[596],{"type":45,"value":597}," refs\u002Fremotes\u002F",{"type":40,"tag":105,"props":599,"children":600},{"style":519},[601],{"type":45,"value":602},"\u003C",{"type":40,"tag":105,"props":604,"children":605},{"style":117},[606],{"type":45,"value":607},"remot",{"type":40,"tag":105,"props":609,"children":611},{"style":610},"--shiki-light:#90A4AE;--shiki-default:#EEFFFF;--shiki-dark:#BABED8",[612],{"type":45,"value":613},"e",{"type":40,"tag":105,"props":615,"children":616},{"style":519},[617],{"type":45,"value":618},">",{"type":40,"tag":105,"props":620,"children":621},{"style":117},[622],{"type":45,"value":623},"\u002FHEAD",{"type":40,"tag":105,"props":625,"children":626},{"style":519},[627],{"type":45,"value":628}," 2>",{"type":40,"tag":105,"props":630,"children":631},{"style":117},[632],{"type":45,"value":633},"\u002Fdev\u002Fnull",{"type":40,"tag":105,"props":635,"children":636},{"style":519},[637],{"type":45,"value":522},{"type":40,"tag":105,"props":639,"children":640},{"style":112},[641],{"type":45,"value":642}," sed",{"type":40,"tag":105,"props":644,"children":645},{"style":519},[646],{"type":45,"value":647}," '",{"type":40,"tag":105,"props":649,"children":650},{"style":117},[651],{"type":45,"value":652},"s|refs\u002Fremotes\u002F\u003Cremote>\u002F||",{"type":40,"tag":105,"props":654,"children":655},{"style":519},[656],{"type":45,"value":657},"'",{"type":40,"tag":105,"props":659,"children":660},{"style":519},[661],{"type":45,"value":522},{"type":40,"tag":105,"props":663,"children":664},{"style":112},[665],{"type":45,"value":666}," tr",{"type":40,"tag":105,"props":668,"children":669},{"style":117},[670],{"type":45,"value":671}," -d",{"type":40,"tag":105,"props":673,"children":674},{"style":519},[675],{"type":45,"value":647},{"type":40,"tag":105,"props":677,"children":678},{"style":117},[679],{"type":45,"value":680},"[:space:]",{"type":40,"tag":105,"props":682,"children":683},{"style":519},[684],{"type":45,"value":685},"'\n",{"type":40,"tag":71,"props":687,"children":688},{},[689,710,715,720],{"type":40,"tag":65,"props":690,"children":691},{},[692,694,700,702,708],{"type":45,"value":693},"If default branch detection fails, fall back to ",{"type":40,"tag":80,"props":695,"children":697},{"className":696},[],[698],{"type":45,"value":699},"main",{"type":45,"value":701},", then ",{"type":40,"tag":80,"props":703,"children":705},{"className":704},[],[706],{"type":45,"value":707},"master",{"type":45,"value":709},", then the current branch",{"type":40,"tag":65,"props":711,"children":712},{},[713],{"type":45,"value":714},"If on a detached HEAD, branch from the current commit",{"type":40,"tag":65,"props":716,"children":717},{},[718],{"type":45,"value":719},"If already on a non-default branch, branch from the current branch",{"type":40,"tag":65,"props":721,"children":722},{},[723],{"type":45,"value":724},"Only switch to the default branch when the user explicitly asks",{"type":40,"tag":65,"props":726,"children":727},{},[728,730,736,737,743],{"type":45,"value":729},"Avoid collisions by appending ",{"type":40,"tag":80,"props":731,"children":733},{"className":732},[],[734],{"type":45,"value":735},"-2",{"type":45,"value":174},{"type":40,"tag":80,"props":738,"children":740},{"className":739},[],[741],{"type":45,"value":742},"-3",{"type":45,"value":744},", and so on until the name is unused locally and remotely.",{"type":40,"tag":65,"props":746,"children":747},{},[748,750,793,797],{"type":45,"value":749},"Create the branch:",{"type":40,"tag":94,"props":751,"children":753},{"className":96,"code":752,"language":98,"meta":99,"style":99},"git checkout -b \u003Cbranch-name>\n",[754],{"type":40,"tag":80,"props":755,"children":756},{"__ignoreMap":99},[757],{"type":40,"tag":105,"props":758,"children":759},{"class":107,"line":108},[760,764,769,774,779,784,788],{"type":40,"tag":105,"props":761,"children":762},{"style":112},[763],{"type":45,"value":15},{"type":40,"tag":105,"props":765,"children":766},{"style":117},[767],{"type":45,"value":768}," checkout",{"type":40,"tag":105,"props":770,"children":771},{"style":117},[772],{"type":45,"value":773}," -b",{"type":40,"tag":105,"props":775,"children":776},{"style":519},[777],{"type":45,"value":778}," \u003C",{"type":40,"tag":105,"props":780,"children":781},{"style":117},[782],{"type":45,"value":783},"branch-nam",{"type":40,"tag":105,"props":785,"children":786},{"style":610},[787],{"type":45,"value":613},{"type":40,"tag":105,"props":789,"children":790},{"style":519},[791],{"type":45,"value":792},">\n",{"type":40,"tag":794,"props":795,"children":796},"br",{},[],{"type":45,"value":798},"Report the final branch name, but do not stop for confirmation.",{"type":40,"tag":54,"props":800,"children":802},{"id":801},"references",[803],{"type":45,"value":804},"References",{"type":40,"tag":71,"props":806,"children":807},{},[808],{"type":40,"tag":65,"props":809,"children":810},{},[811],{"type":40,"tag":812,"props":813,"children":817},"a",{"href":814,"rel":815},"https:\u002F\u002Fdevelop.sentry.dev\u002Fsdk\u002Fgetting-started\u002Fstandards\u002Fcode-submission\u002F#branch-naming",[816],"nofollow",[818],{"type":45,"value":819},"Sentry Branch Naming",{"type":40,"tag":318,"props":821,"children":822},{},[823],{"type":45,"value":824},"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":826,"total":994},[827,852,866,877,891,908,924,938,948,957,963,981],{"slug":828,"name":828,"fn":829,"description":830,"org":831,"tags":832,"stars":849,"repoUrl":850,"updatedAt":851},"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},[833,836,839,842,843,846],{"name":834,"slug":835,"type":16},"Debugging","debugging",{"name":837,"slug":838,"type":16},"iOS","ios",{"name":840,"slug":841,"type":16},"macOS","macos",{"name":9,"slug":8,"type":16},{"name":844,"slug":845,"type":16},"Testing","testing",{"name":847,"slug":848,"type":16},"Xcode","xcode",6176,"https:\u002F\u002Fgithub.com\u002Fgetsentry\u002FXcodeBuildMCP","2026-04-06T18:13:34.8719",{"slug":853,"name":853,"fn":854,"description":855,"org":856,"tags":857,"stars":849,"repoUrl":850,"updatedAt":865},"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},[858,861,862,863,864],{"name":859,"slug":860,"type":16},"CLI","cli",{"name":837,"slug":838,"type":16},{"name":840,"slug":841,"type":16},{"name":844,"slug":845,"type":16},{"name":847,"slug":848,"type":16},"2026-04-06T18:13:36.13414",{"slug":867,"name":867,"fn":868,"description":869,"org":870,"tags":871,"stars":21,"repoUrl":22,"updatedAt":876},"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},[872,875],{"name":873,"slug":874,"type":16},"Documentation","documentation",{"name":18,"slug":19,"type":16},"2026-05-15T06:16:29.695991",{"slug":878,"name":878,"fn":879,"description":880,"org":881,"tags":882,"stars":21,"repoUrl":22,"updatedAt":890},"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},[883,886,887],{"name":884,"slug":885,"type":16},"Communications","communications",{"name":9,"slug":8,"type":16},{"name":888,"slug":889,"type":16},"Technical Writing","technical-writing","2026-05-15T06:16:33.38217",{"slug":892,"name":892,"fn":893,"description":894,"org":895,"tags":896,"stars":21,"repoUrl":22,"updatedAt":907},"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},[897,900,903,904],{"name":898,"slug":899,"type":16},"Branding","branding",{"name":901,"slug":902,"type":16},"Content Creation","content-creation",{"name":9,"slug":8,"type":16},{"name":905,"slug":906,"type":16},"UX Copy","ux-copy","2026-05-15T06:16:22.395707",{"slug":909,"name":909,"fn":910,"description":911,"org":912,"tags":913,"stars":21,"repoUrl":22,"updatedAt":923},"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},[914,917,920],{"name":915,"slug":916,"type":16},"Claude Code","claude-code",{"name":918,"slug":919,"type":16},"Configuration","configuration",{"name":921,"slug":922,"type":16},"Security","security","2026-05-15T06:16:44.335977",{"slug":925,"name":925,"fn":926,"description":927,"org":928,"tags":929,"stars":21,"repoUrl":22,"updatedAt":937},"code-review","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},[930,932,933,936],{"name":931,"slug":925,"type":16},"Code Review",{"name":18,"slug":19,"type":16},{"name":934,"slug":935,"type":16},"Performance","performance",{"name":921,"slug":922,"type":16},"2026-05-15T06:16:35.824864",{"slug":939,"name":939,"fn":940,"description":941,"org":942,"tags":943,"stars":21,"repoUrl":22,"updatedAt":947},"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},[944],{"name":945,"slug":946,"type":16},"Code Analysis","code-analysis","2026-05-15T06:16:32.127981",{"slug":949,"name":949,"fn":950,"description":951,"org":952,"tags":953,"stars":21,"repoUrl":22,"updatedAt":956},"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},[954,955],{"name":14,"slug":15,"type":16},{"name":9,"slug":8,"type":16},"2026-07-18T05:15:10.723937",{"slug":4,"name":4,"fn":5,"description":6,"org":958,"tags":959,"stars":21,"repoUrl":22,"updatedAt":23},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[960,961,962],{"name":18,"slug":19,"type":16},{"name":14,"slug":15,"type":16},{"name":9,"slug":8,"type":16},{"slug":964,"name":964,"fn":965,"description":966,"org":967,"tags":968,"stars":21,"repoUrl":22,"updatedAt":980},"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},[969,972,973,976,979],{"name":970,"slug":971,"type":16},"Access Control","access-control",{"name":945,"slug":946,"type":16},{"name":974,"slug":975,"type":16},"Django","django",{"name":977,"slug":978,"type":16},"Python","python",{"name":921,"slug":922,"type":16},"2026-05-15T06:16:43.098698",{"slug":982,"name":982,"fn":983,"description":984,"org":985,"tags":986,"stars":21,"repoUrl":22,"updatedAt":993},"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},[987,988,991,992],{"name":931,"slug":925,"type":16},{"name":989,"slug":990,"type":16},"Database","database",{"name":974,"slug":975,"type":16},{"name":934,"slug":935,"type":16},"2026-05-15T06:16:24.832813",88,{"items":996,"total":1037},[997,1002,1008,1015,1021,1028,1032],{"slug":867,"name":867,"fn":868,"description":869,"org":998,"tags":999,"stars":21,"repoUrl":22,"updatedAt":876},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1000,1001],{"name":873,"slug":874,"type":16},{"name":18,"slug":19,"type":16},{"slug":878,"name":878,"fn":879,"description":880,"org":1003,"tags":1004,"stars":21,"repoUrl":22,"updatedAt":890},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1005,1006,1007],{"name":884,"slug":885,"type":16},{"name":9,"slug":8,"type":16},{"name":888,"slug":889,"type":16},{"slug":892,"name":892,"fn":893,"description":894,"org":1009,"tags":1010,"stars":21,"repoUrl":22,"updatedAt":907},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1011,1012,1013,1014],{"name":898,"slug":899,"type":16},{"name":901,"slug":902,"type":16},{"name":9,"slug":8,"type":16},{"name":905,"slug":906,"type":16},{"slug":909,"name":909,"fn":910,"description":911,"org":1016,"tags":1017,"stars":21,"repoUrl":22,"updatedAt":923},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1018,1019,1020],{"name":915,"slug":916,"type":16},{"name":918,"slug":919,"type":16},{"name":921,"slug":922,"type":16},{"slug":925,"name":925,"fn":926,"description":927,"org":1022,"tags":1023,"stars":21,"repoUrl":22,"updatedAt":937},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1024,1025,1026,1027],{"name":931,"slug":925,"type":16},{"name":18,"slug":19,"type":16},{"name":934,"slug":935,"type":16},{"name":921,"slug":922,"type":16},{"slug":939,"name":939,"fn":940,"description":941,"org":1029,"tags":1030,"stars":21,"repoUrl":22,"updatedAt":947},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1031],{"name":945,"slug":946,"type":16},{"slug":949,"name":949,"fn":950,"description":951,"org":1033,"tags":1034,"stars":21,"repoUrl":22,"updatedAt":956},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1035,1036],{"name":14,"slug":15,"type":16},{"name":9,"slug":8,"type":16},28]