Public Terraform Modules by Jamie Nelson
Official@bitflight-public
Modules for Terraform v0.11.0 (it's been a while)
Agent Skills by Public Terraform Modules by Jamie Nelson
Showing 1 vetted skills indexed across 1 GitHub repositories.
Frequently Asked Questions About Public Terraform Modules by Jamie Nelson
FAQPage SchemaWhat specific tasks does holistic-linting enable?▼
It enables the unified execution of Ruff, Mypy, and Bandit to perform comprehensive static analysis. It centralizes the output of these checks into a dedicated directory, ensuring that type safety, security vulnerabilities, and stylistic inconsistencies are captured and reported in a standardized format for review.
Which personas benefit from this linting configuration?▼
Software engineers, security analysts, and technical leads benefit from this configuration. It is designed for developers maintaining legacy codebases who require a structured approach to enforcing modern security and type-checking standards without manually configuring individual linting environments for every project.
What are the prerequisites for implementing this linting setup?▼
Implementation requires an environment capable of executing Ruff, Mypy, and Bandit. Users must ensure these packages are installed within their project environment. The setup assumes a directory structure that supports the generation of reports within the specified .claude/reports path for centralized access.