원클릭으로
run-journeys
Automates running Journey tests and subsequently extracting their results into the persistent .changereview folder.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Automates running Journey tests and subsequently extracting their results into the persistent .changereview folder.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
A visual test-driven development loop for Compose apps using Compose HotSwan for Android device testing. Navigates the live app, edits code, hot-reloads, and produces a markdown report that EMBEDS before/after screenshots so the change is shown, not just claimed.
Bootstraps a new KMP project by cloning a specified GitHub template repository into a new directory, seeding it with core AI skills, stripping its git history, and initializing a fresh workspace.
A summary of all names and descriptions of skills in the dyor/skills repository, used to guide importing relevant skills.
Guides the implementation of Firebase in a KMP project using native platform SDKs (Android/iOS) via Interface Injection, avoiding third-party KMP wrappers.
Scaffolds a complete 6-part Planning Skill (Prompt, Agent, Guide, Calculator, Validation, Hints) inside the remote `.skills/planning-skills/` directory for authoring a new chunk of orchestrated work.
Consumer-side. Imports a remote skill (single or collection) into the local `.skills/imported-skills` folder using a Python script. Can also refresh all skills using version-first, SHA-fallback drift detection. Pairs with the author-side skill `update-importable-skill`. Full lifecycle doc is bundled at `./references/IMPORTING-SKILLS-DOCUMENTATION.md`.
| name | run-journeys |
| description | Automates running Journey tests and subsequently extracting their results into the persistent .changereview folder. |
run-journeys SkillWhen a user asks to run a journey (e.g., "run the writers room journey"), follow these steps:
1_writers_room.journey.xml). You can omit the .journey.xml extension when determining the <journey_name> base.run_shell_command("JOURNEYS_FILTER=<journey_name>.journey.xml ./gradlew :androidApp:testJourneysTestDefaultDebugTestSuite")
(Note: Adjust :androidApp: if the target module is different).changereview-from-journey skill to extract the results for the <journey_name> you just ran. Follow its instructions exactly to create the markdown report and images.