com um clique
skills
skills contém 5 skills coletadas de dejanvasic85, com cobertura ocupacional por repositório e páginas de detalhe dentro do site.
Skills neste repositório
Address review feedback on an existing GitHub pull request. Use when Codex needs to inspect PR comments, decide which suggestions to implement or push back on, make and verify scoped fixes, reply in the relevant threads, and resolve addressed review threads.
Generate a detailed execution plan directly from an idea file. Searches the codebase first, asks only what it cannot infer, then writes the plan. Use when the user says "create plan", "plan this idea", "plan the work", or invokes /plan-from-idea.
Scan git logs for a date range and produce a categorised invoice line-item list. Classifies commits as Maintenance (framework upgrades, bug fixes) or Feature work (new functionality, with size estimates). Use when the user says "generate invoice", "invoice from git", "what did I work on", or invokes /git-invoice.
Scan planning documents, parse YAML frontmatter, and regenerate docs/planning/*/_index.md dashboard files with current pipeline status summaries.
Capture a raw idea quickly into docs/planning/ideas/ with a date-prefixed filename and YAML frontmatter. Use when the user says "I have an idea", "capture idea", "new idea", or invokes /plan-idea.