All authors
NYTC69 avatar

Claude Skills by NYTC69

github.com/NYTC69
7 skillsA× 70 installs1 views
ExecuteA

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.

code-qualitypythongo
0
3
GuideA

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

documentationbackendsecurity
0
3
PlanA

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.

code-qualitypythonshell
0
3
Review LoopA

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.

code-qualitypythonshell
0
3
Code Quality LoopA

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

developmentjavascripttypescript
0
3
ReorganizeA

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

developmenttypescriptpython
0
3
Review PrA

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.

code-qualitygoexpress
0
3