Browse Skills
Ln 740 Quality Setup
v1.0.0Coordinates linters, pre-commit hooks, and test infrastructure setup
Ln 741 Linter Configurator
v1.0.0Configures ESLint, Prettier, Ruff, mypy, and .NET analyzers
Ln 742 Precommit Setup
v1.0.0Configures Husky, lint-staged, commitlint, and Python pre-commit
Ln 743 Test Infrastructure
v1.0.0Creates test infrastructure with Vitest, xUnit, and pytest
Ln 761 Secret Scanner
v1.0.0Scans codebase for hardcoded secrets. Returns normalized findings with severity and remediation guidance. Pre-commit hook integration.
Ln 771 Logging Configurator
v1.0.0Configures structured logging (Serilog/.NET, structlog/Python)
Ln 772 Error Handler Setup
v1.0.0Configures global exception handling middleware
Ln 773 Cors Configurator
v1.0.0Configures CORS policy for development and production
Ln 780 Bootstrap Verifier
v1.0.0Orchestrates final verification - build, test, and container health checks
Ln 781 Build Verifier
v1.0.0Builds all detected projects and verifies successful compilation
Ln 782 Test Runner
v1.0.0Executes all test suites and reports results with coverage
Ln 811 Performance Profiler
v1.0.0Runtime profiling with multi-metric measurement, instrumentation, and performance map generation