aiden-test-feature
Installation
SKILL.md
Task: Test Feature & Generate Demo Report
Analyze the current branch's changes, scope the coverage level with the user, build an explicit testing strategy, start the app's dev server, test the feature in a real browser using agent-browser, capture screenshots and video (always — no exceptions), upload everything to S3, and generate a structured test report (always — never skip).
Phase 0: Environment Setup
1. Get artifact context IDs
Use the active task context when it is present in the prompt. Otherwise:
- The task ID is available from the
AIDEN_TASK_IDenvironment variable. - The conversation ID is available from the
AIDEN_SESSION_IDenvironment variable. - Resolve
teamIdwith Aiden MCP context/tools before creating the report.
When calling create_test_report, always pass taskId, conversationId, and teamId explicitly. Do not substitute one ID for another.
2. Verify agent-browser is available
Related skills