Explicitly launch an independent outside-expert consultation via Codex MCP. Use only when the user directly asks to run this workflow or asks another expert/agent for an independent second opinion. Do not infer it from ordinary review, feedback, validation,…
Explicitly launch the automated Ralph-Lisa plan-implement-review workflow. Use only when the current request directly asks to start or run Ralph-Lisa; a mention or discussion of the skill is not an invocation. Never infer it from ordinary planning, building,…
Use when resolving zizmor warnings in GitHub Actions workflows, hardening CI pipelines, or pinning actions to SHA hashes. Covers artipacked, template-injection, excessive-permissions, secrets-outside-env, dependabot-execution, and when to suppress vs fix.…
Address PR review comments - fix issues, reply to threads, mark resolved
Write, slim, or audit a repository's agent instruction file — AGENTS.md, CLAUDE.md, or similar. Use when creating one for a repo that lacks it, when an existing one has grown bloated, stale, or contradictory, or when reviewing one for wrong commands and dead…
Use when sweeping a whole dependency corpus or codebase for every instance of one known bug class — "audit our gems/modules/packages for X", "we fixed this here, where else does it occur?", "find every place this pattern appears". Truffle hunting. Covers…
Use when a Ruby native extension segfaults intermittently, corrupts data under load, or breaks after GC.compact — and when auditing native gems for dangling pointers. The scent library for use-after-free and GC-invalidated pointers in C extensions: raw VALUEs…
Fetch Basecamp project or person activity into day-cached JSON atoms. Uses the Basecamp API with pagination and rate-limit backoff. Part of the recap plugin's activity fetcher pipeline.