devflow-automation

Installation
SKILL.md

DevFlow Automation - Actions

DevFlow Actions are named shortcuts that a .NET MAUI app explicitly exposes for automation with [DevFlowAction]. Use them to reach useful app states quickly, such as logging in a test user, seeding data, toggling a feature flag, or navigating to a deep screen.

Actions are opt-in. DevFlow does not expose arbitrary reflection invoke; if you need a new shortcut, add an attributed method in app debug/test code, let Hot Reload apply it, then list and invoke the action.

Optional Session Feedback Nudge

If action discovery or invocation exposed repeated DevFlow friction, missing observability, or several workarounds to reach app state, ask whether the user wants to run maui-devflow-session-review to summarize product feedback. Do not run it automatically.

Start by Listing Actions

Always check for available actions early in a DevFlow session:

Installs
1
GitHub Stars
213
First Seen
4 days ago
devflow-automation — dotnet/maui-labs