What is self-review?
Self-review before completing tasks. Multi-perspective verification using Gemini CLI + Claude subagent. Source: k9i-0/flutter_autonomous_template.
Self-review before completing tasks. Multi-perspective verification using Gemini CLI + Claude subagent.
Quickly install self-review AI skill to your development environment via command line
Source: k9i-0/flutter_autonomous_template.
Execute this self-review procedure before marking tasks as completed (TodoWrite completed).
Launch a review agent in a separate context using Task tool:
| PASS | Both LGTM | Task can be completed | | MINOR | Only minor issues | Show warning, then task can be completed | | FAIL | Critical issues found | Add fix tasks, re-review required |
Self-review before completing tasks. Multi-perspective verification using Gemini CLI + Claude subagent. Source: k9i-0/flutter_autonomous_template.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/k9i-0/flutter_autonomous_template --skill self-reviewSelf-review before completing tasks. Multi-perspective verification using Gemini CLI + Claude subagent. Source: k9i-0/flutter_autonomous_template.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/k9i-0/flutter_autonomous_template --skill self-review Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/k9i-0/flutter_autonomous_template