CheckFile banner
goswinr goswinr

CheckFile

Development community

Description

--- description: Check that docstrings match implementation in a given file allowed-tools: read_file, replace_string_in_file, multi_replace_string_in_file, semantic_search, grep_search, list_code_usages arguments: - name: file description: The file to check (relative or absolute path) required: true --- # Check Docstrings and Implementation for File $file Perform a comprehensive docstring validation for `$file`: If `$file` is `*`, check all source files in current project. ## 1. Doc

Installation

Installs to ~/.claude/commands/goswinr-euclid-checkfile.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/goswinr/Euclid/HEAD/.claude/commands/checkFile.md -o ~/.claude/commands/goswinr-euclid-checkfile.md

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

Full documentation available on GitHub

View Source Repository