[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-trail-of-bits-openai-gh-fix-ci":3,"mdc--sljow0-key":40,"related-org-trail-of-bits-openai-gh-fix-ci":541,"related-repo-trail-of-bits-openai-gh-fix-ci":697},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":12,"stars":29,"repoUrl":30,"updatedAt":31,"license":32,"forks":33,"topics":34,"repo":35,"sourceUrl":38,"mdContent":39},"openai-gh-fix-ci","debug and fix failing GitHub PR checks","Use when a user asks to debug or fix failing GitHub PR checks that run in GitHub Actions; use `gh` to inspect checks and logs, summarize failure context, draft a fix plan, and implement only after explicit approval. Treat external providers (for example Buildkite) as out of scope and report only the details URL. Originally from OpenAI's curated skills catalog.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},"trail-of-bits","Trail of Bits","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Ftrail-of-bits.png","trailofbits",[13,17,20,23,26],{"name":14,"slug":15,"type":16},"GitHub Actions","github-actions","tag",{"name":18,"slug":19,"type":16},"GitHub","github",{"name":21,"slug":22,"type":16},"Code Review","code-review",{"name":24,"slug":25,"type":16},"CI\u002FCD","ci-cd",{"name":27,"slug":28,"type":16},"Debugging","debugging",460,"https:\u002F\u002Fgithub.com\u002Ftrailofbits\u002Fskills-curated","2026-07-17T06:05:01.752885",null,29,[],{"repoUrl":30,"stars":29,"forks":33,"topics":36,"description":37},[],"Curated, community-vetted Claude Code plugin marketplace","https:\u002F\u002Fgithub.com\u002Ftrailofbits\u002Fskills-curated\u002Ftree\u002FHEAD\u002Fplugins\u002Fopenai-gh-fix-ci\u002Fskills\u002Fopenai-gh-fix-ci","---\nname: openai-gh-fix-ci\ndescription: Use when a user asks to debug or fix failing GitHub PR checks that run in GitHub Actions;\n  use `gh` to inspect checks and logs, summarize failure context, draft a fix plan, and implement only\n  after explicit approval. Treat external providers (for example Buildkite) as out of scope and report\n  only the details URL. Originally from OpenAI's curated skills catalog.\nallowed-tools:\n- Bash\n- Read\n- Grep\n- Glob\n- Write\n- Edit\n---\n\n# Gh Pr Checks Plan Fix\n\n## Overview\n\nUse gh to locate failing PR checks, fetch GitHub Actions logs for actionable failures, summarize the failure snippet, then propose a fix plan and implement after explicit approval.\n- If a plan-oriented skill (for example `create-plan`) is available, use it; otherwise draft a concise plan inline and request approval before implementing.\n\nPrereq: authenticate with the standard GitHub CLI once (for example, run `gh auth login`), then confirm with `gh auth status` (repo + workflow scopes are typically required).\n\n## Inputs\n\n- `repo`: path inside the repo (default `.`)\n- `pr`: PR number or URL (optional; defaults to current branch PR)\n- `gh` authentication for the repo host\n\n## Quick start\n\n- `python \"{baseDir}\u002Fscripts\u002Finspect_pr_checks.py\" --repo \".\" --pr \"\u003Cnumber-or-url>\"`\n- Add `--json` if you want machine-friendly output for summarization.\n\n## Workflow\n\n1. Verify gh authentication.\n   - Run `gh auth status` in the repo.\n   - If unauthenticated, ask the user to run `gh auth login` (ensuring repo + workflow scopes) before proceeding.\n2. Resolve the PR.\n   - Prefer the current branch PR: `gh pr view --json number,url`.\n   - If the user provides a PR number or URL, use that directly.\n3. Inspect failing checks (GitHub Actions only).\n   - Preferred: run the bundled script (handles gh field drift and job-log fallbacks):\n     - `python \"{baseDir}\u002Fscripts\u002Finspect_pr_checks.py\" --repo \".\" --pr \"\u003Cnumber-or-url>\"`\n     - Add `--json` for machine-friendly output.\n   - Manual fallback:\n     - `gh pr checks \u003Cpr> --json name,state,bucket,link,startedAt,completedAt,workflow`\n       - If a field is rejected, rerun with the available fields reported by `gh`.\n     - For each failing check, extract the run id from `detailsUrl` and run:\n       - `gh run view \u003Crun_id> --json name,workflowName,conclusion,status,url,event,headBranch,headSha`\n       - `gh run view \u003Crun_id> --log`\n     - If the run log says it is still in progress, fetch job logs directly:\n       - `gh api \"\u002Frepos\u002F\u003Cowner>\u002F\u003Crepo>\u002Factions\u002Fjobs\u002F\u003Cjob_id>\u002Flogs\" > \"\u003Cpath>\"`\n4. Scope non-GitHub Actions checks.\n   - If `detailsUrl` is not a GitHub Actions run, label it as external and only report the URL.\n   - Do not attempt Buildkite or other providers; keep the workflow lean.\n5. Summarize failures for the user.\n   - Provide the failing check name, run URL (if any), and a concise log snippet.\n   - Call out missing logs explicitly.\n6. Create a plan.\n   - Use the `create-plan` skill to draft a concise plan and request approval.\n7. Implement after approval.\n   - Apply the approved plan, summarize diffs\u002Ftests, and ask about opening a PR.\n8. Recheck status.\n   - After changes, suggest re-running the relevant tests and `gh pr checks` to confirm.\n\n## Bundled Resources\n\n### scripts\u002Finspect_pr_checks.py\n\nFetch failing PR checks, pull GitHub Actions logs, and extract a failure snippet. Exits non-zero when failures remain so it can be used in automation.\n\nUsage examples:\n- `python \"{baseDir}\u002Fscripts\u002Finspect_pr_checks.py\" --repo \".\" --pr \"123\"`\n- `python \"{baseDir}\u002Fscripts\u002Finspect_pr_checks.py\" --repo \".\" --pr \"https:\u002F\u002Fgithub.com\u002Forg\u002Frepo\u002Fpull\u002F123\" --json`\n- `python \"{baseDir}\u002Fscripts\u002Finspect_pr_checks.py\" --repo \".\" --max-lines 200 --context 40`\n\n## When to Use\n\n\u003C!-- TODO: review -->\n\n## When NOT to Use\n\n\u003C!-- TODO: review -->\n\n",{"data":41,"body":49},{"name":4,"description":6,"allowed-tools":42},[43,44,45,46,47,48],"Bash","Read","Grep","Glob","Write","Edit",{"type":50,"children":51},"root",[52,61,68,74,93,114,120,164,170,195,201,476,482,489,494,499,529,535],{"type":53,"tag":54,"props":55,"children":57},"element","h1",{"id":56},"gh-pr-checks-plan-fix",[58],{"type":59,"value":60},"text","Gh Pr Checks Plan Fix",{"type":53,"tag":62,"props":63,"children":65},"h2",{"id":64},"overview",[66],{"type":59,"value":67},"Overview",{"type":53,"tag":69,"props":70,"children":71},"p",{},[72],{"type":59,"value":73},"Use gh to locate failing PR checks, fetch GitHub Actions logs for actionable failures, summarize the failure snippet, then propose a fix plan and implement after explicit approval.",{"type":53,"tag":75,"props":76,"children":77},"ul",{},[78],{"type":53,"tag":79,"props":80,"children":81},"li",{},[82,84,91],{"type":59,"value":83},"If a plan-oriented skill (for example ",{"type":53,"tag":85,"props":86,"children":88},"code",{"className":87},[],[89],{"type":59,"value":90},"create-plan",{"type":59,"value":92},") is available, use it; otherwise draft a concise plan inline and request approval before implementing.",{"type":53,"tag":69,"props":94,"children":95},{},[96,98,104,106,112],{"type":59,"value":97},"Prereq: authenticate with the standard GitHub CLI once (for example, run ",{"type":53,"tag":85,"props":99,"children":101},{"className":100},[],[102],{"type":59,"value":103},"gh auth login",{"type":59,"value":105},"), then confirm with ",{"type":53,"tag":85,"props":107,"children":109},{"className":108},[],[110],{"type":59,"value":111},"gh auth status",{"type":59,"value":113}," (repo + workflow scopes are typically required).",{"type":53,"tag":62,"props":115,"children":117},{"id":116},"inputs",[118],{"type":59,"value":119},"Inputs",{"type":53,"tag":75,"props":121,"children":122},{},[123,142,153],{"type":53,"tag":79,"props":124,"children":125},{},[126,132,134,140],{"type":53,"tag":85,"props":127,"children":129},{"className":128},[],[130],{"type":59,"value":131},"repo",{"type":59,"value":133},": path inside the repo (default ",{"type":53,"tag":85,"props":135,"children":137},{"className":136},[],[138],{"type":59,"value":139},".",{"type":59,"value":141},")",{"type":53,"tag":79,"props":143,"children":144},{},[145,151],{"type":53,"tag":85,"props":146,"children":148},{"className":147},[],[149],{"type":59,"value":150},"pr",{"type":59,"value":152},": PR number or URL (optional; defaults to current branch PR)",{"type":53,"tag":79,"props":154,"children":155},{},[156,162],{"type":53,"tag":85,"props":157,"children":159},{"className":158},[],[160],{"type":59,"value":161},"gh",{"type":59,"value":163}," authentication for the repo host",{"type":53,"tag":62,"props":165,"children":167},{"id":166},"quick-start",[168],{"type":59,"value":169},"Quick start",{"type":53,"tag":75,"props":171,"children":172},{},[173,182],{"type":53,"tag":79,"props":174,"children":175},{},[176],{"type":53,"tag":85,"props":177,"children":179},{"className":178},[],[180],{"type":59,"value":181},"python \"{baseDir}\u002Fscripts\u002Finspect_pr_checks.py\" --repo \".\" --pr \"\u003Cnumber-or-url>\"",{"type":53,"tag":79,"props":183,"children":184},{},[185,187,193],{"type":59,"value":186},"Add ",{"type":53,"tag":85,"props":188,"children":190},{"className":189},[],[191],{"type":59,"value":192},"--json",{"type":59,"value":194}," if you want machine-friendly output for summarization.",{"type":53,"tag":62,"props":196,"children":198},{"id":197},"workflow",[199],{"type":59,"value":200},"Workflow",{"type":53,"tag":202,"props":203,"children":204},"ol",{},[205,237,262,379,404,422,442,455],{"type":53,"tag":79,"props":206,"children":207},{},[208,210],{"type":59,"value":209},"Verify gh authentication.\n",{"type":53,"tag":75,"props":211,"children":212},{},[213,225],{"type":53,"tag":79,"props":214,"children":215},{},[216,218,223],{"type":59,"value":217},"Run ",{"type":53,"tag":85,"props":219,"children":221},{"className":220},[],[222],{"type":59,"value":111},{"type":59,"value":224}," in the repo.",{"type":53,"tag":79,"props":226,"children":227},{},[228,230,235],{"type":59,"value":229},"If unauthenticated, ask the user to run ",{"type":53,"tag":85,"props":231,"children":233},{"className":232},[],[234],{"type":59,"value":103},{"type":59,"value":236}," (ensuring repo + workflow scopes) before proceeding.",{"type":53,"tag":79,"props":238,"children":239},{},[240,242],{"type":59,"value":241},"Resolve the PR.\n",{"type":53,"tag":75,"props":243,"children":244},{},[245,257],{"type":53,"tag":79,"props":246,"children":247},{},[248,250,256],{"type":59,"value":249},"Prefer the current branch PR: ",{"type":53,"tag":85,"props":251,"children":253},{"className":252},[],[254],{"type":59,"value":255},"gh pr view --json number,url",{"type":59,"value":139},{"type":53,"tag":79,"props":258,"children":259},{},[260],{"type":59,"value":261},"If the user provides a PR number or URL, use that directly.",{"type":53,"tag":79,"props":263,"children":264},{},[265,267],{"type":59,"value":266},"Inspect failing checks (GitHub Actions only).\n",{"type":53,"tag":75,"props":268,"children":269},{},[270,297],{"type":53,"tag":79,"props":271,"children":272},{},[273,275],{"type":59,"value":274},"Preferred: run the bundled script (handles gh field drift and job-log fallbacks):\n",{"type":53,"tag":75,"props":276,"children":277},{},[278,286],{"type":53,"tag":79,"props":279,"children":280},{},[281],{"type":53,"tag":85,"props":282,"children":284},{"className":283},[],[285],{"type":59,"value":181},{"type":53,"tag":79,"props":287,"children":288},{},[289,290,295],{"type":59,"value":186},{"type":53,"tag":85,"props":291,"children":293},{"className":292},[],[294],{"type":59,"value":192},{"type":59,"value":296}," for machine-friendly output.",{"type":53,"tag":79,"props":298,"children":299},{},[300,302],{"type":59,"value":301},"Manual fallback:\n",{"type":53,"tag":75,"props":303,"children":304},{},[305,328,362],{"type":53,"tag":79,"props":306,"children":307},{},[308,314],{"type":53,"tag":85,"props":309,"children":311},{"className":310},[],[312],{"type":59,"value":313},"gh pr checks \u003Cpr> --json name,state,bucket,link,startedAt,completedAt,workflow",{"type":53,"tag":75,"props":315,"children":316},{},[317],{"type":53,"tag":79,"props":318,"children":319},{},[320,322,327],{"type":59,"value":321},"If a field is rejected, rerun with the available fields reported by ",{"type":53,"tag":85,"props":323,"children":325},{"className":324},[],[326],{"type":59,"value":161},{"type":59,"value":139},{"type":53,"tag":79,"props":329,"children":330},{},[331,333,339,341],{"type":59,"value":332},"For each failing check, extract the run id from ",{"type":53,"tag":85,"props":334,"children":336},{"className":335},[],[337],{"type":59,"value":338},"detailsUrl",{"type":59,"value":340}," and run:\n",{"type":53,"tag":75,"props":342,"children":343},{},[344,353],{"type":53,"tag":79,"props":345,"children":346},{},[347],{"type":53,"tag":85,"props":348,"children":350},{"className":349},[],[351],{"type":59,"value":352},"gh run view \u003Crun_id> --json name,workflowName,conclusion,status,url,event,headBranch,headSha",{"type":53,"tag":79,"props":354,"children":355},{},[356],{"type":53,"tag":85,"props":357,"children":359},{"className":358},[],[360],{"type":59,"value":361},"gh run view \u003Crun_id> --log",{"type":53,"tag":79,"props":363,"children":364},{},[365,367],{"type":59,"value":366},"If the run log says it is still in progress, fetch job logs directly:\n",{"type":53,"tag":75,"props":368,"children":369},{},[370],{"type":53,"tag":79,"props":371,"children":372},{},[373],{"type":53,"tag":85,"props":374,"children":376},{"className":375},[],[377],{"type":59,"value":378},"gh api \"\u002Frepos\u002F\u003Cowner>\u002F\u003Crepo>\u002Factions\u002Fjobs\u002F\u003Cjob_id>\u002Flogs\" > \"\u003Cpath>\"",{"type":53,"tag":79,"props":380,"children":381},{},[382,384],{"type":59,"value":383},"Scope non-GitHub Actions checks.\n",{"type":53,"tag":75,"props":385,"children":386},{},[387,399],{"type":53,"tag":79,"props":388,"children":389},{},[390,392,397],{"type":59,"value":391},"If ",{"type":53,"tag":85,"props":393,"children":395},{"className":394},[],[396],{"type":59,"value":338},{"type":59,"value":398}," is not a GitHub Actions run, label it as external and only report the URL.",{"type":53,"tag":79,"props":400,"children":401},{},[402],{"type":59,"value":403},"Do not attempt Buildkite or other providers; keep the workflow lean.",{"type":53,"tag":79,"props":405,"children":406},{},[407,409],{"type":59,"value":408},"Summarize failures for the user.\n",{"type":53,"tag":75,"props":410,"children":411},{},[412,417],{"type":53,"tag":79,"props":413,"children":414},{},[415],{"type":59,"value":416},"Provide the failing check name, run URL (if any), and a concise log snippet.",{"type":53,"tag":79,"props":418,"children":419},{},[420],{"type":59,"value":421},"Call out missing logs explicitly.",{"type":53,"tag":79,"props":423,"children":424},{},[425,427],{"type":59,"value":426},"Create a plan.\n",{"type":53,"tag":75,"props":428,"children":429},{},[430],{"type":53,"tag":79,"props":431,"children":432},{},[433,435,440],{"type":59,"value":434},"Use the ",{"type":53,"tag":85,"props":436,"children":438},{"className":437},[],[439],{"type":59,"value":90},{"type":59,"value":441}," skill to draft a concise plan and request approval.",{"type":53,"tag":79,"props":443,"children":444},{},[445,447],{"type":59,"value":446},"Implement after approval.\n",{"type":53,"tag":75,"props":448,"children":449},{},[450],{"type":53,"tag":79,"props":451,"children":452},{},[453],{"type":59,"value":454},"Apply the approved plan, summarize diffs\u002Ftests, and ask about opening a PR.",{"type":53,"tag":79,"props":456,"children":457},{},[458,460],{"type":59,"value":459},"Recheck status.\n",{"type":53,"tag":75,"props":461,"children":462},{},[463],{"type":53,"tag":79,"props":464,"children":465},{},[466,468,474],{"type":59,"value":467},"After changes, suggest re-running the relevant tests and ",{"type":53,"tag":85,"props":469,"children":471},{"className":470},[],[472],{"type":59,"value":473},"gh pr checks",{"type":59,"value":475}," to confirm.",{"type":53,"tag":62,"props":477,"children":479},{"id":478},"bundled-resources",[480],{"type":59,"value":481},"Bundled Resources",{"type":53,"tag":483,"props":484,"children":486},"h3",{"id":485},"scriptsinspect_pr_checkspy",[487],{"type":59,"value":488},"scripts\u002Finspect_pr_checks.py",{"type":53,"tag":69,"props":490,"children":491},{},[492],{"type":59,"value":493},"Fetch failing PR checks, pull GitHub Actions logs, and extract a failure snippet. Exits non-zero when failures remain so it can be used in automation.",{"type":53,"tag":69,"props":495,"children":496},{},[497],{"type":59,"value":498},"Usage examples:",{"type":53,"tag":75,"props":500,"children":501},{},[502,511,520],{"type":53,"tag":79,"props":503,"children":504},{},[505],{"type":53,"tag":85,"props":506,"children":508},{"className":507},[],[509],{"type":59,"value":510},"python \"{baseDir}\u002Fscripts\u002Finspect_pr_checks.py\" --repo \".\" --pr \"123\"",{"type":53,"tag":79,"props":512,"children":513},{},[514],{"type":53,"tag":85,"props":515,"children":517},{"className":516},[],[518],{"type":59,"value":519},"python \"{baseDir}\u002Fscripts\u002Finspect_pr_checks.py\" --repo \".\" --pr \"https:\u002F\u002Fgithub.com\u002Forg\u002Frepo\u002Fpull\u002F123\" --json",{"type":53,"tag":79,"props":521,"children":522},{},[523],{"type":53,"tag":85,"props":524,"children":526},{"className":525},[],[527],{"type":59,"value":528},"python \"{baseDir}\u002Fscripts\u002Finspect_pr_checks.py\" --repo \".\" --max-lines 200 --context 40",{"type":53,"tag":62,"props":530,"children":532},{"id":531},"when-to-use",[533],{"type":59,"value":534},"When to Use",{"type":53,"tag":62,"props":536,"children":538},{"id":537},"when-not-to-use",[539],{"type":59,"value":540},"When NOT to Use",{"items":542,"total":696},[543,562,572,588,603,616,628,638,651,662,674,685],{"slug":544,"name":544,"fn":545,"description":546,"org":547,"tags":548,"stars":559,"repoUrl":560,"updatedAt":561},"address-sanitizer","detect memory errors during fuzzing","AddressSanitizer detects memory errors during fuzzing. Use when fuzzing C\u002FC++ code to find buffer overflows and use-after-free bugs.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[549,552,553,556],{"name":550,"slug":551,"type":16},"C#","c",{"name":27,"slug":28,"type":16},{"name":554,"slug":555,"type":16},"Security","security",{"name":557,"slug":558,"type":16},"Testing","testing",6139,"https:\u002F\u002Fgithub.com\u002Ftrailofbits\u002Fskills","2026-07-17T06:05:14.925095",{"slug":563,"name":563,"fn":564,"description":565,"org":566,"tags":567,"stars":559,"repoUrl":560,"updatedAt":571},"aflpp","perform multi-core fuzzing of C\u002FC++ projects","AFL++ is a fork of AFL with better fuzzing performance and advanced features. Use for multi-core fuzzing of C\u002FC++ projects.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[568,569,570],{"name":550,"slug":551,"type":16},{"name":554,"slug":555,"type":16},{"name":557,"slug":558,"type":16},"2026-07-17T06:05:12.433192",{"slug":573,"name":573,"fn":574,"description":575,"org":576,"tags":577,"stars":559,"repoUrl":560,"updatedAt":587},"agentic-actions-auditor","audit GitHub Actions for security vulnerabilities","Audits GitHub Actions workflows for security vulnerabilities in AI agent integrations including Claude Code Action, Gemini CLI, OpenAI Codex, and GitHub AI Inference. Detects attack vectors where attacker-controlled input reaches AI agents running in CI\u002FCD pipelines, including env var intermediary patterns, direct expression injection, dangerous sandbox configurations, and wildcard user allowlists. Use when reviewing workflow files that invoke AI coding agents, auditing CI\u002FCD pipeline security for prompt injection risks, or evaluating agentic action configurations.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[578,581,582,585,586],{"name":579,"slug":580,"type":16},"Agents","agents",{"name":24,"slug":25,"type":16},{"name":583,"slug":584,"type":16},"Code Analysis","code-analysis",{"name":14,"slug":15,"type":16},{"name":554,"slug":555,"type":16},"2026-07-18T05:47:48.564744",{"slug":589,"name":589,"fn":590,"description":591,"org":592,"tags":593,"stars":559,"repoUrl":560,"updatedAt":602},"algorand-vulnerability-scanner","scan Algorand smart contracts for vulnerabilities","Scans Algorand smart contracts for 11 common vulnerabilities including rekeying attacks, unchecked transaction fees, missing field validations, and access control issues. Use when auditing Algorand projects (TEAL\u002FPyTeal).",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[594,597,598,599],{"name":595,"slug":596,"type":16},"Audit","audit",{"name":583,"slug":584,"type":16},{"name":554,"slug":555,"type":16},{"name":600,"slug":601,"type":16},"Smart Contracts","smart-contracts","2026-07-18T05:47:43.989063",{"slug":604,"name":604,"fn":605,"description":606,"org":607,"tags":608,"stars":559,"repoUrl":560,"updatedAt":615},"ask-questions-if-underspecified","clarify requirements before implementation","Clarify requirements before implementing. Use when serious doubts arise.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[609,612],{"name":610,"slug":611,"type":16},"Engineering","engineering",{"name":613,"slug":614,"type":16},"Productivity","productivity","2026-07-17T06:05:33.543262",{"slug":617,"name":617,"fn":618,"description":619,"org":620,"tags":621,"stars":559,"repoUrl":560,"updatedAt":627},"atheris","fuzz Python code with Atheris","Atheris is a coverage-guided Python fuzzer based on libFuzzer. Use for fuzzing pure Python code and Python C extensions.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[622,625,626],{"name":623,"slug":624,"type":16},"Python","python",{"name":554,"slug":555,"type":16},{"name":557,"slug":558,"type":16},"2026-07-17T06:05:14.575191",{"slug":629,"name":629,"fn":630,"description":631,"org":632,"tags":633,"stars":559,"repoUrl":560,"updatedAt":637},"audit-augmentation","augment code graphs with audit findings","Augments Trailmark code graphs with external audit findings from SARIF static analysis results, weAudit annotation files, and version-gated Trailmark 0.4.x binary-analysis graph exports. Maps findings to graph nodes by file and line overlap, creates severity-based subgraphs, and enables cross-referencing findings with pre-analysis data (blast radius, taint, etc.). Use when projecting SARIF results onto a code graph, overlaying weAudit annotations, importing binary graph findings, cross-referencing Semgrep, CodeQL, or binary-analysis findings with call graph data, or visualizing audit findings in the context of code structure.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[634,635,636],{"name":595,"slug":596,"type":16},{"name":583,"slug":584,"type":16},{"name":554,"slug":555,"type":16},"2026-08-01T05:44:54.920542",{"slug":639,"name":639,"fn":640,"description":641,"org":642,"tags":643,"stars":559,"repoUrl":560,"updatedAt":650},"audit-context-building","build architectural context for code analysis","Enables ultra-granular, line-by-line code analysis to build deep architectural context before vulnerability or bug finding.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[644,647,648,649],{"name":645,"slug":646,"type":16},"Architecture","architecture",{"name":595,"slug":596,"type":16},{"name":583,"slug":584,"type":16},{"name":610,"slug":611,"type":16},"2026-07-18T05:47:40.122449",{"slug":652,"name":652,"fn":653,"description":654,"org":655,"tags":656,"stars":559,"repoUrl":560,"updatedAt":661},"audit-prep-assistant","prepare codebases for security audits","Prepares codebases for security review using Trail of Bits' checklist. Helps set review goals, runs static analysis tools, increases test coverage, removes dead code, ensures accessibility, and generates documentation (flowcharts, user stories, inline comments).",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[657,658,659,660],{"name":595,"slug":596,"type":16},{"name":583,"slug":584,"type":16},{"name":610,"slug":611,"type":16},{"name":554,"slug":555,"type":16},"2026-07-18T05:47:39.210985",{"slug":663,"name":663,"fn":664,"description":665,"org":666,"tags":667,"stars":559,"repoUrl":560,"updatedAt":673},"burpsuite-project-parser","parse Burp Suite project files","Searches and explores Burp Suite project files (.burp) from the command line. Use when searching response headers or bodies with regex patterns, extracting security audit findings, dumping proxy history or site map data, or analyzing HTTP traffic captured in a Burp project.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[668,669,672],{"name":595,"slug":596,"type":16},{"name":670,"slug":671,"type":16},"CLI","cli",{"name":554,"slug":555,"type":16},"2026-07-17T06:05:33.198077",{"slug":675,"name":675,"fn":676,"description":677,"org":678,"tags":679,"stars":559,"repoUrl":560,"updatedAt":684},"c-review","audit C and C++ code","Performs comprehensive C\u002FC++ security review for memory corruption, integer overflows, race conditions, and platform-specific vulnerabilities. Use when auditing native C\u002FC++ applications, reviewing daemons or services for memory safety, or hunting integer overflow \u002F use-after-free \u002F race conditions in userspace code.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[680,681,682,683],{"name":595,"slug":596,"type":16},{"name":550,"slug":551,"type":16},{"name":583,"slug":584,"type":16},{"name":554,"slug":555,"type":16},"2026-07-17T06:05:11.333374",{"slug":686,"name":686,"fn":687,"description":688,"org":689,"tags":690,"stars":559,"repoUrl":560,"updatedAt":695},"cairo-vulnerability-scanner","scan Cairo and StarkNet contracts for vulnerabilities","Scans Cairo\u002FStarkNet smart contracts for 6 critical vulnerabilities including felt252 arithmetic overflow, L1-L2 messaging issues, address conversion problems, and signature replay. Use when auditing StarkNet projects.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[691,692,693,694],{"name":595,"slug":596,"type":16},{"name":583,"slug":584,"type":16},{"name":554,"slug":555,"type":16},{"name":600,"slug":601,"type":16},"2026-07-18T05:47:42.84568",111,{"items":698,"total":799},[699,709,719,738,750,766,780],{"slug":700,"name":700,"fn":701,"description":702,"org":703,"tags":704,"stars":29,"repoUrl":30,"updatedAt":708},"ffuf-web-fuzzing","perform web fuzzing with ffuf","Expert guidance for ffuf web fuzzing during authorized penetration testing. Covers directory discovery, subdomain enumeration, parameter fuzzing, authenticated fuzzing with raw requests, auto-calibration, and result analysis. Use when running ffuf scans, analyzing ffuf output, or building fuzzing strategies for web targets.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[705,706,707],{"name":583,"slug":584,"type":16},{"name":554,"slug":555,"type":16},{"name":557,"slug":558,"type":16},"2026-07-17T06:05:08.247908",{"slug":710,"name":710,"fn":711,"description":712,"org":713,"tags":714,"stars":29,"repoUrl":30,"updatedAt":718},"ghidra-headless","reverse engineer binaries with Ghidra","Reverse engineers binaries using Ghidra's headless analyzer. Use when decompiling executables, extracting functions, strings, symbols, or analyzing call graphs from compiled binaries without the Ghidra GUI.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[715,716,717],{"name":583,"slug":584,"type":16},{"name":27,"slug":28,"type":16},{"name":554,"slug":555,"type":16},"2026-07-18T05:47:30.015093",{"slug":720,"name":720,"fn":721,"description":722,"org":723,"tags":724,"stars":29,"repoUrl":30,"updatedAt":737},"grilling","stress-test plans and decisions","Interviews the user relentlessly about a plan, decision, or idea until every branch of the decision tree is resolved. Use when the user wants to stress-test their thinking, sharpen a plan or design before acting, or uses any 'grill' trigger phrase (e.g. \"grill me on this\").",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[725,728,731,734],{"name":726,"slug":727,"type":16},"Analysis","analysis",{"name":729,"slug":730,"type":16},"Coaching","coaching",{"name":732,"slug":733,"type":16},"Ideation","ideation",{"name":735,"slug":736,"type":16},"Strategy","strategy","2026-07-18T05:48:12.46583",{"slug":739,"name":739,"fn":740,"description":741,"org":742,"tags":743,"stars":29,"repoUrl":30,"updatedAt":749},"handoff","compact conversation for session handoff","Compacts the current conversation into a handoff document so a fresh agent can continue the work in a new session.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[744,745,748],{"name":579,"slug":580,"type":16},{"name":746,"slug":747,"type":16},"Context","context",{"name":613,"slug":614,"type":16},"2026-07-18T05:47:03.196098",{"slug":751,"name":751,"fn":752,"description":753,"org":754,"tags":755,"stars":29,"repoUrl":30,"updatedAt":765},"humanizer","edit text to sound human-written","Remove signs of AI-generated writing from text. Use when editing or reviewing\ntext to make it sound more natural and human-written. Based on Wikipedia's\ncomprehensive \"Signs of AI writing\" guide. Detects and fixes patterns including:\ninflated symbolism, promotional language, superficial -ing analyses, vague\nattributions, em dash overuse, rule of three, AI vocabulary words, negative\nparallelisms, and excessive conjunctive phrases. 30c5c8d (Update humanizer plugin to upstream v2.2.0)\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[756,759,762],{"name":757,"slug":758,"type":16},"Content Creation","content-creation",{"name":760,"slug":761,"type":16},"Editing","editing",{"name":763,"slug":764,"type":16},"Writing","writing","2026-07-18T05:47:18.1749",{"slug":767,"name":767,"fn":768,"description":769,"org":770,"tags":771,"stars":29,"repoUrl":30,"updatedAt":779},"last30days","research recent community discussions and trends","Researches a topic from the last 30 days on Reddit, X, and the web. Surfaces real community discussions with engagement metrics and synthesizes findings into actionable insights. Use when the user wants to know what people are saying about a topic right now.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[772,773,776],{"name":726,"slug":727,"type":16},{"name":774,"slug":775,"type":16},"Research","research",{"name":777,"slug":778,"type":16},"Social Media","social-media","2026-07-17T06:04:39.744471",{"slug":781,"name":781,"fn":782,"description":783,"org":784,"tags":785,"stars":29,"repoUrl":30,"updatedAt":798},"openai-cloudflare-deploy","deploy applications to Cloudflare","Deploy applications and infrastructure to Cloudflare using Workers, Pages, and related platform services. Use when the user asks to deploy, host, publish, or set up a project on Cloudflare. Originally from OpenAI's curated skills catalog.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[786,789,792,795],{"name":787,"slug":788,"type":16},"Cloudflare","cloudflare",{"name":790,"slug":791,"type":16},"Cloudflare Pages","cloudflare-pages",{"name":793,"slug":794,"type":16},"Cloudflare Workers","cloudflare-workers",{"name":796,"slug":797,"type":16},"Deployment","deployment","2026-07-17T06:04:46.574433",31]