// catalog · ls -la /lab/tools

Catalog/page 15/24

Showing entries 85 to 90 of 139 · click any row to launch

  1. 085 Dev Tools env-template:// Extracts every environment-variable reference from a code snippet and produces a documented .env.example. Each variable gets: required/optional status, type, example value (redacted-like for secrets), and a one-line "what this controls".
  2. 086 Dev Tools naming-help:// Suggests names for variables, functions, or classes from a description of their purpose. Returns 6 candidates spanning short / verbose / domain-flavoured / framework-conventional styles, each with rationale + a clash warning if the name shadows something common.
  3. 087 Dev Tools typescript-strictify:// Strictifies loose TypeScript. Finds every `any` (explicit or implicit) in a snippet and proposes a concrete type. Outputs the strictified code + a numbered list of replacements with the inference reasoning. The "I'll fix the types later" debt-clearer.
  4. 088 Dev Tools changelog-from-tags:// Turns a git log between tags into a CHANGELOG.md section. Sorts commits into Keep-a-Changelog categories (Added / Changed / Fixed / Deprecated / Removed / Security). Translates conventional commits or commit subjects into user-facing language. Flags ambiguous commits for review.
  5. 089 Dev Tools lint-rule-explain:// Decodes a linter rule violation. Paste the error (ESLint / pylint / clippy / golangci-lint / shellcheck etc). Returns what the rule means, why it exists historically, a 2-line example of the violation + fix, and the suppression syntax marked clearly as a last resort.
  6. 090 PM / BA Tools raid-prioritize:// Ranks a RAID (Risks, Assumptions, Issues, Dependencies) log by impact × likelihood. Outputs a sorted list with a numeric score, recommended next step, and a flag for items whose mitigation should already be in motion.

← back to lab