Report Group Tools
Automatic detection
You can simply mention @Hana and describe your request. If the intent is clear, she will automatically run the relevant report-group workflow.
What it does
Report groups are structured async update streams (for example daily_tech_standup).
Supported operations/arguments
| Operation | Invocation Keywords | Description | Supported arguments |
|---|---|---|---|
| Query report updates | report | Retrieve updates from a report group in a time window. | start_timestamp, end_timestamp, group_name |
| Create or update report message | create, update | Add update message in an existing report group. | group_name, highlighted_message |
| List report groups | list report groups, show report groups | List groups with optional filters/sorting. | search_query, max_results, created_by_me, date_sort_by |
| Summarize report group | summary, highlights | Generate summary for group over optional time window. | group_name, start_timestamp, end_timestamp, max_messages |
| Updates by user | updates by, who updated | List updates by user within group/time window. | group_name, user_query, start_timestamp, end_timestamp, max_results |
Invocation examples
createupdatereport
@Hana update in daily_tech_standup that I completed payments integration but have a webhook blocker; PR by EOD.
@Hana what did the team report today in daily_tech_standup? Any blockers?
@Hana summarize daily_tech_standup from Monday to Friday with top blockers.
@Hana show updates by Santhosh in daily_tech_standup this week.
Troubleshooting
- Group not found: verify exact
snake_casegroup name. - Missing updates: widen time window.
See also
When to use
Use for async standups, structured progress updates, and periodic team summaries by group.
Permissions/limits
- You can only post/query groups you can access.
- Include date ranges for accurate historical summaries.
High-signal invocation
@Hana summarize daily_tech_standup from this week by owner with completed work, blockers, and next steps.
Edge-case invocation
@Hana show updates by @A in daily_tech_standup between 2026-02-10 and 2026-02-20 and highlight blocker trends.