[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-sentry-linear-initiative":3,"mdc-x52p5c-key":35,"related-repo-sentry-linear-initiative":1228,"related-org-sentry-linear-initiative":1332},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":12,"stars":24,"repoUrl":25,"updatedAt":26,"license":27,"forks":28,"topics":29,"repo":31,"sourceUrl":33,"mdContent":34},"linear-initiative","create Linear projects from initiatives","Creates Linear projects for SDK repositories based on a Linear initiative. Use when rolling out a feature across multiple SDKs, creating SDK projects from initiative, or setting up cross-SDK alignment work.",{"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,23],{"name":14,"slug":15,"type":16},"Operations","operations","tag",{"name":18,"slug":19,"type":16},"Product Management","product-management",{"name":21,"slug":22,"type":16},"SDK","sdk",{"name":9,"slug":8,"type":16},2,"https:\u002F\u002Fgithub.com\u002Fgetsentry\u002Fsdk-skills","2026-04-06T18:14:54.704594",null,0,[30],"tag-production",{"repoUrl":25,"stars":24,"forks":28,"topics":32,"description":27},[30],"https:\u002F\u002Fgithub.com\u002Fgetsentry\u002Fsdk-skills\u002Ftree\u002FHEAD\u002Fplugins\u002Fsentry-sdk-skills\u002Fskills\u002Flinear-initiative","---\nname: linear-initiative\ndescription: Creates Linear projects for SDK repositories based on a Linear initiative. Use when rolling out a feature across multiple SDKs, creating SDK projects from initiative, or setting up cross-SDK alignment work.\nallowed-tools: Read mcp__linear-server__query_data mcp__linear-server__list_teams mcp__linear-server__list_projects mcp__linear-server__create_project mcp__linear-server__get_project mcp__linear-server__update_project mcp__linear-server__create_issue AskUserQuestion\ncompatibility: Requires the Linear MCP server to be configured\n---\n\n# Linear Project Creator\n\nUses the content of a Linear initiative and creates projects for selected SDKs.\n\n## Requirements\n\nThis skill requires the [Linear MCP server](https:\u002F\u002Fgithub.com\u002Flinear\u002Flinear-mcp) to be configured.\n\n## SDK Teams\n\nOnly teams with Enabled=Yes are included when creating projects.\n\n| Team | Suffix | Category | Enabled |\n|------|--------|----------|---------|\n| sentry-java | Android | Mobile | Yes |\n| sentry-capacitor | Capacitor | JavaScript, Mobile | Yes |\n| sentry-cocoa | Apple | Mobile | Yes |\n| sentry-dart | Dart\u002FFlutter | Mobile | Yes |\n| sentry-dotnet | .NET | Backend | Yes |\n| sentry-electron | Electron | JavaScript | Yes |\n| sentry-elixir | Elixir | Backend | Yes |\n| sentry-go | Go | Backend | Yes |\n| sentry-godot | Godot | Gaming | Yes |\n| sentry-java | Java | Backend | Yes |\n| sentry-javascript | JavaScript | JavaScript | Yes |\n| sentry-kotlin-multiplatform | KMP | Mobile | Yes |\n| sentry-laravel | Laravel | Backend | Yes |\n| sentry-lynx | Lynx | Mobile | No |\n| sentry-native | Native | Gaming | Yes |\n| sentry-php | PHP | Backend | Yes |\n| sentry-powershell | PowerShell | Backend | No |\n| sentry-python | Python | Backend | Yes |\n| sentry-react-native | React Native | JavaScript, Mobile | Yes |\n| sentry-ruby | Ruby | Backend | Yes |\n| sentry-rust | Rust | Backend | Yes |\n| sentry-symfony | Symfony | Backend | Yes |\n| sentry-unity | Unity | Gaming | Yes |\n| sentry-unreal | Unreal | Gaming | Yes |\n\n## Project Naming\n\n**Naming rules**:\n1. Remove any text in parentheses or brackets from the initiative name\n2. Add suffix in square brackets\n\n**Format**: `[Clean Initiative Name] [[Suffix]]`\n\nExample: Initiative \"SDK Handling HTTP 413 (Content Too Large)\" → \"SDK Handling HTTP 413 [Python]\"\n\n## Instructions\n\n1. **Get the initiative identifier** from the user if not provided. This can be an initiative ID, name, or URL.\n\n2. **Fetch the initiative details** using `mcp__linear-server__query_data`:\n   ```\n   Query: \"Get initiative [identifier] with its name, description, targetDate, and any associated projects\"\n   ```\n\n3. **Present initiative summary** to the user including:\n   - Initiative name\n   - Description\u002Fcontent\n   - Target date (if set)\n   - Any existing projects already linked\n\n4. **Ask which SDK teams** should have projects created. Present options:\n   - All SDK teams (all enabled teams from the table)\n   - By category: JavaScript, Backend, Mobile, or Gaming (filter by Category column, only enabled)\n   - Individual selection (let user specify specific teams)\n\n5. **If user selects individual**, ask them to specify which teams from the table.\n\n6. **Ask about project naming**:\n   - Default: Use initiative name with team suffix (e.g., \"Session Replay [Python]\")\n   - No suffix: Use initiative name only (same name for all projects)\n   - Custom: Let user specify a custom naming pattern\n\n7. **For each selected team**, create a project using `mcp__linear-server__create_project`:\n   - **name**: Use the initiative name with suffix from the SDK Teams table (if suffixes enabled)\n   - **team**: The team name\n   - **description**: \"Have a look at the [initiative](\u003Cinitiative-url>) for a full description of this project.\"\n   - **initiative**: Link to the source initiative\n   - **state**: Set to \"Backlog\" (use status ID `d4127831-7550-41f2-918c-d7699c6c7b95`)\n   - **targetDate**: If the initiative has a target date set, apply it to the project\n\n8. **Report results** showing:\n   - Successfully created projects with links\n   - Any failures and reasons\n\n9. **(Optional) Ask about creating issues** in each project:\n   - Warn the user: \"Issues may be automatically synced to GitHub. Do you want to create an issue in each project?\"\n   - **Require explicit confirmation** before proceeding\n   - If confirmed, ask for issue content preference:\n     - **Full description**: Use the complete initiative description as the issue body\n     - **Placeholder**: \"Have a look at the [initiative](\u003Cinitiative-url>) for a full description.\"\n   - Create one issue per project using `mcp__linear-server__create_issue`:\n     - **title**: Same as project name (e.g., \"SDK Handling HTTP 413 [Python]\")\n     - **team**: The team name\n     - **project**: Link to the created project\n     - **description**: Based on user's choice above\n\n## Example Usage\n\nUser: \"Create projects for the Session Replay initiative across all Mobile SDKs\"\n\nResponse flow:\n1. Fetch \"Session Replay\" initiative details\n2. Confirm the initiative found is correct\n3. Ask about naming preference (with suffix, no suffix, or custom)\n4. Create projects with names like:\n   - \"Session Replay [Android]\" (sentry-java)\n   - \"Session Replay [Capacitor]\" (sentry-capacitor)\n   - \"Session Replay [Apple]\" (sentry-cocoa)\n   - \"Session Replay [Dart\u002FFlutter]\" (sentry-dart)\n   - etc.\n5. Report created project links\n\n## Notes\n\n- Always confirm the initiative details before creating projects\n- Check for existing projects to avoid duplicates\n- Projects are automatically linked to the initiative when the `initiative` parameter is provided\n- If a project already exists for a team under this initiative, skip it and notify the user\n- **GitHub Sync Warning**: Some teams have Linear-GitHub sync enabled. Issues created in Linear may automatically create corresponding GitHub issues. Always confirm with the user before creating issues.\n",{"data":36,"body":39},{"name":4,"description":6,"allowed-tools":37,"compatibility":38},"Read mcp__linear-server__query_data mcp__linear-server__list_teams mcp__linear-server__list_projects mcp__linear-server__create_project mcp__linear-server__get_project mcp__linear-server__update_project mcp__linear-server__create_issue AskUserQuestion","Requires the Linear MCP server to be configured",{"type":40,"children":41},"root",[42,51,57,64,80,86,91,638,644,655,670,687,699,705,1089,1095,1100,1105,1182,1188],{"type":43,"tag":44,"props":45,"children":47},"element","h1",{"id":46},"linear-project-creator",[48],{"type":49,"value":50},"text","Linear Project Creator",{"type":43,"tag":52,"props":53,"children":54},"p",{},[55],{"type":49,"value":56},"Uses the content of a Linear initiative and creates projects for selected SDKs.",{"type":43,"tag":58,"props":59,"children":61},"h2",{"id":60},"requirements",[62],{"type":49,"value":63},"Requirements",{"type":43,"tag":52,"props":65,"children":66},{},[67,69,78],{"type":49,"value":68},"This skill requires the ",{"type":43,"tag":70,"props":71,"children":75},"a",{"href":72,"rel":73},"https:\u002F\u002Fgithub.com\u002Flinear\u002Flinear-mcp",[74],"nofollow",[76],{"type":49,"value":77},"Linear MCP server",{"type":49,"value":79}," to be configured.",{"type":43,"tag":58,"props":81,"children":83},{"id":82},"sdk-teams",[84],{"type":49,"value":85},"SDK Teams",{"type":43,"tag":52,"props":87,"children":88},{},[89],{"type":49,"value":90},"Only teams with Enabled=Yes are included when creating projects.",{"type":43,"tag":92,"props":93,"children":94},"table",{},[95,124],{"type":43,"tag":96,"props":97,"children":98},"thead",{},[99],{"type":43,"tag":100,"props":101,"children":102},"tr",{},[103,109,114,119],{"type":43,"tag":104,"props":105,"children":106},"th",{},[107],{"type":49,"value":108},"Team",{"type":43,"tag":104,"props":110,"children":111},{},[112],{"type":49,"value":113},"Suffix",{"type":43,"tag":104,"props":115,"children":116},{},[117],{"type":49,"value":118},"Category",{"type":43,"tag":104,"props":120,"children":121},{},[122],{"type":49,"value":123},"Enabled",{"type":43,"tag":125,"props":126,"children":127},"tbody",{},[128,152,174,195,216,238,260,281,302,324,344,364,385,406,428,449,470,491,512,533,554,575,596,617],{"type":43,"tag":100,"props":129,"children":130},{},[131,137,142,147],{"type":43,"tag":132,"props":133,"children":134},"td",{},[135],{"type":49,"value":136},"sentry-java",{"type":43,"tag":132,"props":138,"children":139},{},[140],{"type":49,"value":141},"Android",{"type":43,"tag":132,"props":143,"children":144},{},[145],{"type":49,"value":146},"Mobile",{"type":43,"tag":132,"props":148,"children":149},{},[150],{"type":49,"value":151},"Yes",{"type":43,"tag":100,"props":153,"children":154},{},[155,160,165,170],{"type":43,"tag":132,"props":156,"children":157},{},[158],{"type":49,"value":159},"sentry-capacitor",{"type":43,"tag":132,"props":161,"children":162},{},[163],{"type":49,"value":164},"Capacitor",{"type":43,"tag":132,"props":166,"children":167},{},[168],{"type":49,"value":169},"JavaScript, Mobile",{"type":43,"tag":132,"props":171,"children":172},{},[173],{"type":49,"value":151},{"type":43,"tag":100,"props":175,"children":176},{},[177,182,187,191],{"type":43,"tag":132,"props":178,"children":179},{},[180],{"type":49,"value":181},"sentry-cocoa",{"type":43,"tag":132,"props":183,"children":184},{},[185],{"type":49,"value":186},"Apple",{"type":43,"tag":132,"props":188,"children":189},{},[190],{"type":49,"value":146},{"type":43,"tag":132,"props":192,"children":193},{},[194],{"type":49,"value":151},{"type":43,"tag":100,"props":196,"children":197},{},[198,203,208,212],{"type":43,"tag":132,"props":199,"children":200},{},[201],{"type":49,"value":202},"sentry-dart",{"type":43,"tag":132,"props":204,"children":205},{},[206],{"type":49,"value":207},"Dart\u002FFlutter",{"type":43,"tag":132,"props":209,"children":210},{},[211],{"type":49,"value":146},{"type":43,"tag":132,"props":213,"children":214},{},[215],{"type":49,"value":151},{"type":43,"tag":100,"props":217,"children":218},{},[219,224,229,234],{"type":43,"tag":132,"props":220,"children":221},{},[222],{"type":49,"value":223},"sentry-dotnet",{"type":43,"tag":132,"props":225,"children":226},{},[227],{"type":49,"value":228},".NET",{"type":43,"tag":132,"props":230,"children":231},{},[232],{"type":49,"value":233},"Backend",{"type":43,"tag":132,"props":235,"children":236},{},[237],{"type":49,"value":151},{"type":43,"tag":100,"props":239,"children":240},{},[241,246,251,256],{"type":43,"tag":132,"props":242,"children":243},{},[244],{"type":49,"value":245},"sentry-electron",{"type":43,"tag":132,"props":247,"children":248},{},[249],{"type":49,"value":250},"Electron",{"type":43,"tag":132,"props":252,"children":253},{},[254],{"type":49,"value":255},"JavaScript",{"type":43,"tag":132,"props":257,"children":258},{},[259],{"type":49,"value":151},{"type":43,"tag":100,"props":261,"children":262},{},[263,268,273,277],{"type":43,"tag":132,"props":264,"children":265},{},[266],{"type":49,"value":267},"sentry-elixir",{"type":43,"tag":132,"props":269,"children":270},{},[271],{"type":49,"value":272},"Elixir",{"type":43,"tag":132,"props":274,"children":275},{},[276],{"type":49,"value":233},{"type":43,"tag":132,"props":278,"children":279},{},[280],{"type":49,"value":151},{"type":43,"tag":100,"props":282,"children":283},{},[284,289,294,298],{"type":43,"tag":132,"props":285,"children":286},{},[287],{"type":49,"value":288},"sentry-go",{"type":43,"tag":132,"props":290,"children":291},{},[292],{"type":49,"value":293},"Go",{"type":43,"tag":132,"props":295,"children":296},{},[297],{"type":49,"value":233},{"type":43,"tag":132,"props":299,"children":300},{},[301],{"type":49,"value":151},{"type":43,"tag":100,"props":303,"children":304},{},[305,310,315,320],{"type":43,"tag":132,"props":306,"children":307},{},[308],{"type":49,"value":309},"sentry-godot",{"type":43,"tag":132,"props":311,"children":312},{},[313],{"type":49,"value":314},"Godot",{"type":43,"tag":132,"props":316,"children":317},{},[318],{"type":49,"value":319},"Gaming",{"type":43,"tag":132,"props":321,"children":322},{},[323],{"type":49,"value":151},{"type":43,"tag":100,"props":325,"children":326},{},[327,331,336,340],{"type":43,"tag":132,"props":328,"children":329},{},[330],{"type":49,"value":136},{"type":43,"tag":132,"props":332,"children":333},{},[334],{"type":49,"value":335},"Java",{"type":43,"tag":132,"props":337,"children":338},{},[339],{"type":49,"value":233},{"type":43,"tag":132,"props":341,"children":342},{},[343],{"type":49,"value":151},{"type":43,"tag":100,"props":345,"children":346},{},[347,352,356,360],{"type":43,"tag":132,"props":348,"children":349},{},[350],{"type":49,"value":351},"sentry-javascript",{"type":43,"tag":132,"props":353,"children":354},{},[355],{"type":49,"value":255},{"type":43,"tag":132,"props":357,"children":358},{},[359],{"type":49,"value":255},{"type":43,"tag":132,"props":361,"children":362},{},[363],{"type":49,"value":151},{"type":43,"tag":100,"props":365,"children":366},{},[367,372,377,381],{"type":43,"tag":132,"props":368,"children":369},{},[370],{"type":49,"value":371},"sentry-kotlin-multiplatform",{"type":43,"tag":132,"props":373,"children":374},{},[375],{"type":49,"value":376},"KMP",{"type":43,"tag":132,"props":378,"children":379},{},[380],{"type":49,"value":146},{"type":43,"tag":132,"props":382,"children":383},{},[384],{"type":49,"value":151},{"type":43,"tag":100,"props":386,"children":387},{},[388,393,398,402],{"type":43,"tag":132,"props":389,"children":390},{},[391],{"type":49,"value":392},"sentry-laravel",{"type":43,"tag":132,"props":394,"children":395},{},[396],{"type":49,"value":397},"Laravel",{"type":43,"tag":132,"props":399,"children":400},{},[401],{"type":49,"value":233},{"type":43,"tag":132,"props":403,"children":404},{},[405],{"type":49,"value":151},{"type":43,"tag":100,"props":407,"children":408},{},[409,414,419,423],{"type":43,"tag":132,"props":410,"children":411},{},[412],{"type":49,"value":413},"sentry-lynx",{"type":43,"tag":132,"props":415,"children":416},{},[417],{"type":49,"value":418},"Lynx",{"type":43,"tag":132,"props":420,"children":421},{},[422],{"type":49,"value":146},{"type":43,"tag":132,"props":424,"children":425},{},[426],{"type":49,"value":427},"No",{"type":43,"tag":100,"props":429,"children":430},{},[431,436,441,445],{"type":43,"tag":132,"props":432,"children":433},{},[434],{"type":49,"value":435},"sentry-native",{"type":43,"tag":132,"props":437,"children":438},{},[439],{"type":49,"value":440},"Native",{"type":43,"tag":132,"props":442,"children":443},{},[444],{"type":49,"value":319},{"type":43,"tag":132,"props":446,"children":447},{},[448],{"type":49,"value":151},{"type":43,"tag":100,"props":450,"children":451},{},[452,457,462,466],{"type":43,"tag":132,"props":453,"children":454},{},[455],{"type":49,"value":456},"sentry-php",{"type":43,"tag":132,"props":458,"children":459},{},[460],{"type":49,"value":461},"PHP",{"type":43,"tag":132,"props":463,"children":464},{},[465],{"type":49,"value":233},{"type":43,"tag":132,"props":467,"children":468},{},[469],{"type":49,"value":151},{"type":43,"tag":100,"props":471,"children":472},{},[473,478,483,487],{"type":43,"tag":132,"props":474,"children":475},{},[476],{"type":49,"value":477},"sentry-powershell",{"type":43,"tag":132,"props":479,"children":480},{},[481],{"type":49,"value":482},"PowerShell",{"type":43,"tag":132,"props":484,"children":485},{},[486],{"type":49,"value":233},{"type":43,"tag":132,"props":488,"children":489},{},[490],{"type":49,"value":427},{"type":43,"tag":100,"props":492,"children":493},{},[494,499,504,508],{"type":43,"tag":132,"props":495,"children":496},{},[497],{"type":49,"value":498},"sentry-python",{"type":43,"tag":132,"props":500,"children":501},{},[502],{"type":49,"value":503},"Python",{"type":43,"tag":132,"props":505,"children":506},{},[507],{"type":49,"value":233},{"type":43,"tag":132,"props":509,"children":510},{},[511],{"type":49,"value":151},{"type":43,"tag":100,"props":513,"children":514},{},[515,520,525,529],{"type":43,"tag":132,"props":516,"children":517},{},[518],{"type":49,"value":519},"sentry-react-native",{"type":43,"tag":132,"props":521,"children":522},{},[523],{"type":49,"value":524},"React Native",{"type":43,"tag":132,"props":526,"children":527},{},[528],{"type":49,"value":169},{"type":43,"tag":132,"props":530,"children":531},{},[532],{"type":49,"value":151},{"type":43,"tag":100,"props":534,"children":535},{},[536,541,546,550],{"type":43,"tag":132,"props":537,"children":538},{},[539],{"type":49,"value":540},"sentry-ruby",{"type":43,"tag":132,"props":542,"children":543},{},[544],{"type":49,"value":545},"Ruby",{"type":43,"tag":132,"props":547,"children":548},{},[549],{"type":49,"value":233},{"type":43,"tag":132,"props":551,"children":552},{},[553],{"type":49,"value":151},{"type":43,"tag":100,"props":555,"children":556},{},[557,562,567,571],{"type":43,"tag":132,"props":558,"children":559},{},[560],{"type":49,"value":561},"sentry-rust",{"type":43,"tag":132,"props":563,"children":564},{},[565],{"type":49,"value":566},"Rust",{"type":43,"tag":132,"props":568,"children":569},{},[570],{"type":49,"value":233},{"type":43,"tag":132,"props":572,"children":573},{},[574],{"type":49,"value":151},{"type":43,"tag":100,"props":576,"children":577},{},[578,583,588,592],{"type":43,"tag":132,"props":579,"children":580},{},[581],{"type":49,"value":582},"sentry-symfony",{"type":43,"tag":132,"props":584,"children":585},{},[586],{"type":49,"value":587},"Symfony",{"type":43,"tag":132,"props":589,"children":590},{},[591],{"type":49,"value":233},{"type":43,"tag":132,"props":593,"children":594},{},[595],{"type":49,"value":151},{"type":43,"tag":100,"props":597,"children":598},{},[599,604,609,613],{"type":43,"tag":132,"props":600,"children":601},{},[602],{"type":49,"value":603},"sentry-unity",{"type":43,"tag":132,"props":605,"children":606},{},[607],{"type":49,"value":608},"Unity",{"type":43,"tag":132,"props":610,"children":611},{},[612],{"type":49,"value":319},{"type":43,"tag":132,"props":614,"children":615},{},[616],{"type":49,"value":151},{"type":43,"tag":100,"props":618,"children":619},{},[620,625,630,634],{"type":43,"tag":132,"props":621,"children":622},{},[623],{"type":49,"value":624},"sentry-unreal",{"type":43,"tag":132,"props":626,"children":627},{},[628],{"type":49,"value":629},"Unreal",{"type":43,"tag":132,"props":631,"children":632},{},[633],{"type":49,"value":319},{"type":43,"tag":132,"props":635,"children":636},{},[637],{"type":49,"value":151},{"type":43,"tag":58,"props":639,"children":641},{"id":640},"project-naming",[642],{"type":49,"value":643},"Project Naming",{"type":43,"tag":52,"props":645,"children":646},{},[647,653],{"type":43,"tag":648,"props":649,"children":650},"strong",{},[651],{"type":49,"value":652},"Naming rules",{"type":49,"value":654},":",{"type":43,"tag":656,"props":657,"children":658},"ol",{},[659,665],{"type":43,"tag":660,"props":661,"children":662},"li",{},[663],{"type":49,"value":664},"Remove any text in parentheses or brackets from the initiative name",{"type":43,"tag":660,"props":666,"children":667},{},[668],{"type":49,"value":669},"Add suffix in square brackets",{"type":43,"tag":52,"props":671,"children":672},{},[673,678,680],{"type":43,"tag":648,"props":674,"children":675},{},[676],{"type":49,"value":677},"Format",{"type":49,"value":679},": ",{"type":43,"tag":681,"props":682,"children":684},"code",{"className":683},[],[685],{"type":49,"value":686},"[Clean Initiative Name] [[Suffix]]",{"type":43,"tag":52,"props":688,"children":689},{},[690,692,697],{"type":49,"value":691},"Example: Initiative \"SDK Handling HTTP 413 (Content Too Large)\" → \"SDK Handling HTTP 413 ",{"type":43,"tag":693,"props":694,"children":695},"span",{},[696],{"type":49,"value":503},{"type":49,"value":698},"\"",{"type":43,"tag":58,"props":700,"children":702},{"id":701},"instructions",[703],{"type":49,"value":704},"Instructions",{"type":43,"tag":656,"props":706,"children":707},{},[708,718,747,781,809,819,852,947,970],{"type":43,"tag":660,"props":709,"children":710},{},[711,716],{"type":43,"tag":648,"props":712,"children":713},{},[714],{"type":49,"value":715},"Get the initiative identifier",{"type":49,"value":717}," from the user if not provided. This can be an initiative ID, name, or URL.",{"type":43,"tag":660,"props":719,"children":720},{},[721,726,728,734,735],{"type":43,"tag":648,"props":722,"children":723},{},[724],{"type":49,"value":725},"Fetch the initiative details",{"type":49,"value":727}," using ",{"type":43,"tag":681,"props":729,"children":731},{"className":730},[],[732],{"type":49,"value":733},"mcp__linear-server__query_data",{"type":49,"value":654},{"type":43,"tag":736,"props":737,"children":741},"pre",{"className":738,"code":740,"language":49},[739],"language-text","Query: \"Get initiative [identifier] with its name, description, targetDate, and any associated projects\"\n",[742],{"type":43,"tag":681,"props":743,"children":745},{"__ignoreMap":744},"",[746],{"type":49,"value":740},{"type":43,"tag":660,"props":748,"children":749},{},[750,755,757],{"type":43,"tag":648,"props":751,"children":752},{},[753],{"type":49,"value":754},"Present initiative summary",{"type":49,"value":756}," to the user including:",{"type":43,"tag":758,"props":759,"children":760},"ul",{},[761,766,771,776],{"type":43,"tag":660,"props":762,"children":763},{},[764],{"type":49,"value":765},"Initiative name",{"type":43,"tag":660,"props":767,"children":768},{},[769],{"type":49,"value":770},"Description\u002Fcontent",{"type":43,"tag":660,"props":772,"children":773},{},[774],{"type":49,"value":775},"Target date (if set)",{"type":43,"tag":660,"props":777,"children":778},{},[779],{"type":49,"value":780},"Any existing projects already linked",{"type":43,"tag":660,"props":782,"children":783},{},[784,789,791],{"type":43,"tag":648,"props":785,"children":786},{},[787],{"type":49,"value":788},"Ask which SDK teams",{"type":49,"value":790}," should have projects created. Present options:",{"type":43,"tag":758,"props":792,"children":793},{},[794,799,804],{"type":43,"tag":660,"props":795,"children":796},{},[797],{"type":49,"value":798},"All SDK teams (all enabled teams from the table)",{"type":43,"tag":660,"props":800,"children":801},{},[802],{"type":49,"value":803},"By category: JavaScript, Backend, Mobile, or Gaming (filter by Category column, only enabled)",{"type":43,"tag":660,"props":805,"children":806},{},[807],{"type":49,"value":808},"Individual selection (let user specify specific teams)",{"type":43,"tag":660,"props":810,"children":811},{},[812,817],{"type":43,"tag":648,"props":813,"children":814},{},[815],{"type":49,"value":816},"If user selects individual",{"type":49,"value":818},", ask them to specify which teams from the table.",{"type":43,"tag":660,"props":820,"children":821},{},[822,827,828],{"type":43,"tag":648,"props":823,"children":824},{},[825],{"type":49,"value":826},"Ask about project naming",{"type":49,"value":654},{"type":43,"tag":758,"props":829,"children":830},{},[831,842,847],{"type":43,"tag":660,"props":832,"children":833},{},[834,836,840],{"type":49,"value":835},"Default: Use initiative name with team suffix (e.g., \"Session Replay ",{"type":43,"tag":693,"props":837,"children":838},{},[839],{"type":49,"value":503},{"type":49,"value":841},"\")",{"type":43,"tag":660,"props":843,"children":844},{},[845],{"type":49,"value":846},"No suffix: Use initiative name only (same name for all projects)",{"type":43,"tag":660,"props":848,"children":849},{},[850],{"type":49,"value":851},"Custom: Let user specify a custom naming pattern",{"type":43,"tag":660,"props":853,"children":854},{},[855,860,862,868,869],{"type":43,"tag":648,"props":856,"children":857},{},[858],{"type":49,"value":859},"For each selected team",{"type":49,"value":861},", create a project using ",{"type":43,"tag":681,"props":863,"children":865},{"className":864},[],[866],{"type":49,"value":867},"mcp__linear-server__create_project",{"type":49,"value":654},{"type":43,"tag":758,"props":870,"children":871},{},[872,882,892,910,919,937],{"type":43,"tag":660,"props":873,"children":874},{},[875,880],{"type":43,"tag":648,"props":876,"children":877},{},[878],{"type":49,"value":879},"name",{"type":49,"value":881},": Use the initiative name with suffix from the SDK Teams table (if suffixes enabled)",{"type":43,"tag":660,"props":883,"children":884},{},[885,890],{"type":43,"tag":648,"props":886,"children":887},{},[888],{"type":49,"value":889},"team",{"type":49,"value":891},": The team name",{"type":43,"tag":660,"props":893,"children":894},{},[895,900,902,908],{"type":43,"tag":648,"props":896,"children":897},{},[898],{"type":49,"value":899},"description",{"type":49,"value":901},": \"Have a look at the ",{"type":43,"tag":70,"props":903,"children":905},{"href":904},"initiative-url",[906],{"type":49,"value":907},"initiative",{"type":49,"value":909}," for a full description of this project.\"",{"type":43,"tag":660,"props":911,"children":912},{},[913,917],{"type":43,"tag":648,"props":914,"children":915},{},[916],{"type":49,"value":907},{"type":49,"value":918},": Link to the source initiative",{"type":43,"tag":660,"props":920,"children":921},{},[922,927,929,935],{"type":43,"tag":648,"props":923,"children":924},{},[925],{"type":49,"value":926},"state",{"type":49,"value":928},": Set to \"Backlog\" (use status ID ",{"type":43,"tag":681,"props":930,"children":932},{"className":931},[],[933],{"type":49,"value":934},"d4127831-7550-41f2-918c-d7699c6c7b95",{"type":49,"value":936},")",{"type":43,"tag":660,"props":938,"children":939},{},[940,945],{"type":43,"tag":648,"props":941,"children":942},{},[943],{"type":49,"value":944},"targetDate",{"type":49,"value":946},": If the initiative has a target date set, apply it to the project",{"type":43,"tag":660,"props":948,"children":949},{},[950,955,957],{"type":43,"tag":648,"props":951,"children":952},{},[953],{"type":49,"value":954},"Report results",{"type":49,"value":956}," showing:",{"type":43,"tag":758,"props":958,"children":959},{},[960,965],{"type":43,"tag":660,"props":961,"children":962},{},[963],{"type":49,"value":964},"Successfully created projects with links",{"type":43,"tag":660,"props":966,"children":967},{},[968],{"type":49,"value":969},"Any failures and reasons",{"type":43,"tag":660,"props":971,"children":972},{},[973,978,980],{"type":43,"tag":648,"props":974,"children":975},{},[976],{"type":49,"value":977},"(Optional) Ask about creating issues",{"type":49,"value":979}," in each project:",{"type":43,"tag":758,"props":981,"children":982},{},[983,988,998,1031],{"type":43,"tag":660,"props":984,"children":985},{},[986],{"type":49,"value":987},"Warn the user: \"Issues may be automatically synced to GitHub. Do you want to create an issue in each project?\"",{"type":43,"tag":660,"props":989,"children":990},{},[991,996],{"type":43,"tag":648,"props":992,"children":993},{},[994],{"type":49,"value":995},"Require explicit confirmation",{"type":49,"value":997}," before proceeding",{"type":43,"tag":660,"props":999,"children":1000},{},[1001,1003],{"type":49,"value":1002},"If confirmed, ask for issue content preference:\n",{"type":43,"tag":758,"props":1004,"children":1005},{},[1006,1016],{"type":43,"tag":660,"props":1007,"children":1008},{},[1009,1014],{"type":43,"tag":648,"props":1010,"children":1011},{},[1012],{"type":49,"value":1013},"Full description",{"type":49,"value":1015},": Use the complete initiative description as the issue body",{"type":43,"tag":660,"props":1017,"children":1018},{},[1019,1024,1025,1029],{"type":43,"tag":648,"props":1020,"children":1021},{},[1022],{"type":49,"value":1023},"Placeholder",{"type":49,"value":901},{"type":43,"tag":70,"props":1026,"children":1027},{"href":904},[1028],{"type":49,"value":907},{"type":49,"value":1030}," for a full description.\"",{"type":43,"tag":660,"props":1032,"children":1033},{},[1034,1036,1042,1044],{"type":49,"value":1035},"Create one issue per project using ",{"type":43,"tag":681,"props":1037,"children":1039},{"className":1038},[],[1040],{"type":49,"value":1041},"mcp__linear-server__create_issue",{"type":49,"value":1043},":\n",{"type":43,"tag":758,"props":1045,"children":1046},{},[1047,1062,1070,1080],{"type":43,"tag":660,"props":1048,"children":1049},{},[1050,1055,1057,1061],{"type":43,"tag":648,"props":1051,"children":1052},{},[1053],{"type":49,"value":1054},"title",{"type":49,"value":1056},": Same as project name (e.g., \"SDK Handling HTTP 413 ",{"type":43,"tag":693,"props":1058,"children":1059},{},[1060],{"type":49,"value":503},{"type":49,"value":841},{"type":43,"tag":660,"props":1063,"children":1064},{},[1065,1069],{"type":43,"tag":648,"props":1066,"children":1067},{},[1068],{"type":49,"value":889},{"type":49,"value":891},{"type":43,"tag":660,"props":1071,"children":1072},{},[1073,1078],{"type":43,"tag":648,"props":1074,"children":1075},{},[1076],{"type":49,"value":1077},"project",{"type":49,"value":1079},": Link to the created project",{"type":43,"tag":660,"props":1081,"children":1082},{},[1083,1087],{"type":43,"tag":648,"props":1084,"children":1085},{},[1086],{"type":49,"value":899},{"type":49,"value":1088},": Based on user's choice above",{"type":43,"tag":58,"props":1090,"children":1092},{"id":1091},"example-usage",[1093],{"type":49,"value":1094},"Example Usage",{"type":43,"tag":52,"props":1096,"children":1097},{},[1098],{"type":49,"value":1099},"User: \"Create projects for the Session Replay initiative across all Mobile SDKs\"",{"type":43,"tag":52,"props":1101,"children":1102},{},[1103],{"type":49,"value":1104},"Response flow:",{"type":43,"tag":656,"props":1106,"children":1107},{},[1108,1113,1118,1123,1177],{"type":43,"tag":660,"props":1109,"children":1110},{},[1111],{"type":49,"value":1112},"Fetch \"Session Replay\" initiative details",{"type":43,"tag":660,"props":1114,"children":1115},{},[1116],{"type":49,"value":1117},"Confirm the initiative found is correct",{"type":43,"tag":660,"props":1119,"children":1120},{},[1121],{"type":49,"value":1122},"Ask about naming preference (with suffix, no suffix, or custom)",{"type":43,"tag":660,"props":1124,"children":1125},{},[1126,1128],{"type":49,"value":1127},"Create projects with names like:\n",{"type":43,"tag":758,"props":1129,"children":1130},{},[1131,1142,1152,1162,1172],{"type":43,"tag":660,"props":1132,"children":1133},{},[1134,1136,1140],{"type":49,"value":1135},"\"Session Replay ",{"type":43,"tag":693,"props":1137,"children":1138},{},[1139],{"type":49,"value":141},{"type":49,"value":1141},"\" (sentry-java)",{"type":43,"tag":660,"props":1143,"children":1144},{},[1145,1146,1150],{"type":49,"value":1135},{"type":43,"tag":693,"props":1147,"children":1148},{},[1149],{"type":49,"value":164},{"type":49,"value":1151},"\" (sentry-capacitor)",{"type":43,"tag":660,"props":1153,"children":1154},{},[1155,1156,1160],{"type":49,"value":1135},{"type":43,"tag":693,"props":1157,"children":1158},{},[1159],{"type":49,"value":186},{"type":49,"value":1161},"\" (sentry-cocoa)",{"type":43,"tag":660,"props":1163,"children":1164},{},[1165,1166,1170],{"type":49,"value":1135},{"type":43,"tag":693,"props":1167,"children":1168},{},[1169],{"type":49,"value":207},{"type":49,"value":1171},"\" (sentry-dart)",{"type":43,"tag":660,"props":1173,"children":1174},{},[1175],{"type":49,"value":1176},"etc.",{"type":43,"tag":660,"props":1178,"children":1179},{},[1180],{"type":49,"value":1181},"Report created project links",{"type":43,"tag":58,"props":1183,"children":1185},{"id":1184},"notes",[1186],{"type":49,"value":1187},"Notes",{"type":43,"tag":758,"props":1189,"children":1190},{},[1191,1196,1201,1213,1218],{"type":43,"tag":660,"props":1192,"children":1193},{},[1194],{"type":49,"value":1195},"Always confirm the initiative details before creating projects",{"type":43,"tag":660,"props":1197,"children":1198},{},[1199],{"type":49,"value":1200},"Check for existing projects to avoid duplicates",{"type":43,"tag":660,"props":1202,"children":1203},{},[1204,1206,1211],{"type":49,"value":1205},"Projects are automatically linked to the initiative when the ",{"type":43,"tag":681,"props":1207,"children":1209},{"className":1208},[],[1210],{"type":49,"value":907},{"type":49,"value":1212}," parameter is provided",{"type":43,"tag":660,"props":1214,"children":1215},{},[1216],{"type":49,"value":1217},"If a project already exists for a team under this initiative, skip it and notify the user",{"type":43,"tag":660,"props":1219,"children":1220},{},[1221,1226],{"type":43,"tag":648,"props":1222,"children":1223},{},[1224],{"type":49,"value":1225},"GitHub Sync Warning",{"type":49,"value":1227},": Some teams have Linear-GitHub sync enabled. Issues created in Linear may automatically create corresponding GitHub issues. Always confirm with the user before creating issues.",{"items":1229,"total":1331},[1230,1247,1264,1271,1289,1300,1313],{"slug":1231,"name":1231,"fn":1232,"description":1233,"org":1234,"tags":1235,"stars":24,"repoUrl":25,"updatedAt":1246},"contributing-md","generate standardized CONTRIBUTING.md files","Generate or align a CONTRIBUTING.md for a Sentry SDK repository with the develop.sentry.dev standard template. Use when asked to \"create contributing.md\", \"update contributing.md\", \"align contributing docs\", \"standardize contributor docs\", or when the contributing guide is outdated, missing sections, or does not exist.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1236,1239,1242,1243],{"name":1237,"slug":1238,"type":16},"Documentation","documentation",{"name":1240,"slug":1241,"type":16},"GitHub","github",{"name":9,"slug":8,"type":16},{"name":1244,"slug":1245,"type":16},"Technical Writing","technical-writing","2026-04-06T18:14:57.157686",{"slug":1248,"name":1248,"fn":1249,"description":1250,"org":1251,"tags":1252,"stars":24,"repoUrl":25,"updatedAt":1263},"daily-update","generate async daily standup updates","Generate a formatted async daily standup message for the Sentry SDK team channel. Use when asked to create a \"daily update\", \"async daily\", \"standup update\", or \"async team update\".",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1253,1256,1259,1260],{"name":1254,"slug":1255,"type":16},"Communications","communications",{"name":1257,"slug":1258,"type":16},"Productivity","productivity",{"name":9,"slug":8,"type":16},{"name":1261,"slug":1262,"type":16},"Standup","standup","2026-04-06T18:14:53.472546",{"slug":4,"name":4,"fn":5,"description":6,"org":1265,"tags":1266,"stars":24,"repoUrl":25,"updatedAt":26},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1267,1268,1269,1270],{"name":14,"slug":15,"type":16},{"name":18,"slug":19,"type":16},{"name":21,"slug":22,"type":16},{"name":9,"slug":8,"type":16},{"slug":1272,"name":1272,"fn":1273,"description":1274,"org":1275,"tags":1276,"stars":24,"repoUrl":25,"updatedAt":1288},"linear-sdk-telemetry-labeler","classify and label Linear issues with telemetry data","Classify and apply SDK Telemetry labels to Linear issues based on their title and description. Use when triaging issues related to SDK telemetry signals: errors, traces, spans, profiles, replays, logs, metrics, cron checks, client reports, user feedbacks, or attachments. Triggers: \"sdk telemetry label\", \"telemetry labeler\", \"label telemetry issues\", \"tag telemetry\".\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1277,1280,1283,1284,1285],{"name":1278,"slug":1279,"type":16},"Linear","linear",{"name":1281,"slug":1282,"type":16},"Observability","observability",{"name":21,"slug":22,"type":16},{"name":9,"slug":8,"type":16},{"name":1286,"slug":1287,"type":16},"Triage","triage","2026-04-06T18:15:00.931727",{"slug":1290,"name":1290,"fn":1291,"description":1292,"org":1293,"tags":1294,"stars":24,"repoUrl":25,"updatedAt":1299},"linear-type-labeler","classify and label Linear issues","Classify and apply Type labels to Linear issues based on their title and description.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1295,1296,1297,1298],{"name":14,"slug":15,"type":16},{"name":1257,"slug":1258,"type":16},{"name":9,"slug":8,"type":16},{"name":1286,"slug":1287,"type":16},"2026-04-06T18:14:58.40989",{"slug":1301,"name":1301,"fn":1302,"description":1303,"org":1304,"tags":1305,"stars":24,"repoUrl":25,"updatedAt":1312},"sdk-feature-implementation","implement features across Sentry SDKs","Implement a feature across Sentry SDK repositories by spawning parallel agents. Use when you have Linear initiatives\u002Fprojects\u002Fissues and want to create draft PRs. Triggers on \"implement across SDKs\", \"spawn SDK agents\", \"SDK implementation\", \"parallel SDK implementation\", \"continue SDK rollout\".",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1306,1307,1310,1311],{"name":14,"slug":15,"type":16},{"name":1308,"slug":1309,"type":16},"Pull Requests","pull-requests",{"name":21,"slug":22,"type":16},{"name":9,"slug":8,"type":16},"2026-04-06T18:14:55.930879",{"slug":1314,"name":1314,"fn":1315,"description":1316,"org":1317,"tags":1318,"stars":24,"repoUrl":25,"updatedAt":1330},"span-convention-review","review OTel tracing span changes","Review OpenTelemetry tracing span changes in SDK repositories for conformance to Sentry Conventions and OTel Semantic Conventions. Use when reviewing span instrumentation, \"review spans\", \"check span conventions\", \"span review\", \"OTel span check\", \"tracing convention review\".",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1319,1322,1323,1326,1327],{"name":1320,"slug":1321,"type":16},"Code Review","code-review",{"name":1281,"slug":1282,"type":16},{"name":1324,"slug":1325,"type":16},"OpenTelemetry","opentelemetry",{"name":9,"slug":8,"type":16},{"name":1328,"slug":1329,"type":16},"Tracing","tracing","2026-04-06T18:14:59.655998",7,{"items":1333,"total":1502},[1334,1359,1373,1386,1396,1413,1429,1441,1451,1462,1472,1489],{"slug":1335,"name":1335,"fn":1336,"description":1337,"org":1338,"tags":1339,"stars":1356,"repoUrl":1357,"updatedAt":1358},"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},[1340,1343,1346,1349,1350,1353],{"name":1341,"slug":1342,"type":16},"Debugging","debugging",{"name":1344,"slug":1345,"type":16},"iOS","ios",{"name":1347,"slug":1348,"type":16},"macOS","macos",{"name":9,"slug":8,"type":16},{"name":1351,"slug":1352,"type":16},"Testing","testing",{"name":1354,"slug":1355,"type":16},"Xcode","xcode",6176,"https:\u002F\u002Fgithub.com\u002Fgetsentry\u002FXcodeBuildMCP","2026-04-06T18:13:34.8719",{"slug":1360,"name":1360,"fn":1361,"description":1362,"org":1363,"tags":1364,"stars":1356,"repoUrl":1357,"updatedAt":1372},"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},[1365,1368,1369,1370,1371],{"name":1366,"slug":1367,"type":16},"CLI","cli",{"name":1344,"slug":1345,"type":16},{"name":1347,"slug":1348,"type":16},{"name":1351,"slug":1352,"type":16},{"name":1354,"slug":1355,"type":16},"2026-04-06T18:13:36.13414",{"slug":1374,"name":1374,"fn":1375,"description":1376,"org":1377,"tags":1378,"stars":1383,"repoUrl":1384,"updatedAt":1385},"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},[1379,1380],{"name":1237,"slug":1238,"type":16},{"name":1381,"slug":1382,"type":16},"Engineering","engineering",861,"https:\u002F\u002Fgithub.com\u002Fgetsentry\u002Fskills","2026-05-15T06:16:29.695991",{"slug":1387,"name":1387,"fn":1388,"description":1389,"org":1390,"tags":1391,"stars":1383,"repoUrl":1384,"updatedAt":1395},"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},[1392,1393,1394],{"name":1254,"slug":1255,"type":16},{"name":9,"slug":8,"type":16},{"name":1244,"slug":1245,"type":16},"2026-05-15T06:16:33.38217",{"slug":1397,"name":1397,"fn":1398,"description":1399,"org":1400,"tags":1401,"stars":1383,"repoUrl":1384,"updatedAt":1412},"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},[1402,1405,1408,1409],{"name":1403,"slug":1404,"type":16},"Branding","branding",{"name":1406,"slug":1407,"type":16},"Content Creation","content-creation",{"name":9,"slug":8,"type":16},{"name":1410,"slug":1411,"type":16},"UX Copy","ux-copy","2026-05-15T06:16:22.395707",{"slug":1414,"name":1414,"fn":1415,"description":1416,"org":1417,"tags":1418,"stars":1383,"repoUrl":1384,"updatedAt":1428},"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},[1419,1422,1425],{"name":1420,"slug":1421,"type":16},"Claude Code","claude-code",{"name":1423,"slug":1424,"type":16},"Configuration","configuration",{"name":1426,"slug":1427,"type":16},"Security","security","2026-05-15T06:16:44.335977",{"slug":1321,"name":1321,"fn":1430,"description":1431,"org":1432,"tags":1433,"stars":1383,"repoUrl":1384,"updatedAt":1440},"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},[1434,1435,1436,1439],{"name":1320,"slug":1321,"type":16},{"name":1381,"slug":1382,"type":16},{"name":1437,"slug":1438,"type":16},"Performance","performance",{"name":1426,"slug":1427,"type":16},"2026-05-15T06:16:35.824864",{"slug":1442,"name":1442,"fn":1443,"description":1444,"org":1445,"tags":1446,"stars":1383,"repoUrl":1384,"updatedAt":1450},"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},[1447],{"name":1448,"slug":1449,"type":16},"Code Analysis","code-analysis","2026-05-15T06:16:32.127981",{"slug":1452,"name":1452,"fn":1453,"description":1454,"org":1455,"tags":1456,"stars":1383,"repoUrl":1384,"updatedAt":1461},"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},[1457,1460],{"name":1458,"slug":1459,"type":16},"Git","git",{"name":9,"slug":8,"type":16},"2026-07-18T05:15:10.723937",{"slug":1463,"name":1463,"fn":1464,"description":1465,"org":1466,"tags":1467,"stars":1383,"repoUrl":1384,"updatedAt":1471},"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},[1468,1469,1470],{"name":1381,"slug":1382,"type":16},{"name":1458,"slug":1459,"type":16},{"name":9,"slug":8,"type":16},"2026-05-15T06:16:39.458431",{"slug":1473,"name":1473,"fn":1474,"description":1475,"org":1476,"tags":1477,"stars":1383,"repoUrl":1384,"updatedAt":1488},"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},[1478,1481,1482,1485,1487],{"name":1479,"slug":1480,"type":16},"Access Control","access-control",{"name":1448,"slug":1449,"type":16},{"name":1483,"slug":1484,"type":16},"Django","django",{"name":503,"slug":1486,"type":16},"python",{"name":1426,"slug":1427,"type":16},"2026-05-15T06:16:43.098698",{"slug":1490,"name":1490,"fn":1491,"description":1492,"org":1493,"tags":1494,"stars":1383,"repoUrl":1384,"updatedAt":1501},"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},[1495,1496,1499,1500],{"name":1320,"slug":1321,"type":16},{"name":1497,"slug":1498,"type":16},"Database","database",{"name":1483,"slug":1484,"type":16},{"name":1437,"slug":1438,"type":16},"2026-05-15T06:16:24.832813",88]