docker/skills-cache/tf-report-template/SKILL.md
Validation results summary template for Phase 4 output. Provides the format for reporting terraform test, validate, fmt, tflint, pre-commit, trivy, and security checklist results.
npx skillsauth add agentdevsl/agentpane tf-report-templateInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Phase 4 output format. Report validation results only — no resource tracking, token usage, or workaround logs.
specs/{FEATURE}/reports/validation_$(date +%Y%m%d-%H%M%S).md
Select the relevent template based on the use case
./template/tf-module-template.md./template/tf-provider-template.md./template/tf-consumer-template.md{{PLACEHOLDERS}} — use "N/A" if data is unavailable{{ remains before writing the final fileAll of the following must be true for overall PASS:
terraform test files passterraform validate is cleanterraform fmt -check reports no changes neededpre-commit run --all-files passesdevelopment
AWS security assessment domains, risk rating framework, CIS/NIST reference baselines, and evidence-based finding format. Use when reviewing AWS security posture, assessing risk, or applying CIS/NIST baselines to Terraform configurations.
testing
--- name: "tf-runtask" description: "Retrieve and display Terraform Cloud/Enterprise run task results for a given run. Use this skill whenever the user asks about run task results, run task checks, task stage statuses, or wants to inspect what run tasks reported for a Terraform Cloud/Enterprise run. Triggers on phrases like "check the run tasks", "what did the run tasks say", "show run task results", "get task results for run-xxx", or any reference to run task outcomes on a specific run." source
devops
Research strategies for AWS documentation, provider docs, and public registry patterns. Use when researching AWS services, investigating provider resources, or studying public registry modules for design patterns.
development
SDD Phases 1-2 for provider development. Clarify requirements, research, produce provider-design-{resource}.md, and await human approval before any code is written.