Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Verify information accuracy against codebase and documentation. Trigger with "is this correct?", "fact check", "verify this", "is this accurate?".
.claude/skills/wasabeef-verify-information-accuracy-against-codebase-and-docs/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-11 | ✗→✓ | ▲ Improved | -14% | 0% |
| case-04 | ✓→✗ | ▼ Worse | -62% | 0% |
| case-05 | ✓→✗ | ▼ Worse | -78% | 0% |
| case-06 | ✓→✗ | ▼ Worse | -52% | 0% |
| case-07 | ✓→✗ | ▼ Worse | -46% | 0% |
Verifies if a statement is true by checking your project's code and documentation.
bash# Basic usage /check-fact "The Flutter app uses Riverpod" # Check multiple facts at once /check-fact "This project uses GraphQL and manages routing with auto_route" # Check technical details /check-fact "JWT is used for authentication, and Firebase Auth is not used"
✅ Correct - Statement matches the code exactly❌ Incorrect - Statement is wrong⚠️ Partially correct - Some parts are right, some aren't❓ Cannot determine - Not enough info to checktext## Fact Check Results ### What You Asked "[Your statement]" ### Verdict [✅/❌/⚠️/❓] [True/False/Partial/Unknown] ### Evidence - **File**: `path/to/file.dart:123` - **Code**: [The actual code] - **Note**: [Why this proves it] ### Details [If wrong, here's what's actually true] [If partial, here's what's missing] [If unknown, here's what I'd need to check]
bash# Check the tech stack /check-fact "This app is built with Flutter + Riverpod + GraphQL" # Check if a feature exists /check-fact "Dark mode is implemented and can be switched from user settings" # Check architecture choices /check-fact "All state management is done with Riverpod, BLoC is not used" # Check security setup /check-fact "Authentication tokens are encrypted and stored in secure storage"
bash# Check dependencies ls -la && find . -name "pubspec.yaml" -exec cat {} \; /check-fact "The main dependencies used in this project are..." # Check how something is built grep -r "authentication" . --include="*.dart" /check-fact "Authentication is custom built, not using third-party auth" # Check if docs match reality cat README.md /check-fact "Everything in the README is actually implemented"
Other measured skills in the registry, with their headline benchmark lift.