Strict Code Review
SkillFiles & storagePerform a strict, evidence-based review of the current branch or working-tree changes without modifying files. Use when the user asks for a strict review, deep review, senior review, merge assessment, or explicitly invokes `$review-strict`.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Strict Code Review skill
What this skill tells your AI
The instructions your AI receives, as published by uniclipboard/uniclipboard in .agents/skills/review-strict/SKILL.md and read by ahel’s review.
Review the current diff first. Inspect unchanged code only when it is necessary to establish the behavior of a changed path.
Prioritize:
- Correctness, regressions, state transitions, edge cases, concurrency, cleanup, compatibility, and performance.
- Security and privacy, especially plaintext persistence, sensitive logs, excessive permissions, clipboard data exposure, authentication reuse, and raw paths.
- Repository architecture, ownership, existing reusable modules, hard-coded values, dead code, and parallel old/new logic.
- Cross-platform behavior on macOS, Windows, Linux, iOS, Android, and HarmonyOS where the changed path applies.
- Missing or ineffective tests, including duplicated hand-written mocks where an established test helper exists.
For every finding:
- Cite the file and exact line.
- State the concrete trigger as input or state -> incorrect behavior.
- Explain why it matters and the smallest sound correction.
- Try to disprove the finding before retaining it.
Order findings by severity: blocking, important, optional. Do not report style preferences or speculative issues. If no real issue remains, say so clearly and note any residual verification gap.
End with one merge assessment: ready to merge, merge after fixes, redesign required, or insufficient evidence. Do not edit, commit, or push.
Signals
- GitHub stars
- 2k
- Forks
- 76
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
review-strict- Source
- github.com/uniclipboard/uniclipboard