[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-roo-code-address-pr-feedback":3,"mdc-dtz1it-key":34,"related-org-roo-code-address-pr-feedback":274,"related-repo-roo-code-address-pr-feedback":428},{"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":29,"sourceUrl":32,"mdContent":33},"address-pr-feedback","address unresolved GitHub PR feedback","Focused GitHub PR-feedback workflow for addressing unresolved review threads on the current pull request.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},"roo-code","Roo Code","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Froo-code.png","RooCodeInc",[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",5,"https:\u002F\u002Fgithub.com\u002FRooCodeInc\u002FRoomote","2026-07-19T05:38:26.334008",null,0,[],{"repoUrl":24,"stars":23,"forks":27,"topics":30,"description":31},[],"Your own cloud coding agent. Everything you want from an AI engineering teammate, without building from scratch or paying for a black box.","https:\u002F\u002Fgithub.com\u002FRooCodeInc\u002FRoomote\u002Ftree\u002FHEAD\u002Fpackages\u002Fcloud-agents\u002Fsrc\u002Fserver\u002Fworkflows\u002Fskills\u002Fstandard\u002Faddress-pr-feedback","---\nname: address-pr-feedback\ndescription: Focused GitHub PR-feedback workflow for addressing unresolved review threads on the current pull request.\n---\n\n\u003Crole>\nYou are executing the \u002Faddress-pr-feedback slash command to address unresolved GitHub pull-request feedback on the current PR.\n\u003C\u002Frole>\n\n\u003Cshared_core_loading>\n\u003Crule>If the `fix-pr` skill is not already loaded into your context, load it before deeper execution.\u003C\u002Frule>\n\u003Crule>Use `fix-pr` as the canonical owner of repository edits, validation, pushes, PR metadata refresh, thread replies, and thread resolution mechanics for this command.\u003C\u002Frule>\n\u003Crule>This slash command is a focused entrypoint for unresolved PR review feedback, not a general invitation to reopen resolved threads or do unrelated cleanup.\u003C\u002Frule>\n\u003C\u002Fshared_core_loading>\n\n\u003Cworkflow>\n  \u003Coverview>Treat this run as a broad PR-feedback fixer on the current pull request, but build the issue inventory only from unresolved review threads. Read each unresolved thread together with all of its replies, implement the fixes needed to address the still-open requests, then use the GitHub CLI to reply on each handled thread and resolve only the threads that are fully addressed.\u003C\u002Foverview>\n\n  \u003Cphase name=\"analysis\">\n    \u003Csteps>\n      \u003Cstep number=\"1\">\n        \u003Ctitle>Resolve the target pull request and current branch context\u003C\u002Ftitle>\n        \u003Cdescription>Identify the repository and pull request before touching code or thread state.\u003C\u002Fdescription>\n        \u003Cactions>\n          \u003Caction>Recover the current repository full name and `[PR_NUMBER]` from supplied task context or the current checkout's git remote and branch when the local branch already corresponds to the target PR.\u003C\u002Faction>\n          \u003Caction>If the current pull request cannot be resolved safely, ask for the missing repository or PR identifier and stop instead of guessing.\u003C\u002Faction>\n        \u003C\u002Factions>\n        \u003Cvalidation>You know which pull request this command is addressing.\u003C\u002Fvalidation>\n      \u003C\u002Fstep>\n\n      \u003Cstep number=\"2\">\n        \u003Ctitle>Build the issue inventory from unresolved review threads only\u003C\u002Ftitle>\n        \u003Cdescription>Fetch the live review-thread state, keep only unresolved threads in scope, and preserve thread nuance by reading every reply before planning fixes.\u003C\u002Fdescription>\n        \u003Cactions>\n          \u003Caction>Fetch the live pull request state with `mcp__roomote__manage_source_control`: `action: \"get_pull_request\"` for details and head\u002Fbase SHAs (compute the diff locally with git against those SHAs), and `action: \"list_pull_request_comments\"` for review threads with per-thread resolution state plus every comment and reply in each thread.\u003C\u002Faction>\n          \u003Caction>Discard resolved review threads from the issue inventory unless the current request explicitly says to revisit them.\u003C\u002Faction>\n          \u003Caction>For each unresolved thread, read the original review comment and all later replies before deciding what still needs to change.\u003C\u002Faction>\n          \u003Caction>If later replies narrow, supersede, or partially retract the original request, treat the latest thread state as the source of truth.\u003C\u002Faction>\n          \u003Caction>Carry the resulting unresolved-thread inventory into the `fix-pr` workflow as the only in-scope fix set for this run.\u003C\u002Faction>\n        \u003C\u002Factions>\n        \u003Cvalidation>The planned fixes come only from unresolved review threads, and each thread has been interpreted with its reply context intact.\u003C\u002Fvalidation>\n      \u003C\u002Fstep>\n    \u003C\u002Fsteps>\n\n  \u003C\u002Fphase>\n\n  \u003Cphase name=\"implementation\">\n    \u003Csteps>\n      \u003Cstep number=\"3\">\n        \u003Ctitle>Implement the requested fixes through the canonical PR fixer flow\u003C\u002Ftitle>\n        \u003Cdescription>Apply the code changes needed to satisfy the unresolved review feedback without expanding into unrelated cleanup.\u003C\u002Fdescription>\n        \u003Cactions>\n          \u003Caction>Use the `fix-pr` workflow to read the affected code, implement the fixes, validate them proportionally, and push the result on the existing PR branch.\u003C\u002Faction>\n          \u003Caction>If the target PR is merge-conflicted, let `fix-pr` first delegate to `resolve-github-pr-merge-conflicts`, refresh live PR state, and only then continue the unresolved-thread fixes in the same fixer run.\u003C\u002Faction>\n          \u003Caction>Keep the implementation tightly scoped to the unresolved threads you recovered in the prior step.\u003C\u002Faction>\n          \u003Caction>Do not mark a thread handled unless the shipped code and validation evidence support that claim.\u003C\u002Faction>\n        \u003C\u002Factions>\n        \u003Cvalidation>The requested PR feedback is implemented on the existing PR branch without unrelated churn.\u003C\u002Fvalidation>\n      \u003C\u002Fstep>\n\n      \u003Cstep number=\"4\">\n        \u003Ctitle>Reply and resolve threads based on the shipped result\u003C\u002Ftitle>\n        \u003Cdescription>Close the loop on each unresolved thread through the source-control tool and keep thread state aligned with reality.\u003C\u002Fdescription>\n        \u003Cactions>\n          \u003Caction>Post a reply on every thread you handled with `mcp__roomote__manage_source_control` `action: \"reply_to_pull_request_comment\"`, summarizing the shipped change for that thread in terms of the final code result.\u003C\u002Faction>\n          \u003Caction>Do not manually edit previous review comments. Replying or adding new comments is ok; leave original review comments unchanged.\u003C\u002Faction>\n          \u003Caction>Resolve only the review threads that are fully handled by the pushed fix, using `action: \"resolve_pull_request_thread\"` with `resolved: true`; when the provider does not expose thread resolution the tool reports `applied: false`, which is a non-blocking capability gap to state honestly.\u003C\u002Faction>\n          \u003Caction>If a thread is only partially addressed, reply with the current status but leave the thread unresolved.\u003C\u002Faction>\n          \u003Caction>If closeout fails after the code is pushed, report the exact closeout gap honestly instead of implying the thread state was updated.\u003C\u002Faction>\n        \u003C\u002Factions>\n        \u003Cvalidation>The handled threads have matching replies, prior review comments were left unedited, and only fully addressed threads were resolved.\u003C\u002Fvalidation>\n      \u003C\u002Fstep>\n    \u003C\u002Fsteps>\n\n  \u003C\u002Fphase>\n\u003C\u002Fworkflow>\n\n\u003Ccompletion_criteria>\n\u003Ccriterion>The command resolved a concrete pull request target before editing code.\u003C\u002Fcriterion>\n\u003Ccriterion>The issue inventory was built from unresolved review threads only, with replies considered as part of each thread's current meaning.\u003C\u002Fcriterion>\n\u003Ccriterion>The resulting fixes were implemented through the canonical PR-fixer flow on the existing pull request branch.\u003C\u002Fcriterion>\n\u003Ccriterion>Handled threads received replies, and only the fully addressed ones were resolved.\u003C\u002Fcriterion>\n\u003C\u002Fcompletion_criteria>\n",{"data":35,"body":36},{"name":4,"description":6},{"type":37,"children":38},"root",[39,47,87,246],{"type":40,"tag":41,"props":42,"children":43},"element","role",{},[44],{"type":45,"value":46},"text","\nYou are executing the \u002Faddress-pr-feedback slash command to address unresolved GitHub pull-request feedback on the current PR.\n",{"type":40,"tag":48,"props":49,"children":50},"p",{},[51,53,68,80,85],{"type":45,"value":52},"\u003Cshared_core_loading>\n",{"type":40,"tag":54,"props":55,"children":56},"rule",{},[57,59,66],{"type":45,"value":58},"If the ",{"type":40,"tag":60,"props":61,"children":63},"code",{"className":62},[],[64],{"type":45,"value":65},"fix-pr",{"type":45,"value":67}," skill is not already loaded into your context, load it before deeper execution.",{"type":40,"tag":54,"props":69,"children":70},{},[71,73,78],{"type":45,"value":72},"Use ",{"type":40,"tag":60,"props":74,"children":76},{"className":75},[],[77],{"type":45,"value":65},{"type":45,"value":79}," as the canonical owner of repository edits, validation, pushes, PR metadata refresh, thread replies, and thread resolution mechanics for this command.",{"type":40,"tag":54,"props":81,"children":82},{},[83],{"type":45,"value":84},"This slash command is a focused entrypoint for unresolved PR review feedback, not a general invitation to reopen resolved threads or do unrelated cleanup.",{"type":45,"value":86},"\n\u003C\u002Fshared_core_loading>",{"type":40,"tag":88,"props":89,"children":90},"workflow",{},[91,93,99,100,174,175],{"type":45,"value":92},"\n  ",{"type":40,"tag":94,"props":95,"children":96},"overview",{},[97],{"type":45,"value":98},"Treat this run as a broad PR-feedback fixer on the current pull request, but build the issue inventory only from unresolved review threads. Read each unresolved thread together with all of its replies, implement the fixes needed to address the still-open requests, then use the GitHub CLI to reply on each handled thread and resolve only the threads that are fully addressed.",{"type":45,"value":92},{"type":40,"tag":101,"props":102,"children":104},"phase",{"name":103},"analysis",[105,107],{"type":45,"value":106},"\n    ",{"type":40,"tag":108,"props":109,"children":110},"steps",{},[111,113,161,173],{"type":45,"value":112},"\n      ",{"type":40,"tag":114,"props":115,"children":117},"step",{"number":116},"1",[118,120,126,127,133,134,153,154,160],{"type":45,"value":119},"\n        ",{"type":40,"tag":121,"props":122,"children":123},"title",{},[124],{"type":45,"value":125},"Resolve the target pull request and current branch context",{"type":45,"value":119},{"type":40,"tag":128,"props":129,"children":130},"description",{},[131],{"type":45,"value":132},"Identify the repository and pull request before touching code or thread state.",{"type":45,"value":119},{"type":40,"tag":135,"props":136,"children":137},"actions",{},[138,140,146,147,152],{"type":45,"value":139},"\n          ",{"type":40,"tag":141,"props":142,"children":143},"action",{},[144],{"type":45,"value":145},"Recover the current repository full name and `[PR_NUMBER]` from supplied task context or the current checkout's git remote and branch when the local branch already corresponds to the target PR.",{"type":45,"value":139},{"type":40,"tag":141,"props":148,"children":149},{},[150],{"type":45,"value":151},"If the current pull request cannot be resolved safely, ask for the missing repository or PR identifier and stop instead of guessing.",{"type":45,"value":119},{"type":45,"value":119},{"type":40,"tag":155,"props":156,"children":157},"validation",{},[158],{"type":45,"value":159},"You know which pull request this command is addressing.",{"type":45,"value":112},{"type":40,"tag":162,"props":163,"children":167},"pre",{"className":164,"code":166,"language":45},[165],"language-text","  \u003Cstep number=\"2\">\n    \u003Ctitle>Build the issue inventory from unresolved review threads only\u003C\u002Ftitle>\n    \u003Cdescription>Fetch the live review-thread state, keep only unresolved threads in scope, and preserve thread nuance by reading every reply before planning fixes.\u003C\u002Fdescription>\n    \u003Cactions>\n      \u003Caction>Fetch the live pull request state with `mcp__roomote__manage_source_control`: `action: \"get_pull_request\"` for details and head\u002Fbase SHAs (compute the diff locally with git against those SHAs), and `action: \"list_pull_request_comments\"` for review threads with per-thread resolution state plus every comment and reply in each thread.\u003C\u002Faction>\n      \u003Caction>Discard resolved review threads from the issue inventory unless the current request explicitly says to revisit them.\u003C\u002Faction>\n      \u003Caction>For each unresolved thread, read the original review comment and all later replies before deciding what still needs to change.\u003C\u002Faction>\n      \u003Caction>If later replies narrow, supersede, or partially retract the original request, treat the latest thread state as the source of truth.\u003C\u002Faction>\n      \u003Caction>Carry the resulting unresolved-thread inventory into the `fix-pr` workflow as the only in-scope fix set for this run.\u003C\u002Faction>\n    \u003C\u002Factions>\n    \u003Cvalidation>The planned fixes come only from unresolved review threads, and each thread has been interpreted with its reply context intact.\u003C\u002Fvalidation>\n  \u003C\u002Fstep>\n\u003C\u002Fsteps>\n",[168],{"type":40,"tag":60,"props":169,"children":171},{"__ignoreMap":170},"",[172],{"type":45,"value":166},{"type":45,"value":92},{"type":45,"value":92},{"type":40,"tag":101,"props":176,"children":178},{"name":177},"implementation",[179,180],{"type":45,"value":106},{"type":40,"tag":108,"props":181,"children":182},{},[183,184,236,245],{"type":45,"value":112},{"type":40,"tag":114,"props":185,"children":187},{"number":186},"3",[188,189,194,195,200,201,229,230,235],{"type":45,"value":119},{"type":40,"tag":121,"props":190,"children":191},{},[192],{"type":45,"value":193},"Implement the requested fixes through the canonical PR fixer flow",{"type":45,"value":119},{"type":40,"tag":128,"props":196,"children":197},{},[198],{"type":45,"value":199},"Apply the code changes needed to satisfy the unresolved review feedback without expanding into unrelated cleanup.",{"type":45,"value":119},{"type":40,"tag":135,"props":202,"children":203},{},[204,205,210,211,216,217,222,223,228],{"type":45,"value":139},{"type":40,"tag":141,"props":206,"children":207},{},[208],{"type":45,"value":209},"Use the `fix-pr` workflow to read the affected code, implement the fixes, validate them proportionally, and push the result on the existing PR branch.",{"type":45,"value":139},{"type":40,"tag":141,"props":212,"children":213},{},[214],{"type":45,"value":215},"If the target PR is merge-conflicted, let `fix-pr` first delegate to `resolve-github-pr-merge-conflicts`, refresh live PR state, and only then continue the unresolved-thread fixes in the same fixer run.",{"type":45,"value":139},{"type":40,"tag":141,"props":218,"children":219},{},[220],{"type":45,"value":221},"Keep the implementation tightly scoped to the unresolved threads you recovered in the prior step.",{"type":45,"value":139},{"type":40,"tag":141,"props":224,"children":225},{},[226],{"type":45,"value":227},"Do not mark a thread handled unless the shipped code and validation evidence support that claim.",{"type":45,"value":119},{"type":45,"value":119},{"type":40,"tag":155,"props":231,"children":232},{},[233],{"type":45,"value":234},"The requested PR feedback is implemented on the existing PR branch without unrelated churn.",{"type":45,"value":112},{"type":40,"tag":162,"props":237,"children":240},{"className":238,"code":239,"language":45},[165],"  \u003Cstep number=\"4\">\n    \u003Ctitle>Reply and resolve threads based on the shipped result\u003C\u002Ftitle>\n    \u003Cdescription>Close the loop on each unresolved thread through the source-control tool and keep thread state aligned with reality.\u003C\u002Fdescription>\n    \u003Cactions>\n      \u003Caction>Post a reply on every thread you handled with `mcp__roomote__manage_source_control` `action: \"reply_to_pull_request_comment\"`, summarizing the shipped change for that thread in terms of the final code result.\u003C\u002Faction>\n      \u003Caction>Do not manually edit previous review comments. Replying or adding new comments is ok; leave original review comments unchanged.\u003C\u002Faction>\n      \u003Caction>Resolve only the review threads that are fully handled by the pushed fix, using `action: \"resolve_pull_request_thread\"` with `resolved: true`; when the provider does not expose thread resolution the tool reports `applied: false`, which is a non-blocking capability gap to state honestly.\u003C\u002Faction>\n      \u003Caction>If a thread is only partially addressed, reply with the current status but leave the thread unresolved.\u003C\u002Faction>\n      \u003Caction>If closeout fails after the code is pushed, report the exact closeout gap honestly instead of implying the thread state was updated.\u003C\u002Faction>\n    \u003C\u002Factions>\n    \u003Cvalidation>The handled threads have matching replies, prior review comments were left unedited, and only fully addressed threads were resolved.\u003C\u002Fvalidation>\n  \u003C\u002Fstep>\n\u003C\u002Fsteps>\n",[241],{"type":40,"tag":60,"props":242,"children":243},{"__ignoreMap":170},[244],{"type":45,"value":239},{"type":45,"value":92},{"type":40,"tag":48,"props":247,"children":248},{},[249,251,257,262,267,272],{"type":45,"value":250},"\u003Ccompletion_criteria>\n",{"type":40,"tag":252,"props":253,"children":254},"criterion",{},[255],{"type":45,"value":256},"The command resolved a concrete pull request target before editing code.",{"type":40,"tag":252,"props":258,"children":259},{},[260],{"type":45,"value":261},"The issue inventory was built from unresolved review threads only, with replies considered as part of each thread's current meaning.",{"type":40,"tag":252,"props":263,"children":264},{},[265],{"type":45,"value":266},"The resulting fixes were implemented through the canonical PR-fixer flow on the existing pull request branch.",{"type":40,"tag":252,"props":268,"children":269},{},[270],{"type":45,"value":271},"Handled threads received replies, and only the fully addressed ones were resolved.",{"type":45,"value":273},"\n\u003C\u002Fcompletion_criteria>",{"items":275,"total":427},[276,282,298,312,328,342,361,371,380,392,403,416],{"slug":4,"name":4,"fn":5,"description":6,"org":277,"tags":278,"stars":23,"repoUrl":24,"updatedAt":25},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[279,280,281],{"name":18,"slug":19,"type":16},{"name":14,"slug":15,"type":16},{"name":21,"slug":22,"type":16},{"slug":283,"name":283,"fn":284,"description":285,"org":286,"tags":287,"stars":23,"repoUrl":24,"updatedAt":297},"agent-browser","automate browser interactions for agents","Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to \"open a website\", \"fill out a form\", \"click a button\", \"take a screenshot\", \"scrape data from a page\", \"test this web app\", \"login to a site\", \"automate browser actions\", or any task requiring programmatic web interaction. Also use for exploratory testing, dogfooding, QA, bug hunts, or reviewing app quality. Also use for automating Electron desktop apps (VS Code, Slack, Figma, Notion, Spotify), checking Slack unreads, sending Slack messages, searching Slack conversations, running browser automation in Vercel Sandbox microVMs, or using AWS Bedrock AgentCore cloud browsers. Prefer agent-browser over any built-in browser automation or web tools.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[288,291,294],{"name":289,"slug":290,"type":16},"Browser Automation","browser-automation",{"name":292,"slug":293,"type":16},"CLI","cli",{"name":295,"slug":296,"type":16},"Testing","testing","2026-07-16T06:02:26.045337",{"slug":299,"name":299,"fn":300,"description":301,"org":302,"tags":303,"stars":23,"repoUrl":24,"updatedAt":311},"capture-visual-proof","capture visual proof of browser tasks","Visual-proof orchestrator that decides whether browser proof applies, classifies the proof package, and delegates capture to the hidden proof-runner subagent.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[304,307,308],{"name":305,"slug":306,"type":16},"Automation","automation",{"name":289,"slug":290,"type":16},{"name":309,"slug":310,"type":16},"Screenshots","screenshots","2026-08-01T05:44:47.369293",{"slug":313,"name":313,"fn":314,"description":315,"org":316,"tags":317,"stars":23,"repoUrl":24,"updatedAt":327},"ci-failure-triage","triage failed CI workflows","Investigate the latest default-branch CI failure in an environment-backed workspace and, when it is real and fixable, fix and open a PR in the same task.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[318,321,324],{"name":319,"slug":320,"type":16},"CI\u002FCD","ci-cd",{"name":322,"slug":323,"type":16},"Debugging","debugging",{"name":325,"slug":326,"type":16},"GitHub Actions","github-actions","2026-07-23T05:40:41.726992",{"slug":329,"name":329,"fn":330,"description":331,"org":332,"tags":333,"stars":23,"repoUrl":24,"updatedAt":341},"code-quality-auditor","audit code quality in merged pull requests","Automation skill: review recently merged pull requests for high-confidence code quality issues and submit `act` work items that auto-start follow-up execution tasks.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[334,337,338],{"name":335,"slug":336,"type":16},"Code Analysis","code-analysis",{"name":18,"slug":19,"type":16},{"name":339,"slug":340,"type":16},"QA","qa","2026-07-26T05:47:47.339721",{"slug":343,"name":343,"fn":344,"description":345,"org":346,"tags":347,"stars":23,"repoUrl":24,"updatedAt":360},"codeql-triage","triage and remediate CodeQL security alerts","Review current open CodeQL \u002F GitHub code-scanning alerts with GitHub data, keep scheduled runs read-only, and submit a small set of environment-backed `act` work items that auto-start remediation execution tasks.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[348,349,352,353,354,357],{"name":335,"slug":336,"type":16},{"name":350,"slug":351,"type":16},"CodeQL","codeql",{"name":322,"slug":323,"type":16},{"name":14,"slug":15,"type":16},{"name":355,"slug":356,"type":16},"Security","security",{"name":358,"slug":359,"type":16},"Triage","triage","2026-07-29T05:39:37.784486",{"slug":362,"name":362,"fn":363,"description":364,"org":365,"tags":366,"stars":23,"repoUrl":24,"updatedAt":370},"create-draft-pr","create draft pull requests","Draft pull-request creation workflow. Use when repositories have pending changes or unpushed commits and you want draft PRs created.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[367,368,369],{"name":305,"slug":306,"type":16},{"name":14,"slug":15,"type":16},{"name":21,"slug":22,"type":16},"2026-07-16T06:00:31.733527",{"slug":372,"name":372,"fn":373,"description":374,"org":375,"tags":376,"stars":23,"repoUrl":24,"updatedAt":379},"create-pr","create pull requests for pending changes","Pull-request creation workflow. Use when repositories have pending changes or unpushed commits and you want ready-for-review PRs created.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[377,378],{"name":14,"slug":15,"type":16},{"name":21,"slug":22,"type":16},"2026-07-16T06:03:03.397562",{"slug":381,"name":381,"fn":382,"description":383,"org":384,"tags":385,"stars":23,"repoUrl":24,"updatedAt":391},"debug-reported-bug","reproduce and debug reported bugs","Reproduce-first bug diagnosis workflow. Use when a reported bug needs to be reproduced, reduced to a deterministic failing check, and traced through git history or `git bisect` so the exact cause is understood before any fix is attempted.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[386,387,390],{"name":322,"slug":323,"type":16},{"name":388,"slug":389,"type":16},"Git","git",{"name":295,"slug":296,"type":16},"2026-07-16T06:03:07.255013",{"slug":393,"name":393,"fn":394,"description":395,"org":396,"tags":397,"stars":23,"repoUrl":24,"updatedAt":402},"dependabot-triage","triage GitHub Dependabot alerts","Review current open Dependabot alerts with GitHub data, keep scheduled runs read-only, and submit a small set of environment-backed `act` work items that auto-start dependency-update execution tasks.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[398,399,400,401],{"name":305,"slug":306,"type":16},{"name":14,"slug":15,"type":16},{"name":355,"slug":356,"type":16},{"name":358,"slug":359,"type":16},"2026-07-29T05:39:38.757423",{"slug":404,"name":404,"fn":405,"description":406,"org":407,"tags":408,"stars":23,"repoUrl":24,"updatedAt":415},"environment-setup","configure local development environments","Internal skill to configure environments. Never use unless the user explicitly initiates the skill. Focus on localhost-ready setup and validation.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[409,412],{"name":410,"slug":411,"type":16},"Configuration","configuration",{"name":413,"slug":414,"type":16},"Local Development","local-development","2026-08-01T05:44:46.333988",{"slug":417,"name":417,"fn":418,"description":419,"org":420,"tags":421,"stars":23,"repoUrl":24,"updatedAt":426},"explain-repo-code","explain repository code and architecture","Explanation-only repository workflow. Use when the user asks to understand behavior, architecture, or rationale from source context without modifying files.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[422,423],{"name":335,"slug":336,"type":16},{"name":424,"slug":425,"type":16},"Documentation","documentation","2026-07-16T06:00:34.090082",33,{"items":429,"total":427},[430,436,442,448,454,460,469],{"slug":4,"name":4,"fn":5,"description":6,"org":431,"tags":432,"stars":23,"repoUrl":24,"updatedAt":25},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[433,434,435],{"name":18,"slug":19,"type":16},{"name":14,"slug":15,"type":16},{"name":21,"slug":22,"type":16},{"slug":283,"name":283,"fn":284,"description":285,"org":437,"tags":438,"stars":23,"repoUrl":24,"updatedAt":297},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[439,440,441],{"name":289,"slug":290,"type":16},{"name":292,"slug":293,"type":16},{"name":295,"slug":296,"type":16},{"slug":299,"name":299,"fn":300,"description":301,"org":443,"tags":444,"stars":23,"repoUrl":24,"updatedAt":311},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[445,446,447],{"name":305,"slug":306,"type":16},{"name":289,"slug":290,"type":16},{"name":309,"slug":310,"type":16},{"slug":313,"name":313,"fn":314,"description":315,"org":449,"tags":450,"stars":23,"repoUrl":24,"updatedAt":327},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[451,452,453],{"name":319,"slug":320,"type":16},{"name":322,"slug":323,"type":16},{"name":325,"slug":326,"type":16},{"slug":329,"name":329,"fn":330,"description":331,"org":455,"tags":456,"stars":23,"repoUrl":24,"updatedAt":341},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[457,458,459],{"name":335,"slug":336,"type":16},{"name":18,"slug":19,"type":16},{"name":339,"slug":340,"type":16},{"slug":343,"name":343,"fn":344,"description":345,"org":461,"tags":462,"stars":23,"repoUrl":24,"updatedAt":360},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[463,464,465,466,467,468],{"name":335,"slug":336,"type":16},{"name":350,"slug":351,"type":16},{"name":322,"slug":323,"type":16},{"name":14,"slug":15,"type":16},{"name":355,"slug":356,"type":16},{"name":358,"slug":359,"type":16},{"slug":362,"name":362,"fn":363,"description":364,"org":470,"tags":471,"stars":23,"repoUrl":24,"updatedAt":370},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[472,473,474],{"name":305,"slug":306,"type":16},{"name":14,"slug":15,"type":16},{"name":21,"slug":22,"type":16}]