بنقرة واحدة
tofu
Use when doing infrastructure work.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Use when doing infrastructure work.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Diagnose and fix a spend plan PDF that isn't parsing correctly. Takes a filename or URL and optional free-form agency/bureau hint, then diagnoses what's failing, explains the proposed fix, and applies it across load-file.ts, spend-plan-agency-match.ts, and the test file.
Manages project dependencies, ensuring all required packages are installed and up to date.
Use when updating or checking GitHub Action versions, when adding a new action to a workflow file, or when the Developer asks about action versions or SHA pins.
Audits and fixes the `.claude/` directory to ensure internal consistency, correct references, and adherence to project conventions.
On-demand security review of code changes. Use when asked to "security check", "security review", "find vulnerabilities", "check for security issues", "audit security", or "OWASP review". Diff-aware, covers OWASP Top 10, supply chain, infrastructure, and agentic AI security with confidence-based reporting.
Generates a summary of a pull request based on the PR description and the code changes.
| name | tofu |
| description | Use when doing infrastructure work. |
Note that tofu is an alternative to Terraform and generally configuration and values are the same.
Use this skill when doing infrastructure work, specifically the Terraform files in tofu/. This could include writing new Terraform code, maintaining existing Terraform code, and reviewing Terraform plans.
In order to review a tofu plan, do the following:
cd tofutofu/ with git main... to see the changes since branching off main.export AWS_PROFILE=<aws-profile-name>.aws sso login if not already logged in.export TF_VAR_profile=<aws-profile-name> .cd tofu && tofu plan