Find the perfect skill
CIS OpenShift Control 1.3.3 - Service Account Private Key
Security
Ensure the --service-account-private-key-file argument is set appropriately on the controller manager.
Global Conventions
Development
Follow project-wide development conventions including structure, documentation, version control, environment config, and dependency management.
uv Python Dependency Management
Development
Manage Python dependencies, lock files, and virtual environments using the uv package manager. Covers adding, removing, syncing, and running commands in uv-managed projects.
Distress Screening (K6/K10)
Data & AI
Screen for psychological distress using K6 and K10 scales, with scoring and interpretation guidance.
Smart Git History Temporal Analysis
Development
Analyzes git commit history to identify hotspots (frequently changed files), temporal coupling (files that change together), and recent contributor activity. Helps uncover complexity indicators, hidden dependencies, and knowledge distribution to assess risk areas for prioritization. Supports path filtering and caches results with an optional --force flag to refresh.
New Package
Development
Guided workflow to add a new provider package to the Pulumi Registry.
VCF Alias for VC Phase Loop
Development
Short alias for vc-phase-loop. Triggered by 'vcf:' or 'use vcf:' for hands-off completion.
Creating Stakeholder Input Packet
Productivity
Guides an interview to extract a complete, confirmed Stakeholder Input Packet from scattered input, resolving gaps and contradictions before pipeline execution.
Audit Suite Orchestrator
Development
Runs preset audit suites in parallel and merges their reports into a single summary.
RFC Multi-Agent DAG Pipeline
Development
RFC-driven multi-agent workflow execution with DAG, merge queue, and quality gates. For decomposing large features into verifiable work units.
Web QA and Bug Fixing
Testing
Systematically test a web app, fix bugs found, and verify each fix. Produces before/after health scores and a ship-readiness summary.
Pytest Mocking Strategy
Testing
Master pytest mocking strategy: autospec=True, AsyncMock patterns, mock factories, and what should never be mocked. Includes a decision matrix for mock vs real objects.