Code Style Enforcer
Read the style guide, analyze source files, and generate a compliance report
Example Prompt
Check our source code against the style guide and report any violations
About
This skill reads your project's style guide and coding standards, then scans source files to check for violations. It produces a detailed compliance report listing each file's issues and overall adherence scores, and can create GitHub issues for the most critical violations that need fixing.
Workflow Steps
Read the project style guide and coding standards document from the repository
๐ Read Repo FileList source files in the target directories to determine scope of analysis
๐ List DirectoryRead source files and check their content against the style guide rules
๐ Read FileReason through the findings to score compliance and prioritize violations
๐ง Structured ReasoningCreate GitHub issues for critical style violations that need team attention
โ Create IssueTools Used
List Directory
List all files and subdirectories in a given directory path
Read File
Read the contents of a file at a specified path on the local filesystem
Create Issue
Create a new issue in a GitHub repository with title, body, labels, and assignees
Read Repo File
Read the contents of a file from a GitHub repository at a specific branch or commit
Structured Reasoning
Break down a complex problem into sequential reasoning steps with explicit chain-of-thought