code-review
What it does
Use when reviewing a diff or PR. Checks readability, edge cases, error handling, security, and tests in that order.
Install opens this entry in your AgentsRoom desktop app. If the app is not installed yet, you will be sent to the download page.
SKILL.md
--- name: code-review description: Use when reviewing a diff or PR. Checks readability, edge cases, error handling, security, and tests in that order. --- # Code review When reviewing a change: 1. **Readability** — names match domain language? functions short enough to hold in head? 2. **Edge cases** — empty input, null, very long input, concurrent calls, network failure? 3. **Error handling** — every failure path produces a clear user message AND a useful log line? 4. **Security** — input validated? secrets in env (not code)? auth check on the right side of the boundary? 5. **Tests** — at least one happy path + one edge case covered? Comment AT MOST 5 things. Pick the most impactful — review fatigue is real.
Tags
Further reading
Claude Ads: the Claude Code skill that audits your ad accounts
Claude Ads is an open source skill for Claude Code: 250+ checks on Google, Meta, LinkedIn, TikTok or Amazon Ads, a score out of 100 and a prioritized action plan, in about ten minutes. Install, commands, limits, and how to orchestrate it in AgentsRoom.
AGENTS.md: One Context File for Every Coding Agent (Codex, Antigravity, Claude)
AGENTS.md is the portable instructions file your AI coding agents read before touching your code. What to put in it, how it differs from CLAUDE.md, and how to keep one context across Codex, Antigravity and Claude.
Download AgentsRoom
Run all your AI agents, on all your projects, from a single window.
Companion app: monitor your agents on the go
Bring your own: Claude, Codex, Antigravity CLI, or other AI provider.
Push bugs and requests straight to your public backlog.
A glimpse of AgentsRoom in action.