Accuracy Verify Files banner
EffortlessMetrics EffortlessMetrics

Accuracy Verify Files

Development community

Description

--- description: Accuracy-scout step 2 — check files exist, line numbers in range, function signatures match user-invocable: false --- # Accuracy: Verify Files For every file path and function name claim from /accuracy-read-issue, verify it against the current HEAD of the worktree (which tracks master). ## Steps 1. **Verify each file path exists:** ```bash # For each claimed path F1, F2, ... ls <claimed_path> 2>&1 || echo "MISSING: <claimed_path>" ``` If the file is missing,

Installation

Installs to ~/.claude/commands/effortlessmetrics-perl-lsp-accuracy-verify-files.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/EffortlessMetrics/perl-lsp/HEAD/.claude/commands/accuracy-verify-files.md -o ~/.claude/commands/effortlessmetrics-perl-lsp-accuracy-verify-files.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository