← ClaudeAtlas

validate-adapterlisted

Validates adapter files against live platform documentation to detect stale mappings,missing features, and outdated version information
sequenzia/agent-alchemy · ★ 39 · Data & Documents · score 84
Install: claude install-skill sequenzia/agent-alchemy
# Validate Adapter Validate an adapter file against live platform documentation to detect stale mappings, missing features, and outdated version information. Optionally apply updates in-place when the `--update` flag is provided. **CRITICAL: Complete ALL 4 phases.** The workflow is not complete until Phase 4: Report & Apply is finished. After completing each phase, immediately proceed to the next phase without waiting for user prompts. ## Critical Rules ### AskUserQuestion is MANDATORY **IMPORTANT**: You MUST use the `AskUserQuestion` tool for ALL questions to the user. Never ask questions through regular text output. - Summary and confirmation -> AskUserQuestion - Report presentation -> AskUserQuestion - Action selection -> AskUserQuestion - Removal decisions -> AskUserQuestion Text output should only be used for: - Displaying progress updates between phases - Presenting intermediate analysis results - Explaining context or classification reasoning If you need the user to make a choice or provide input, use AskUserQuestion. **NEVER do this** (asking via text output): ``` Would you like to apply updates or export the report? 1. Apply updates 2. Export report 3. View details ``` **ALWAYS do this** (using AskUserQuestion tool): ```yaml AskUserQuestion: questions: - header: "Validation Complete" question: "How would you like to proceed?" options: - label: "View detailed findings" description: "Show full per-entry breakdown grouped by