Testing expectations for AIRBot reviewers
Blocks PRs lacking tests for production code changes, async logic, or critical flows. Requires matching test files near source modules with deterministic, table-driven assertions and proper mock coverage.
/plugin marketplace add sids/airbot/plugin install airbot-typescript@airbot-reviewersThis skill inherits all available tools. When active, it can use any tool Claude has access to.
tests/ or a justified explanation.tests/<area>.Read edited test files to confirm assertions exercise new code.Glob for *.test.ts near touched modules to gauge existing coverage.Grep for TODOs or skip calls that might hide missing coverage.Master defensive Bash programming techniques for production-grade scripts. Use when writing robust shell scripts, CI/CD pipelines, or system utilities requiring fault tolerance and safety.