Skip to content

feat(skills): add ultrareview bundled skill#178

Merged
emal-avala merged 1 commit intomainfrom
feat/skill-ultrareview
Apr 23, 2026
Merged

feat(skills): add ultrareview bundled skill#178
emal-avala merged 1 commit intomainfrom
feat/skill-ultrareview

Conversation

@emal-avala
Copy link
Copy Markdown
Member

Summary

/ultrareview — review that traces blast radius, not just the diff.

Seven passes:

  1. Full diff
  2. Callers of every changed public fn (LSP or grep) — check argument/return/error semantic breakage
  3. Callees of every changed public fn — find assumptions a new call path might violate
  4. Test surface — is there a test for the new behavior? Flag if not
  5. Edge cases the diff didn't address (empty/unicode/huge/concurrent/allocator-fail/partial/cancellation)
  6. Cross-cutting — logs, metrics, feature flags, migrations, error messages
  7. PR body claims vs what the code actually does

Severity-sorted output (critical/high/medium/low) with file:line + remediation.

Anti-slop rule: if the diff is genuinely clean after all seven passes, say so — don't invent findings to justify the review.

Complements /review (fast diff check), /simplify (dead weight), /perf-issue (perf regressions).

Test plan

  • cargo fmt --all clean
  • cargo check passes
  • Manual: run on a real PR and compare with /review — ultrareview should surface caller/test gaps that /review misses

Exhaustive review that goes beyond /review (diff-only). Traces blast
radius — callers, callees, tests, edge cases, cross-cutting effects,
claims in the PR body vs what the diff actually does.

Severity-sorted findings with file:line + remediation. Anti-slop
rule: if the diff is genuinely clean after all seven passes, say so
— don't invent findings to justify the review.
@chatgpt-codex-connector
Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.

@emal-avala emal-avala merged commit dba9b15 into main Apr 23, 2026
13 of 14 checks passed
@emal-avala emal-avala deleted the feat/skill-ultrareview branch April 23, 2026 02:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant