templates/template-github-review-agent/workspace/skills/code-standards/SKILL.md
When reviewing code, follow this structured process:
Check for issues that MUST be fixed before merging:
Evaluate overall code quality:
any in TypeScriptCheck against the style guide in references/style-guide.md:
Flag these patterns:
var usage (should be const or let)console.log or debugger statementsTODO or FIXME comments without issue referencesStructure your feedback as: