A straightforward code review assistant that walks you through a structured process: checking style guides, running automated linters via Python scripts, and flagging issues at three severity levels (critical blockers like security vulnerabilities, important fixes like performance problems, and nice-to-have suggestions). It comes with a practical checklist covering the usual suspects: naming conventions, hardcoded secrets, error handling, function length under 50 lines, and test coverage. The approach is methodical rather than opinionated, which makes it useful for establishing baseline review standards on a team. If you already have strong conventions, you might find it generic, but it's a solid starting point for teams without formal review processes.
npx skills add https://github.com/agno-agi/agno --skill code-review