Paste this into your coding agent of choice:
Help me write checks for this codebase: https://nice.ibict.br
Nice Code runs agents on every pull request as GitHub status checks. Each agent is a markdown file. Green if the code looks good, red with a suggested diff if not. Here is an example that performs a security review:
---
name: Security Review
description: Review PR for basic security vulnerabilities
---
Review this PR and check that:
- No secrets or API keys are hardcoded
- All new API endpoints have input validation
- Error responses use the standard error formatWork on development tasks together with AI directly from VS Code.
Ask general questions and clarify code sections without leaving your editor.
Modify a code section inline without leaving your current file.
Receive intelligent inline code suggestions as you type.
Read the contributing guide and join the GitHub Discussions.
