← ClaudeAtlas

akka-inspectlisted

Inspect a running service's runtime state — exercise API endpoints, verify internal state via backoffice, and validate the UI via browser. Spec-driven.
akka/ai-marketplace · ★ 6 · Testing & QA · score 67
Install: claude install-skill akka/ai-marketplace
## User Input You **MUST** consider the user input before proceeding (if not empty). ## Purpose This command inspects a **running** service at runtime. It exercises API endpoints, verifies internal state through backoffice tools, and validates the UI through browser tools — all driven by the feature specification. No compilation or unit tests happen here; use `/akka:build` for that. ## Outline 1. **Pre-flight checks**: - Call `akka_local_status` to verify the service is running. If not running, **stop** and tell the user: *"No service is running locally. Run `/akka:build` first to compile, test, and start the service."* - Call `akka_sdd_list_specs` to find the target feature. If the user specified a feature name in `the user's request`, match it. Otherwise, if there is exactly one feature, use it. If multiple features exist, ask the user which to inspect. - If no spec exists, **stop** and tell the user: *"No feature specification found. Run `/akka:specify` first to create one, or provide a feature name."* - Read the spec.md for the target feature. Extract: - API endpoints (paths, methods, expected request/response shapes) - Entities and their expected events/state - Workflows and expected step sequences - Views and expected query results - Agents and expected behavior - Acceptance criteria to verify 2. **Discover components**: Call `akka_backoffice_list_components` with `local=true` to list all c