boxlang-code-reviewer
Installation
SKILL.md
BoxLang Code Reviewer
Overview
This skill provides a structured checklist and framework for reviewing BoxLang code. Apply these checks systematically when reviewing PRs, auditing existing code, or self-reviewing before committing.
Review Framework
When reviewing BoxLang code, evaluate these categories in order of priority:
- Security — Vulnerabilities that could be exploited
- Correctness — Logic errors, edge cases, null safety
- Performance — Inefficiencies, unnecessary work
- Maintainability — Readability, naming, structure
- Style — Conventions, consistency