Аудит кода на логические ошибки
★ 7.5 · testing
fact-check is a Claude Code skill that audits code for correctness and logical rigor — hunting logic errors, silent error swallowing, unjustified fallbacks, and wishful thinking, entirely separate from style review. It accepts a `branch` argument (default; scopes to changed files via `git diff main...HEAD`), `all` (full codebase), or an arbitrary target such as a file path, diff range, or inline text. For every finding it reports the file, line number, a one-line risk explanation, and a concrete fix — code snippet or clear direction — and never issues reassuring verdicts on flagged issues. Designed for pre-merge PR audits, autonomous invocation from other skills, and focused correctness checks where precision matters more than coverage.
- #code-review
- #logic-audit
- #correctness
- #error-handling
- #code-analysis