command-execution

Installation
SKILL.md

Command execution procedures

This skill provides procedural how-to for the invariants defined in the command-execution rule module. The rule module states what must hold; this skill states how to comply.

Federated identity flow handoff

When an automation-launched browser context is blocked or degraded during a federated identity flow (Google, Apple, Microsoft, GitHub):

  1. Stop the automation at the moment the IdP redirect URL is reached. Do not attempt to fill the IdP form from automation.
  2. Hand off the IdP step to a real browser session via Chrome DevTools Protocol attach, or by asking the user to complete the sign-in step interactively.
  3. Wait for the post-IdP redirect back to the application's callback URL.
Installs
2
First Seen
Apr 9, 2026