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,23 @@
---
name: generated-code-explanation
description: Explain a code change, its supported rationale, trade-offs, and verification for a named audience. Use when a user asks what changed, why it changed, or how to validate it.
---
# generated-code-explanation
## Inputs
A diff, files, or a confirmed description of the change; intended audience.
## Workflow
1. Read the supplied code or diff before making claims.
2. Explain behavior first, then the evidence-backed reason and trade-offs.
3. Adapt vocabulary and depth to the audience.
4. State verification that was run and checks that remain.
## Rules
- Mark unknown intent as unknown; do not infer motivation.
- Do not add comments or documentation only to make an explanation easier.
- Read project-specific conventions from a reference only in that project.
## Output
Use: What changed, Why this approach, Trade-offs, How to verify.