Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

review-loop

review-loop에는 NYTC69에서 수집한 skills 11개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
11
Stars
3
업데이트
2026-05-14
Forks
0
직업 범위
직업 카테고리 4개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

execute
소프트웨어 개발자

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.

2026-05-14
review-loop
소프트웨어 품질 보증 분석가·테스터

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.

2026-05-14
execute
소프트웨어 개발자

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.

2026-05-14
review-loop
소프트웨어 품질 보증 분석가·테스터

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 wants driven by a plan→review→implement→CR cycle.

2026-05-14
plan
프로젝트 관리 전문가

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.

2026-05-09
plan
프로젝트 관리 전문가

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.

2026-05-07
guide
임원 비서 및 행정 보좌관

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

2026-04-23
guide
소프트웨어 개발자

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

2026-04-23
code-quality-loop
소프트웨어 품질 보증 분석가·테스터

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

2026-04-21
review-pr
소프트웨어 품질 보증 분석가·테스터

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.

2026-04-21
reorganize
소프트웨어 개발자

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

2026-04-02