inspect
Installation
SKILL.md
/inspect — Code Quality Inspection
Launch an inspector agent to audit one or more areas of the codebase.
Usage
/inspect <area> [<area> ...] [--json] [--output <path>] [--checks <type1>,<type2>]
Areas can be:
- A file path:
/inspect pkg/result/codes.go - A package:
/inspect pkg/engine - A description:
/inspect "error handling across the validation layer" - Multiple areas:
/inspect pkg/result/codes.go pkg/protocol/validation.go