Investigates a specific tend GitHub Actions run by downloading its session-log artifacts and parsing the JSONL traces. Surfaces which skill tend loaded, what tools it called with what inputs, files it read or wrote, and where decisions went wrong. Use when asked to "debug a tend run", "investigate a tend run", "why did tend do X", "what did the bot do in CI", "look at the session logs", or to reconstruct tend's behavior step-by-step from a run ID, URL, or PR number.
$npx -y skills add max-sixty/tend --skill debug-tend-runInstalls into the current project.
Run `npx skills use "https://github.com/max-sixty/tend" --skill "max-sixty/tend/debug-tend-run"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/max-sixty/tend" that are relevant to the current task. Run `npx skills add "https://github.com/max-sixty/tend"` and select the relevant skills, then follow their instructions.