Show FVH infrastructure standards compliance status (read-only)
Displays FVH infrastructure standards compliance status without making changes.
/plugin marketplace add laurigates/claude-plugins/plugin install configure-plugin@lgates-claude-plugins[--verbose]configure/Display FVH infrastructure standards compliance status without making changes.
Quick read-only check of repository compliance against FVH standards. Use this to see current status before running /configure:all or specific configure commands.
.fvh-standards.yaml if exists (shows tracked version and last configured date)Check for presence and validity of each configuration:
| Component | Files Checked |
|---|---|
| Pre-commit | .pre-commit-config.yaml |
| Release-please | release-please-config.json, .release-please-manifest.json, .github/workflows/release-please.yml |
| Dockerfile | Dockerfile, Dockerfile.* |
| Skaffold | skaffold.yaml |
| CI Workflows | .github/workflows/*.yml |
| Helm | helm/*/Chart.yaml |
| Documentation | tsdoc.json, typedoc.json, mkdocs.yml, docs/conf.py, pyproject.toml [tool.ruff.lint.pydocstyle] |
| GitHub Pages | .github/workflows/docs.yml, .github/workflows/*pages*.yml |
| Cache Busting | next.config.*, vite.config.*, vercel.json, _headers |
| Tests | vitest.config.*, jest.config.*, pytest.ini, pyproject.toml [tool.pytest], .cargo/config.toml |
| Coverage | vitest.config.* [coverage], pyproject.toml [tool.coverage], .coveragerc |
| Linting | biome.json, pyproject.toml [tool.ruff], clippy.toml |
| Formatting | .prettierrc*, biome.json, pyproject.toml [tool.ruff.format], rustfmt.toml |
| Dead Code | knip.json, knip.ts, pyproject.toml [tool.vulture] |
| Editor | .editorconfig, .vscode/settings.json, .vscode/extensions.json |
| Security | .github/workflows/*security*, .secrets.baseline, pyproject.toml [tool.bandit] |
For each component, determine status:
| Status | Meaning |
|---|---|
| ✅ PASS | Fully compliant with FVH standards |
| ⚠️ WARN | Present but outdated or incomplete |
| ❌ FAIL | Missing required configuration |
| ⏭️ SKIP | Not applicable for project type |
FVH Infrastructure Standards Status
====================================
Repository: R4C-Cesium-Viewer
Project Type: frontend (detected)
Standards Version: 2025.1 (tracked: 2025.1)
Last Configured: 2025-11-15
Component Status:
Pre-commit ✅ PASS v5.0.0 hooks, conventional commits
Release-please ✅ PASS Node workspace plugin
Dockerfile ⚠️ WARN Missing healthcheck
Skaffold ✅ PASS 3 profiles configured
CI Workflows ⚠️ WARN Missing test workflow
Helm ⏭️ SKIP No helm/ directory
Cache Busting ✅ PASS Content hashing enabled (Next.js)
Tests ✅ PASS Vitest configured
Coverage ⚠️ WARN 72% (below 80% threshold)
Linting ✅ PASS Biome configured
Formatting ✅ PASS Biome configured
Dead Code ⚠️ WARN Knip found 3 unused exports
Editor ✅ PASS .editorconfig present
Security ✅ PASS detect-secrets + npm audit
Summary: 2 warnings, 0 failures
Run /configure:all to fix issues
If --verbose flag:
.fvh-standards.yaml| Flag | Description |
|---|---|
--verbose | Show detailed compliance information |
# Quick status overview
/configure:status
# Detailed compliance report
/configure:status --verbose
/configure:all to preview what will be fixed/configure:all - Run all compliance checks/configure:select - Interactively select which components to configure/configure:pre-commit - Pre-commit specific checks/configure:release-please - Release-please specific checks/configure:cache-busting - Cache-busting specific checks