-
Notifications
You must be signed in to change notification settings - Fork 1
Agent Code Reviewer
Oak Dev-inter edited this page Apr 24, 2026
·
2 revisions
β οΈ Deprecated in v0.10. Merged into Agent-Audit-Specialist. Invoke asaudit-specialist --focus=quality <target>instead. This file kept for name resolution only; removed in v0.11. No automatic mapping β invoke explicitly.
Multi-dimensional code review with quality gates β correctness, readability, architecture, security, performance.
- PR / diff / commit range ready for review
- Pre-merge gate on shared branches
- After Agent-Refactor-Surgeon or Agent-Bug-Hunter produces a change
- Spot-check on a specific file or module
- Detects domain (backend / frontend / data / infra) and loads matching Checklists
- Reviews across 5 dimensions: correctness, readability, architecture, security, performance
- Checks for scope creep and deviation from existing codebase patterns (PATTERNS.md)
- Flags genuine bugs with
file:linereferences - Emits verdict: APPROVE with comments / REQUEST CHANGES / NEEDS DISCUSSION
- Suggest rewrites outside PR scope
- Insist on personal style preferences
- Flag stylistic nits as blockers
- Replace a dedicated Agent-Security-Auditor sweep for security-critical code
- Diff / PR / commit range
- Scope: specific files or modules
- Domain hint (optional β auto-detected otherwise)
Verdict block with issues grouped by severity:
APPROVE β [critical] / [minor] with file:line
REQUEST CHANGES β blockers with file:line
NEEDS DISCUSSION β non-obvious trade-offs
Sonnet default. Opus recommended when reviewing cross-module architecture changes.
- β "Rewrite this whole file using " when PR scope is narrow
- β Blocking merge on preference-level naming
- β Approving without reading existing conventions
- β Treating every lint warning as a blocker
Introduced pre-v0.9.1 (early release).
Repo β’ Discussions β’ Issues β’ Changelog β’ Security β’ Contributing β’ MIT β’ Β© Kasidit Wansudon
Kasidit
Core
- Commands
- Kasi-Mode π₯ v0.10
- Backend-Hooks π₯ v0.10
- Model Tiers
- Gravity Pattern
- Multi-Agent-Orchestration
- Claude Design Integration
- UI Override Mode
- FAQ
Version History
- Version History β overview
- v0.13.0 β thClaws (Consolidated) π¦
- v0.12.0 β thClaws Runtime Support π¦
- v0.11.0 β Backend + Bridge + Runbook π
- v0.10.0 β Mode + Backend Hooks
- v0.9.2 β Gravity
- v0.9.1 β Master Orchestrator
- v0.9.0 β Claude Design
- v0.8.0 β Tier Cascade
- v0.7.4 β SWE-bench
- v0.3.0 β Tier adaptation
- v0.2.1 β Docs protocol
- v0.2.0 β UI Override
- v0.1.0 β Core
Concepts
Commands
- Kasi-Init
- Kasi-Review
- Kasi-Security
- Kasi-Fix
- Kasi-Ui
- Kasi-Cascade
- Kasi-Multi
- Kasi-Scaffold
- Kasi-Docs
- Kasi-Status
- Kasi-Promote
- Kasi-Pull
- Kasi-Sync
- Kasi-Search
- Kasi-Wiki-Sync
Agents
- Agent-Architect-Planner
- Agent-Audit-Specialist π₯ v0.10
- Agent-Bug-Hunter
- Agent-Deep-Researcher
- Agent-Legacy-Specialist
- Agent-Migration-Specialist
- Agent-Refactor-Surgeon
- Agent-Test-Writer
Deprecated v0.10 (stubs β audit-specialist --focus=..., removed in v0.11)
-
Agent-Code-Reviewer β
--focus=quality -
Agent-Security-Auditor β
--focus=security -
Agent-Perf-Profiler β
--focus=perf