What problem does it solve? Teams need recurring, curated status summaries of issue activity without manually filtering boards each time. This Skill lets agents author Todero status cards through the public API and lets the assigned Summarizer compile a card's prose interest prompt into bounded CompanySearchQuery objects, then write the first summary. ## Core Features & Use Cases - Agent-authored cards: Create, refine, and refresh company-scoped status cards via the REST API, with limits of 20 cards per agent and 4,000 characters per interest prompt. - Summarizer compilation: Convert a prose prompt into one or more structured CompanySearchQuery objects with union semantics, resolving project and label names to UUIDs and applying bounded limits. - Write-back workflow: Write the compiled query to the query endpoint, then execute the scope and write the first full Markdown summary, plus handle later incremental or full update assignments. - Use Case: A manager asks for a card tracking "blocked or in-review launch work updated this week." The agent creates the card, and the Summarizer compiles it into a query filtered by status and updatedWithin 7d, then writes the first summary. ## Quick Start Ask the agent to create a Todero status card with the interest prompt "Blocked or in-review launch work updated this week" and compile its first summary.