Loading...
Loading...
Show infrastructure standards compliance status (read-only)
npx skill4agent add laurigates/claude-plugins configure-status| Use this skill when... | Use another approach when... |
|---|---|
| Checking overall compliance status | Running full compliance checks with fixes (use |
| Generating compliance reports | Need to fix issues found (use |
| Quick project health check | Checking specific component (use |
| CI/CD status validation | Running interactive selection (use |
| Reviewing current configuration state | Need detailed component analysis |
test -f .project-standards.yaml && echo "EXISTS" || echo "MISSING"grep -m1 "^project_type:" .project-standards.yaml 2>/dev/nullgrep -m1 "^standards_version:" .project-standards.yaml 2>/dev/nullgrep -m1 "^last_configured:" .project-standards.yaml 2>/dev/nulltest -f .pre-commit-config.yaml && echo "EXISTS" || echo "MISSING"find .github/workflows -maxdepth 1 -name '*.yml' 2>/dev/nullfind . -maxdepth 1 -name 'Dockerfile*' 2>/dev/null -print -quittest -f skaffold.yaml && echo "EXISTS" || echo "MISSING"find . -maxdepth 2 -type d -name 'helm' 2>/dev/null -print -quitfind . -maxdepth 1 \( -name 'vitest.config.*' -o -name 'jest.config.*' -o -name 'pytest.ini' \) 2>/dev/nullfind . -maxdepth 1 \( -name 'biome.json' -o -name '.eslintrc*' \) 2>/dev/nulltest -f .editorconfig && echo "EXISTS" || echo "MISSING"test -f .gitleaks.toml && echo "EXISTS" || echo "MISSING"find . -maxdepth 1 \( -name 'package.json' -o -name 'pyproject.toml' -o -name 'Cargo.toml' \) 2>/dev/null$ARGUMENTS--verbose.project-standards.yaml| Component | Files Checked |
|---|---|
| Pre-commit | |
| Release-please | |
| Dockerfile | |
| Skaffold | |
| CI Workflows | |
| Helm | |
| Documentation | |
| GitHub Pages | |
| Cache Busting | |
| Tests | |
| Coverage | |
| Linting | |
| Formatting | |
| Dead Code | |
| Editor | |
| Security | |
| Status | Meaning |
|---|---|
| PASS | Fully compliant with project standards |
| WARN | Present but outdated or incomplete |
| FAIL | Missing required configuration |
| SKIP | Not applicable for project type |
Infrastructure Standards Status
====================================
Repository: [name]
Project Type: [type] ([detected])
Standards Version: [version] (tracked: [tracked])
Last Configured: [date]
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
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 gitleaks + npm audit
Summary: [N] warnings, [N] failures
Run /configure:all to fix issues--verbose.project-standards.yaml| Context | Command |
|---|---|
| Quick status check | |
| Verbose status | |
| Check standards version | |
| Check last configured date | |
| List all workflow files | |
| Flag | Description |
|---|---|
| Show detailed compliance information |
/configure:all/configure:all/configure:select/configure:pre-commit/configure:release-please