bat-adhoc
01Skill Claude CodeCodex
Run bot acceptance tests to validate MCP tools work correctly from a real AI agent's perspective. Use when testing PRs, detecting regressions, or verifying tool changes end-to-end with Claude/Gemini CLIs.
36 tagged hacs, measured the same way as everything else here.
Browse within: home-assistant 35hacs-integration 17home-assistant-integration 17homeassistant-component 17homeassistant-custom-component 17home-automation 16claude-skill 7esphome 7
Skill Claude CodeCodex
Run bot acceptance tests to validate MCP tools work correctly from a real AI agent's perspective. Use when testing PRs, detecting regressions, or verifying tool changes end-to-end with Claude/Gemini CLIs.
Skill Claude CodeCodex
Compare MCP tool behavior between target and baseline versions using pre-built and custom stories with diff-based triage.
Skill Claude CodeCodex
Review a contribution PR for safety, quality, and readiness. Checks for security concerns, test coverage, size appropriateness, and intent alignment. Use when reviewing external contributions.
swingerman/ha-dual-smart-thermostat
Skill Claude CodeCodex
Integrate a new or changed configuration option into the config, reconfigure and options flows. Use when touching const.py, schemas.py, featuresteps/, or adding a feature that needs user configuration.
TheRealSimon42/simon42-dashboard-strategy
Skill Claude CodeCodex
Arbeitsweise und Denkweise für die (Weiter-)Entwicklung der simon42 Dashboard Strategy — Architektur-Leitplanken, Qualitäts-Gates, Kreuzauswirkungs-Check, Umgang mit Community-PRs und hart erarbeitete Fallen aus der bisherigen Entwicklungspraxis. IMMER verwenden, wenn in diesem Repo gearbeitet wird: Issue umsetzen…
Skill Claude CodeCodex
Aurora Smart Home orchestrator — routing layer for all smart home skills. Use this skill when the user asks ANY smart home question and you need to decide which skill to invoke, or when a task spans multiple skills (e.g., "build a sensor that shows on a dashboard and triggers automations"). Invoke aurora FIRST before…
Skill Claude CodeCodex
ESPHome device configuration, firmware, and IoT product development. Covers ESP32, ESP32-S3, ESP32-C3, ESP32-C6, ESP32-H2, ESP32-P4, ESP8266, RP2040, RP2350, nRF52, LibreTiny, Shelly, Sonoff, Tuya, BLE proxy, Matter firmware, Thread, Zigbee, GPIO, sensor YAML, LVGL displays, LED strips, voice assistant hardware…
Skill Claude CodeCodex
Home Assistant custom integration development in Python. Covers customcomponents, DataUpdateCoordinator, configflow, OAuth2, conversation agent, HACS publishing, device registry, entity platforms, services, repair issues, diagnostics, Bluetooth integrations, and multi-coordinator patterns.
Skill Claude CodeCodex
Create a git commit following the project's conventional commit rules.
jpawlowski/hacs.integration_blueprint
Skill Claude CodeCodex
Migrate an existing Home Assistant custom integration into the blueprint's structure and tooling without breaking the installations already running it. Use when asked to "import my integration", "migrate my existing integration into the blueprint", "adopt the blueprint in my repository", "move my custom component…
jpawlowski/hacs.integration_blueprint
Skill Claude CodeCodex
Use this repository's development tooling correctly — the script/ validation and formatting commands, the fix-versus-check distinction, hassfest, adding a Python dependency in both manifest.json and requirements.txt, extending scripts with pre/post hook scripts, devcontainer environment variables, and template sync…
jpawlowski/hacs.integration_blueprint
Skill Claude CodeCodex
Diagnose and fix runtime problems in this Home Assistant custom integration — entities showing "unavailable" or "unknown", stale data, the integration failing to set up, "Config entry not ready", repeated reauth prompts, coordinator update failures, timeouts, or blocking-call warnings. Use when asked to "debug", "why…