com um clique
next-todo
Read todo.md and recommend the next task to work on
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Read todo.md and recommend the next task to work on
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
Audit Claude-authored commits across all repositories Claude has worked in against the code-style guide, reporting violations plus guide defects (missing, dead, or ambiguous rules) the violations reveal. Run on demand from the dotfiles (marketplace) repo.
riseshia's coding conventions. Use it always unless a project-specific convention (CLAUDE.md, style guides) exists.
Quality-check the code-style guide for contradictions, duplications, and ambiguous rules. Run after editing the code-style skill files.
Explain a topic as a single, readable, self-contained HTML file that the user opens in a browser. Use when the user runs /explain-with-html, or asks to have something explained "as HTML", "in a browser", or with a visual/diagram-heavy write-up. The topic is optional — infer it from the recent conversation and confirm before generating. Use mermaid.js for diagrams when they help.
Run a development task as an event-driven state machine (plan → plan-approve → implement → validate → minor-fix/recheck → open-pr → followup → retrospect → done). A thin orchestrator fires named transitions via a CLI that enforces the plan-approve human gate and bounded rework/continue loops, reads a per-state prompt for each node, delegates heavy work-states to fresh workers (Agent tool or claude -p) over a file-based handoff, and ships via a Draft PR. Use when the user wants to run a non-trivial task end-to-end with minimal supervision.
High-precision code review inspired by Alibaba Open Code Review. Script-driven pre-processing, per-file isolated review, three-layer false-positive reduction.
| name | next-todo |
| description | Read todo.md and recommend the next task to work on |
| user_invocable | true |
| arguments | priority_filter |
cat todo.md 2>/dev/null || echo "todo.md not found"Based on the todo list above, recommend the next actionable task.
For each task category, evaluate:
If the user provided arguments (e.g., /next-todo P5), filter to that priority level only.
Present your recommendation in Korean:
## 추천 작업
**제목:** [task title]
**우선순위:** [P1-P5]
**예상 복잡도:** [낮음/중간/높음]
### 이유
[Why this task should be done next - 2-3 sentences]
### 시작 포인트
[Specific files or steps to begin with]
---
### 다른 후보
1. [Alternative task 1] - [brief reason]
2. [Alternative task 2] - [brief reason]