← Volver al catálogo
NYTC69

Autor en el catálogo

NYTC69

11 skills33 estrellas en totalgithub.com/NYTC69

Skills publicadas

guide

3

Codex Stage 1 guide for review-loop and the shared Claude/Codex state model.

Design e Frontend#aipor NYTC69

code-quality-loop

3

Iterative review-fix loop: reviews code, auto-fixes issues, repeats until clean or stuck. Finishes with reorganize (for large changes), simplify + test consolidation.

Desenvolvimento#ai#testpor NYTC69

review-loop

3

Automates a Plan-Execute-Review workflow with built-in iteration loops. An Orchestrator coordinates an Executor sub-agent and a configurable Reviewer (external AI CLI like Codex, or Claude sub-agent) to drive work items from description to delivery — with every review finding visible to the user. Trigger: "run review-loop on", "start review loop", "let the agents handle", or any task the user want

Automação#aipor NYTC69

review-pr

3

Comprehensive code review using specialized agents. Each agent focuses on a different quality aspect (code, errors, comments, types, tests, simplify). Runs sequentially by default or in parallel on request.

Desenvolvimento#ai#testpor NYTC69

review-loop

3

Codex-native Stage 1 review-loop skill. Orchestrates planning and execution with a Codex Executor and Claude/Codex reviewer backends while sharing the .review-loop protocol with Claude Code.

Automação#aipor NYTC69

execute

3

Run the execution + quality polish + delivery stages of review-loop against one of three entry modes: resume an approved session (`--session`), execute a user-supplied plan (`--plan`), or run a pure-CR pass on the current working tree (`--review-only`). Supports batched runs via `--stop-after <stage>`. Use when you already have a plan, or only want CR on existing code.

Desenvolvimento#aipor NYTC69

reorganize

3

Reorganize code file structure: rearrange modules, extract reuse, remove redundancy, add section comments. Preserves all functionality and logic.

Produtividade#aipor NYTC69

execute

3

Codex Stage 1 execute skill. Run the execution + quality polish + delivery stages of review-loop against one of three entry modes: resume an approved session (`--session`), execute a user-supplied plan (`--plan`), or run a pure-CR pass on the current working tree (`--review-only`). Supports batched runs via `--stop-after <stage>`. Use when you already have a plan, or only want CR on existing code.

Desenvolvimento#aipor NYTC69

guide

3

Show review-loop usage guide: how it works, commands, configuration, and key features. Use when the user asks for help with review-loop.

Design e Frontend#aipor NYTC69

plan

3

Run the planning phase only: drive a work item from raw description to a reviewer-approved plan in `.review-loop/sessions/{uuid}.md`, then exit with a hint to resume via `review-loop:execute --session <uuid>`. Use when you want plan-only iteration without immediately entering execution.

Design e Frontend#aipor NYTC69

plan

3

Codex Stage 1 planning-only skill. Drives a work item from raw description to a reviewer-approved plan in `.review-loop/sessions/{uuid}.md`, then exits with a hint to resume via `review-loop:execute --session <uuid>`. Use when you want plan-only iteration without immediately entering execution.

Design e Frontend#aipor NYTC69

Alerta por categoría

Recibe nuevas skills de Design e Frontend todos los lunes