[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-openai-verify-fix":3,"mdc-4h4nax-key":49,"related-org-openai-verify-fix":398,"related-repo-openai-verify-fix":603},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":11,"stars":25,"repoUrl":26,"updatedAt":27,"license":28,"forks":29,"topics":30,"repo":44,"sourceUrl":47,"mdContent":48},"verify-fix","verify security vulnerability remediations","Use when the user asks whether an existing security fix, patch, finding, or completed issue actually remediates the original vulnerability without modifying the repository. Do not use to validate candidate findings, implement patches, or run full repository scans.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},"openai","OpenAI","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fopenai.png",[12,16,19,22],{"name":13,"slug":14,"type":15},"Security","security","tag",{"name":17,"slug":18,"type":15},"QA","qa",{"name":20,"slug":21,"type":15},"Vulnerability","vulnerability",{"name":23,"slug":24,"type":15},"Code Analysis","code-analysis",5298,"https:\u002F\u002Fgithub.com\u002Fopenai\u002Fcodex-security","2026-08-28T15:09:51.060416",null,342,[31,32,33,34,35,36,37,38,39,40,8,41,14,42,43],"ai-security","application-security","cli","code-scanning","codex","codex-security","cybersecurity","devsecops","nodejs","npm","sdk","typescript","vulnerability-scanning",{"repoUrl":26,"stars":25,"forks":29,"topics":45,"description":46},[31,32,33,34,35,36,37,38,39,40,8,41,14,42,43],"OpenAI's Codex Security CLI and TypeScript SDK for finding, validating, and fixing security vulnerabilities. npm: https:\u002F\u002Fwww.npmjs.com\u002Fpackage\u002F@openai\u002Fcodex-security","https:\u002F\u002Fgithub.com\u002Fopenai\u002Fcodex-security\u002Ftree\u002FHEAD\u002Fplugins\u002Fcodex-security\u002Fskills\u002Fverify-fix","---\nname: verify-fix\ndescription: Use when the user asks whether an existing security fix, patch, finding, or completed issue actually remediates the original vulnerability without modifying the repository. Do not use to validate candidate findings, implement patches, or run full repository scans.\n---\n\n# Verify Fix\n\n## Objective\n\nDetermine whether each supplied security finding has been fixed in the current checkout. Operate in standalone verification-only mode; do not create, modify, or delete repository files, apply patches, commit changes, write artifacts, or modify issue trackers.\n\n## Assessment Method\n\nUse `..\u002F..\u002Freferences\u002Fstatic-finding-assessment.md` to identify the original attacker-controlled source, security control, sensitive sink, reachable path, trust boundary, counterevidence, and proof gaps. If the caller already supplied that reference in the prompt, use the supplied contents without reading it again.\n\n## Verification Workflow\n\n1. Establish the original vulnerability, its preconditions, affected security boundary, and legitimate behavior that must continue to work.\n2. Confirm the current checkout contains the affected component. Follow moved or refactored code rather than treating a missing file, removed line, or changed function name as proof of remediation.\n3. Trace the original exploit path through the current implementation and check the nearest relevant control, equivalent paths, and plausible bypasses.\n4. Run the original reproducer, focused regression checks, or legitimate-behavior checks only when they can run without modifying the repository. Preserve exact static evidence when runtime checks are unavailable.\n5. Return one result per supplied finding, in the requested order. Treat closed tickets, unrelated passing tests, and the absence of a new scan finding as insufficient proof.\n\n## Result Contract\n\nReturn exactly one JSON object:\n\n```json\n{\n  \"results\": [\n    {\n      \"id\": \"finding-or-issue-id\",\n      \"status\": \"fixed|still_vulnerable|inconclusive\",\n      \"evidence\": \"specific current source, exploit, test, or proof-gap evidence\"\n    }\n  ]\n}\n```\n\n- Use `fixed` only when evidence proves the original security boundary is closed and legitimate behavior remains intact.\n- Use `still_vulnerable` only when evidence proves the original vulnerable path remains reachable.\n- Use `inconclusive` for a repository mismatch, missing original context, unavailable relevant checks, an unproven legitimate control, or another material proof gap.\n\nNever infer a stronger verdict by weakening the read-only boundary, substituting a different vulnerability, or hiding missing evidence.\n",{"data":50,"body":51},{"name":4,"description":6},{"type":52,"children":53},"root",[54,62,69,75,81,95,101,131,137,142,347,387,392],{"type":55,"tag":56,"props":57,"children":58},"element","h1",{"id":4},[59],{"type":60,"value":61},"text","Verify Fix",{"type":55,"tag":63,"props":64,"children":66},"h2",{"id":65},"objective",[67],{"type":60,"value":68},"Objective",{"type":55,"tag":70,"props":71,"children":72},"p",{},[73],{"type":60,"value":74},"Determine whether each supplied security finding has been fixed in the current checkout. Operate in standalone verification-only mode; do not create, modify, or delete repository files, apply patches, commit changes, write artifacts, or modify issue trackers.",{"type":55,"tag":63,"props":76,"children":78},{"id":77},"assessment-method",[79],{"type":60,"value":80},"Assessment Method",{"type":55,"tag":70,"props":82,"children":83},{},[84,86,93],{"type":60,"value":85},"Use ",{"type":55,"tag":87,"props":88,"children":90},"code",{"className":89},[],[91],{"type":60,"value":92},"..\u002F..\u002Freferences\u002Fstatic-finding-assessment.md",{"type":60,"value":94}," to identify the original attacker-controlled source, security control, sensitive sink, reachable path, trust boundary, counterevidence, and proof gaps. If the caller already supplied that reference in the prompt, use the supplied contents without reading it again.",{"type":55,"tag":63,"props":96,"children":98},{"id":97},"verification-workflow",[99],{"type":60,"value":100},"Verification Workflow",{"type":55,"tag":102,"props":103,"children":104},"ol",{},[105,111,116,121,126],{"type":55,"tag":106,"props":107,"children":108},"li",{},[109],{"type":60,"value":110},"Establish the original vulnerability, its preconditions, affected security boundary, and legitimate behavior that must continue to work.",{"type":55,"tag":106,"props":112,"children":113},{},[114],{"type":60,"value":115},"Confirm the current checkout contains the affected component. Follow moved or refactored code rather than treating a missing file, removed line, or changed function name as proof of remediation.",{"type":55,"tag":106,"props":117,"children":118},{},[119],{"type":60,"value":120},"Trace the original exploit path through the current implementation and check the nearest relevant control, equivalent paths, and plausible bypasses.",{"type":55,"tag":106,"props":122,"children":123},{},[124],{"type":60,"value":125},"Run the original reproducer, focused regression checks, or legitimate-behavior checks only when they can run without modifying the repository. Preserve exact static evidence when runtime checks are unavailable.",{"type":55,"tag":106,"props":127,"children":128},{},[129],{"type":60,"value":130},"Return one result per supplied finding, in the requested order. Treat closed tickets, unrelated passing tests, and the absence of a new scan finding as insufficient proof.",{"type":55,"tag":63,"props":132,"children":134},{"id":133},"result-contract",[135],{"type":60,"value":136},"Result Contract",{"type":55,"tag":70,"props":138,"children":139},{},[140],{"type":60,"value":141},"Return exactly one JSON object:",{"type":55,"tag":143,"props":144,"children":149},"pre",{"className":145,"code":146,"language":147,"meta":148,"style":148},"language-json shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","{\n  \"results\": [\n    {\n      \"id\": \"finding-or-issue-id\",\n      \"status\": \"fixed|still_vulnerable|inconclusive\",\n      \"evidence\": \"specific current source, exploit, test, or proof-gap evidence\"\n    }\n  ]\n}\n","json","",[150],{"type":55,"tag":87,"props":151,"children":152},{"__ignoreMap":148},[153,165,195,204,247,285,320,329,338],{"type":55,"tag":154,"props":155,"children":158},"span",{"class":156,"line":157},"line",1,[159],{"type":55,"tag":154,"props":160,"children":162},{"style":161},"--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF",[163],{"type":60,"value":164},"{\n",{"type":55,"tag":154,"props":166,"children":168},{"class":156,"line":167},2,[169,174,180,185,190],{"type":55,"tag":154,"props":170,"children":171},{"style":161},[172],{"type":60,"value":173},"  \"",{"type":55,"tag":154,"props":175,"children":177},{"style":176},"--shiki-light:#9C3EDA;--shiki-default:#C792EA;--shiki-dark:#C792EA",[178],{"type":60,"value":179},"results",{"type":55,"tag":154,"props":181,"children":182},{"style":161},[183],{"type":60,"value":184},"\"",{"type":55,"tag":154,"props":186,"children":187},{"style":161},[188],{"type":60,"value":189},":",{"type":55,"tag":154,"props":191,"children":192},{"style":161},[193],{"type":60,"value":194}," [\n",{"type":55,"tag":154,"props":196,"children":198},{"class":156,"line":197},3,[199],{"type":55,"tag":154,"props":200,"children":201},{"style":161},[202],{"type":60,"value":203},"    {\n",{"type":55,"tag":154,"props":205,"children":207},{"class":156,"line":206},4,[208,213,219,223,227,232,238,242],{"type":55,"tag":154,"props":209,"children":210},{"style":161},[211],{"type":60,"value":212},"      \"",{"type":55,"tag":154,"props":214,"children":216},{"style":215},"--shiki-light:#E2931D;--shiki-default:#FFCB6B;--shiki-dark:#FFCB6B",[217],{"type":60,"value":218},"id",{"type":55,"tag":154,"props":220,"children":221},{"style":161},[222],{"type":60,"value":184},{"type":55,"tag":154,"props":224,"children":225},{"style":161},[226],{"type":60,"value":189},{"type":55,"tag":154,"props":228,"children":229},{"style":161},[230],{"type":60,"value":231}," \"",{"type":55,"tag":154,"props":233,"children":235},{"style":234},"--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D",[236],{"type":60,"value":237},"finding-or-issue-id",{"type":55,"tag":154,"props":239,"children":240},{"style":161},[241],{"type":60,"value":184},{"type":55,"tag":154,"props":243,"children":244},{"style":161},[245],{"type":60,"value":246},",\n",{"type":55,"tag":154,"props":248,"children":250},{"class":156,"line":249},5,[251,255,260,264,268,272,277,281],{"type":55,"tag":154,"props":252,"children":253},{"style":161},[254],{"type":60,"value":212},{"type":55,"tag":154,"props":256,"children":257},{"style":215},[258],{"type":60,"value":259},"status",{"type":55,"tag":154,"props":261,"children":262},{"style":161},[263],{"type":60,"value":184},{"type":55,"tag":154,"props":265,"children":266},{"style":161},[267],{"type":60,"value":189},{"type":55,"tag":154,"props":269,"children":270},{"style":161},[271],{"type":60,"value":231},{"type":55,"tag":154,"props":273,"children":274},{"style":234},[275],{"type":60,"value":276},"fixed|still_vulnerable|inconclusive",{"type":55,"tag":154,"props":278,"children":279},{"style":161},[280],{"type":60,"value":184},{"type":55,"tag":154,"props":282,"children":283},{"style":161},[284],{"type":60,"value":246},{"type":55,"tag":154,"props":286,"children":288},{"class":156,"line":287},6,[289,293,298,302,306,310,315],{"type":55,"tag":154,"props":290,"children":291},{"style":161},[292],{"type":60,"value":212},{"type":55,"tag":154,"props":294,"children":295},{"style":215},[296],{"type":60,"value":297},"evidence",{"type":55,"tag":154,"props":299,"children":300},{"style":161},[301],{"type":60,"value":184},{"type":55,"tag":154,"props":303,"children":304},{"style":161},[305],{"type":60,"value":189},{"type":55,"tag":154,"props":307,"children":308},{"style":161},[309],{"type":60,"value":231},{"type":55,"tag":154,"props":311,"children":312},{"style":234},[313],{"type":60,"value":314},"specific current source, exploit, test, or proof-gap evidence",{"type":55,"tag":154,"props":316,"children":317},{"style":161},[318],{"type":60,"value":319},"\"\n",{"type":55,"tag":154,"props":321,"children":323},{"class":156,"line":322},7,[324],{"type":55,"tag":154,"props":325,"children":326},{"style":161},[327],{"type":60,"value":328},"    }\n",{"type":55,"tag":154,"props":330,"children":332},{"class":156,"line":331},8,[333],{"type":55,"tag":154,"props":334,"children":335},{"style":161},[336],{"type":60,"value":337},"  ]\n",{"type":55,"tag":154,"props":339,"children":341},{"class":156,"line":340},9,[342],{"type":55,"tag":154,"props":343,"children":344},{"style":161},[345],{"type":60,"value":346},"}\n",{"type":55,"tag":348,"props":349,"children":350},"ul",{},[351,363,375],{"type":55,"tag":106,"props":352,"children":353},{},[354,355,361],{"type":60,"value":85},{"type":55,"tag":87,"props":356,"children":358},{"className":357},[],[359],{"type":60,"value":360},"fixed",{"type":60,"value":362}," only when evidence proves the original security boundary is closed and legitimate behavior remains intact.",{"type":55,"tag":106,"props":364,"children":365},{},[366,367,373],{"type":60,"value":85},{"type":55,"tag":87,"props":368,"children":370},{"className":369},[],[371],{"type":60,"value":372},"still_vulnerable",{"type":60,"value":374}," only when evidence proves the original vulnerable path remains reachable.",{"type":55,"tag":106,"props":376,"children":377},{},[378,379,385],{"type":60,"value":85},{"type":55,"tag":87,"props":380,"children":382},{"className":381},[],[383],{"type":60,"value":384},"inconclusive",{"type":60,"value":386}," for a repository mismatch, missing original context, unavailable relevant checks, an unproven legitimate control, or another material proof gap.",{"type":55,"tag":70,"props":388,"children":389},{},[390],{"type":60,"value":391},"Never infer a stronger verdict by weakening the read-only boundary, substituting a different vulnerability, or hiding missing evidence.",{"type":55,"tag":393,"props":394,"children":395},"style",{},[396],{"type":60,"value":397},"html .light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html.light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}",{"items":399,"total":602},[400,421,444,461,475,494,513,529,545,559,571,586],{"slug":401,"name":401,"fn":402,"description":403,"org":404,"tags":405,"stars":418,"repoUrl":419,"updatedAt":420},"prior-auth-packet-builder","build healthcare prior authorization packets","Build a concise prior authorization packet from local case files and payer policy docs.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[406,409,412,415],{"name":407,"slug":408,"type":15},"Documents","documents",{"name":410,"slug":411,"type":15},"Healthcare","healthcare",{"name":413,"slug":414,"type":15},"Insurance","insurance",{"name":416,"slug":417,"type":15},"Regulatory Compliance","regulatory-compliance",28169,"https:\u002F\u002Fgithub.com\u002Fopenai\u002Fopenai-agents-python","2026-08-02T05:48:07.395855",{"slug":422,"name":422,"fn":423,"description":424,"org":425,"tags":426,"stars":441,"repoUrl":442,"updatedAt":443},"aspnet-core","build ASP.NET Core web applications","Build, review, refactor, or architect ASP.NET Core web applications using current official guidance for .NET web development. Use when working on Blazor Web Apps, Razor Pages, MVC, Minimal APIs, controller-based Web APIs, SignalR, gRPC, middleware, dependency injection, configuration, authentication, authorization, testing, performance, deployment, or ASP.NET Core upgrades.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[427,430,432,435,438],{"name":428,"slug":429,"type":15},".NET","dotnet",{"name":431,"slug":422,"type":15},"ASP.NET Core",{"name":433,"slug":434,"type":15},"Blazor","blazor",{"name":436,"slug":437,"type":15},"C#","csharp",{"name":439,"slug":440,"type":15},"Web Development","web-development",23787,"https:\u002F\u002Fgithub.com\u002Fopenai\u002Fskills","2026-04-12T05:07:02.819491",{"slug":445,"name":445,"fn":446,"description":447,"org":448,"tags":449,"stars":441,"repoUrl":442,"updatedAt":460},"chatgpt-apps","build ChatGPT Apps SDK applications","Build, scaffold, refactor, and troubleshoot ChatGPT Apps SDK applications that combine an MCP server and widget UI. Use when Codex needs to design tools, register UI resources, wire the MCP Apps bridge or ChatGPT compatibility APIs, apply Apps SDK metadata or CSP or domain settings, or produce a docs-aligned project scaffold. Prefer a docs-first workflow by invoking the openai-docs skill or OpenAI developer docs MCP tools before generating code.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[450,453,456,459],{"name":451,"slug":452,"type":15},"Apps SDK","apps-sdk",{"name":454,"slug":455,"type":15},"ChatGPT","chatgpt",{"name":457,"slug":458,"type":15},"MCP","mcp",{"name":9,"slug":8,"type":15},"2026-04-12T05:07:05.468097",{"slug":462,"name":462,"fn":463,"description":464,"org":465,"tags":466,"stars":441,"repoUrl":442,"updatedAt":474},"cli-creator","build CLIs from API docs","Build a composable CLI for Codex from API docs, an OpenAPI spec, existing curl examples, an SDK, a web app, an admin tool, or a local script. Use when the user wants Codex to create a command-line tool that can run from any repo, expose composable read\u002Fwrite commands, return stable JSON, manage auth, and pair with a companion skill.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[467,470,472],{"name":468,"slug":469,"type":15},"API Development","api-development",{"name":471,"slug":33,"type":15},"CLI",{"name":473,"slug":35,"type":15},"Codex","2026-04-12T05:07:04.132762",{"slug":476,"name":476,"fn":477,"description":478,"org":479,"tags":480,"stars":441,"repoUrl":442,"updatedAt":493},"cloudflare-deploy","deploy projects 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.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[481,484,487,490],{"name":482,"slug":483,"type":15},"Cloudflare","cloudflare",{"name":485,"slug":486,"type":15},"Cloudflare Pages","cloudflare-pages",{"name":488,"slug":489,"type":15},"Cloudflare Workers","cloudflare-workers",{"name":491,"slug":492,"type":15},"Deployment","deployment","2026-04-12T05:07:14.275118",{"slug":495,"name":495,"fn":496,"description":497,"org":498,"tags":499,"stars":441,"repoUrl":442,"updatedAt":512},"define-goal","define and set measurable project goals","Help the user define a concrete, measurable goal before starting work, especially when they ask to use the goal tool, create a goal, set an objective, clarify success criteria, or turn a fuzzy intention into a quantitative outcome. Use this skill for goal creation and goal refinement only; it does not manage durable snapshots, decision logs, or long-running execution artifacts.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[500,503,506,509],{"name":501,"slug":502,"type":15},"Productivity","productivity",{"name":504,"slug":505,"type":15},"Project Management","project-management",{"name":507,"slug":508,"type":15},"Strategy","strategy",{"name":510,"slug":511,"type":15},"Task Management","task-management","2026-05-23T06:17:16.870838",{"slug":514,"name":514,"fn":515,"description":516,"org":517,"tags":518,"stars":441,"repoUrl":442,"updatedAt":528},"figma","translate Figma designs into code","Use the Figma MCP server to fetch design context, screenshots, variables, and assets from Figma, and to translate Figma nodes into production code. Trigger when a task involves Figma URLs, node IDs, design-to-code implementation, or Figma MCP setup and troubleshooting.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[519,522,524,527],{"name":520,"slug":521,"type":15},"Design","design",{"name":523,"slug":514,"type":15},"Figma",{"name":525,"slug":526,"type":15},"Frontend","frontend",{"name":457,"slug":458,"type":15},"2026-04-12T05:06:47.939943",{"slug":530,"name":530,"fn":531,"description":532,"org":533,"tags":534,"stars":441,"repoUrl":442,"updatedAt":544},"figma-code-connect-components","connect Figma designs to code components","Connects Figma design components to code components using Code Connect mapping tools. Use when user says \"code connect\", \"connect this component to code\", \"map this component\", \"link component to code\", \"create code connect mapping\", or wants to establish mappings between Figma designs and code implementations. For canvas writes via `use_figma`, use `figma-use`.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[535,536,539,540,541],{"name":520,"slug":521,"type":15},{"name":537,"slug":538,"type":15},"Design System","design-system",{"name":523,"slug":514,"type":15},{"name":525,"slug":526,"type":15},{"name":542,"slug":543,"type":15},"UI Components","ui-components","2026-05-10T05:59:52.971881",{"slug":546,"name":546,"fn":547,"description":548,"org":549,"tags":550,"stars":441,"repoUrl":442,"updatedAt":558},"figma-create-design-system-rules","generate design system rules from Figma","Generates custom design system rules for the user's codebase. Use when user says \"create design system rules\", \"generate rules for my project\", \"set up design rules\", \"customize design system guidelines\", or wants to establish project-specific conventions for Figma-to-code workflows. Requires Figma MCP server connection.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[551,552,553,556,557],{"name":520,"slug":521,"type":15},{"name":537,"slug":538,"type":15},{"name":554,"slug":555,"type":15},"Documentation","documentation",{"name":523,"slug":514,"type":15},{"name":525,"slug":526,"type":15},"2026-05-16T06:07:47.821474",{"slug":560,"name":560,"fn":561,"description":562,"org":563,"tags":564,"stars":441,"repoUrl":442,"updatedAt":570},"figma-implement-design","translate Figma designs into application code","Translates Figma designs into production-ready application code with 1:1 visual fidelity. Use when implementing UI code from Figma files, when user mentions \"implement design\", \"generate code\", \"implement component\", provides Figma URLs, or asks to build components matching Figma specs. For Figma canvas writes via `use_figma`, use `figma-use`.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[565,566,567,568,569],{"name":520,"slug":521,"type":15},{"name":523,"slug":514,"type":15},{"name":525,"slug":526,"type":15},{"name":542,"slug":543,"type":15},{"name":439,"slug":440,"type":15},"2026-05-16T06:07:40.583615",{"slug":572,"name":572,"fn":573,"description":574,"org":575,"tags":576,"stars":441,"repoUrl":442,"updatedAt":585},"hatch-pet","create animated pets for Codex","Create, repair, validate, visually QA, and package Codex-compatible animated pets and pet spritesheets from character art, generated images, company or prospect brand cues, or visual references. Use when a user wants a lightweight-worker Codex pet workflow, a non-pixel custom pet style, a prospect or company mascot pet, or a full 8x9 animated pet atlas with transparent unused cells, QA contact sheets, and pet.json packaging. This skill composes the installed $imagegen system skill for visual generation and uses bundled scripts for deterministic spritesheet assembly.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[577,580,581,584],{"name":578,"slug":579,"type":15},"Animation","animation",{"name":473,"slug":35,"type":15},{"name":582,"slug":583,"type":15},"Creative","creative",{"name":520,"slug":521,"type":15},"2026-05-02T05:31:48.48485",{"slug":587,"name":587,"fn":588,"description":589,"org":590,"tags":591,"stars":441,"repoUrl":442,"updatedAt":601},"imagegen","generate and edit raster images","Generate or edit raster images when the task benefits from AI-created bitmap visuals such as photos, illustrations, textures, sprites, mockups, or transparent-background cutouts. Use when Codex should create a brand-new image, transform an existing image, or derive visual variants from references, and the output should be a bitmap asset rather than repo-native code or vector. Do not use when the task is better handled by editing existing SVG\u002Fvector\u002Fcode-native assets, extending an established icon or logo system, or building the visual directly in HTML\u002FCSS\u002Fcanvas.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[592,593,594,597,600],{"name":582,"slug":583,"type":15},{"name":520,"slug":521,"type":15},{"name":595,"slug":596,"type":15},"Image Generation","image-generation",{"name":598,"slug":599,"type":15},"Images","images",{"name":9,"slug":8,"type":15},"2026-05-15T06:23:24.312127",578,{"items":604,"total":197},[605,620,635],{"slug":606,"name":606,"fn":607,"description":608,"org":609,"tags":610,"stars":25,"repoUrl":26,"updatedAt":619},"assess-patch-risk","assess security patch regression risk","Assess an immutable patch artifact's program impact, regression risk, and auto-merge eligibility. Use for generated patch files, provider pull-request diffs, or commit ranges when reviewers need evidence about affected runtime paths, contracts, tests, and recoverability. This skill is read-only and does not generate, edit, apply, push, or merge the patch.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[611,612,615,618],{"name":23,"slug":24,"type":15},{"name":613,"slug":614,"type":15},"Pull Requests","pull-requests",{"name":616,"slug":617,"type":15},"Risk Assessment","risk-assessment",{"name":13,"slug":14,"type":15},"2026-08-28T15:08:53.506402",{"slug":621,"name":621,"fn":622,"description":623,"org":624,"tags":625,"stars":25,"repoUrl":26,"updatedAt":634},"define-security-policy","define repository security policies","Define, review, or update SECURITY.md guidance for a repository or component. Use when the user wants to clarify what Codex Security should review, what is out of scope, which security properties must hold, or whether existing guidance still matches the code.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[626,627,630,633],{"name":554,"slug":555,"type":15},{"name":628,"slug":629,"type":15},"Governance","governance",{"name":631,"slug":632,"type":15},"Policy","policy",{"name":13,"slug":14,"type":15},"2026-08-28T15:09:51.774029",{"slug":4,"name":4,"fn":5,"description":6,"org":636,"tags":637,"stars":25,"repoUrl":26,"updatedAt":27},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[638,639,640,641],{"name":23,"slug":24,"type":15},{"name":17,"slug":18,"type":15},{"name":13,"slug":14,"type":15},{"name":20,"slug":21,"type":15}]