todokan-review-loop

Process Todokan task and thought boards with a review-loop workflow.

7 stars

Best use case

todokan-review-loop is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Process Todokan task and thought boards with a review-loop workflow.

Teams using todokan-review-loop should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/todokan-review-loop/SKILL.md --create-dirs "https://raw.githubusercontent.com/Demerzels-lab/elsamultiskillagent/main/public/skills/banatealab/todokan-review-loop/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/todokan-review-loop/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How todokan-review-loop Compares

Feature / Agenttodokan-review-loopStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Process Todokan task and thought boards with a review-loop workflow.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

Related Guides

SKILL.md Source

# todokan-review-loop

Process Todokan task and thought boards with a review-loop workflow.

## Install

```
npx clawhub@latest install todokan-review-loop
```

Related Skills

ralph-loop

7
from Demerzels-lab/elsamultiskillagent

Generate copy-paste bash scripts for Ralph Wiggum/AI agent loops (Codex, Claude Code, OpenCode, Goose). Use when asked for a “Ralph loop”, “Ralph Wiggum loop”, or an AI loop to plan/build code via PROMPT.md + AGENTS.md, SPECS, and IMPLEMENTATION_PLAN.md, including PLANNING vs BUILDING modes, backpressure, sandboxing, and completion conditions.

daily-review

7
from Demerzels-lab/elsamultiskillagent

End-of-day review to capture progress, insights, and plan tomorrow

skill-reviewer

7
from Demerzels-lab/elsamultiskillagent

Review and audit agent skills (SKILL.md files) for quality, correctness, and effectiveness. Use when evaluating a skill before publishing, reviewing someone else's skill, scoring skill quality, identifying defects in skill content, or improving an existing skill.

solo-review

7
from Demerzels-lab/elsamultiskillagent

Final code review and quality gate — run tests, check coverage, audit security, verify acceptance criteria.

monitored-ralph-loop

7
from Demerzels-lab/elsamultiskillagent

Generate copy-paste bash scripts for Ralph Wiggum/AI agent loops (Codex, Claude Code, OpenCode, Goose)

unloopa-api

7
from Demerzels-lab/elsamultiskillagent

Make your agent sell websites to local businesses on autopilot.

cross-model-review

7
from Demerzels-lab/elsamultiskillagent

Adversarial plan review using two different AI models.

gerador-contrato-locacao-preview

7
from Demerzels-lab/elsamultiskillagent

Registra contrato de locação via Google Forms.

close-loop

7
from Demerzels-lab/elsamultiskillagent

End-of-session workflow for shipping changes, consolidating memory, applying self-improvements, and preparing.

receiving-code-review

7
from Demerzels-lab/elsamultiskillagent

Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical rigor and verification, not performative agreement or blind implementation

pr-review-loop

7
from Demerzels-lab/elsamultiskillagent

Autonomous PR review loop with Greptile.

pr-reviewer

7
from Demerzels-lab/elsamultiskillagent

Automated GitHub PR code review with diff analysis, lint integration, and structured reports. Use when reviewing pull requests, checking for security issues, error handling gaps, test coverage, or code style problems. Supports Go, Python, and JavaScript/TypeScript. Requires `gh` CLI authenticated with repo access.