What problem does it solve? Coordinating GitHub workflows for the trAInR project—filing issues, opening PRs, diagnosing CI failures, searching code, and cutting releases—requires repetitive manual steps and consistent conventions that are easy to get wrong. ## Core Features & Use Cases - Issue and PR Management: Creates issues with lowercase imperative titles and labels, and opens PRs against master with a standardized Summary/Test plan body format. - CI Failure Diagnosis: Fetches failed job logs via get_job_logs with failed_only=true, then reports the failing step, relevant log lines, and a suggested fix. - Scoped Code Search & Releases: Runs search_code scoped to owner:ZawilecxD repo:trAInR and tags semver releases on master after CI passes. - Use Case: After a Vercel deployment fails, ask the assistant to check CI status; it retrieves the failed job logs, identifies the lint error, and suggests the fix. ## Quick Start Ask the assistant to create a GitHub issue for a bug you found in the trAInR repo, including relevant labels and file references.