Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By kazuph
Manage full development lifecycle from requirements gathering to PR submission with built-in review agents for code quality, security, E2E tests, and UI/UX. Automates commit workflows, generates structured reports with evidence, and enforces verification for web, backend, and mobile projects.
npx claudepluginhub kazuph/reviw --plugin reviw-pluginバックエンドAPI実装のマスターエージェント。テストファースト開発、実装、検証を一貫して行う。curl/モック/ハードコード/バイパス禁止のゼロトレランスポリシーを適用。API開発、DB設計、バグ修正に使用。
実装した機能をユーザーと同じように触って検証する。ブラウザCLIで対話的に操作し、画面を見ながら問題を発見する。
モバイルアプリ実装のマスターエージェント。UIフロー設計、実装、Maestro E2Eテスト、検証を一貫して行う。モック/ハードコード/バイパス禁止のゼロトレランスポリシーを適用。ネイティブアプリ開発、クロスプラットフォーム開発に使用。
Specialized agent for organizing review reports and evidence. Used when executing the /done skill or when report creation is needed.
REPORT.mdがartifact-proofスキルの5ルールに準拠しているかを検証するエージェント。doneスキル内の validate-report helper から実行される。
Accumulate evidence (screenshots, videos, logs) under .artifacts/<feature=branch_name>/ for visual regression and PR documentation workflow. [MANDATORY] Before saying "implementation complete", you MUST use this skill to collect evidence and present a report with proof. Completion reports without evidence are PROHIBITED.
Deep user requirements elicitation - interview before coding
Toolkit for backend API testing with proper test frameworks (vitest/jest, go test, pytest, cargo test). Supports verifying API endpoints, database state changes, error handling, and collecting test evidence. curl/httpie for testing is PROHIBITED - use proper test frameworks only. [MANDATORY] Before saying "implementation complete", you MUST use this skill to run tests and verify functionality. Completion reports without verification are PROHIBITED.
bucho mode: Direct Claude Code (implementer) and Codex (advisor) via tmux to execute development tasks. Manage the full task lifecycle from birth to user approval.
Force actual verification with webapp-testing - no assumptions allowed
Executes bash commands
Hook triggers when Bash tool is used
Modifies files
Hook triggers on file write and edit operations
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Launch file-review GUI for reviewing markdown files with inline comments
Review markdown documents with an interactive TUI. Leave inline comments, then let Claude address the feedback automatically.
5つの専門エージェント(backend-reviewer, frontend-reviewer, test-reviewer, security-reviewer, ux-reviewer)がチームでコードレビューするスキル。
Configurable code review with radical candor - choose between harsh direct feedback or constructive caring criticism. Features Technical.md for project standards, architectural context analysis, actionable fixes, decision register for tracking review decisions, seamless todo integration, and live browser QA via Chrome.
Shift code review quality gates left with customizable multi-agent review. Define your reviewer team composition, run parallel reviews with redundancy, and let reviewers debate findings before synthesis. Works with specs, proposals, and project standards.
Terminal-based code review companion for Claude Code. Review diffs, leave structured feedback, and submit reviews — all from a TUI running alongside Claude.
Uses power tools
Uses Bash, Write, or Edit tools
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
Human-in-the-loop review interface for AI coding workflows
A lightweight browser-based tool for reviewing and annotating tabular data, text, Markdown, and diff files. Built entirely in MoonBit (zero hand-written JavaScript). Supports CSV, TSV, plain text, Markdown, and unified diff formats. Comments are output as YAML to stdout.
npm install -g reviw
Or run directly with npx:
npx reviw <file>
# Single file
reviw <file> [--port 4989] [--encoding utf8|shift_jis|...]
# Multiple files (each opens on consecutive ports)
reviw file1.csv file2.md file3.tsv --port 4989
# Diff from stdin
git diff HEAD | reviw
# Diff file
reviw changes.diff
--port <number>: Specify starting port (default: 4989)--encoding <encoding>: Force specific encoding (auto-detected by default)--no-open: Prevent automatic browser opening--help, -h: Show help message--version, -v: Show version numberopen / Linux: xdg-open / Windows: start)