feat: add submitted skills review desk

This commit is contained in:
Marcos Silva
2026-09-04 00:34:53 -03:00
parent a7034db94b
commit 82fff29571
57 changed files with 3380 additions and 1 deletions
@@ -0,0 +1,22 @@
---
name: code-style-review
description: Run the configured formatter and static checks for a scoped code change. Use after editing code or before a review; discover project commands rather than assuming a stack.
---
# code-style-review
## Inputs
Changed files and the repository root.
## Workflow
1. Inspect package/build configuration for the projects documented lint, format, and style commands.
2. Run the narrowest relevant check first. Apply formatting only to the requested files unless the user asks for a wider change.
3. Review the diff for accidental rewrites, then rerun the same checks.
## Rules
- Do not invent directories or install tools without approval.
- Report unavailable checks as not run, not passed.
- Treat unused-code removal as a separate semantic change.
## Output
List each command, result, changed files, and any remaining failure.