Date: 2026-04-20 Investigator: Linda Goldstein (via Datadog RUM) Application: app-workflow (production) Time range: 30 days (Mar 22 – Apr 20, 2026)
| name | coworker-calendar |
|---|---|
| description | Fetch and display a coworker's Google Calendar events. Use when the user asks to see, check, or look up a coworker's calendar, schedule, or availability by name or email. Triggers on phrases like "what's on X's calendar", "check X's schedule", "is X free", "X's meetings today". |
Fetch a coworker's calendar events using the gcal_list_events MCP tool.
Ticket: Blank screen when adding specific Incontinence packages (e.g. "cleansing wipes") to DME order AXAFH-3I-H0-96NG
User: [email protected]
Environment: Staging
Date range: Apr 13–15, 2026
| name | create-jira-issue |
|---|---|
| description | Create a Jira issue in the WF project using the Jira REST API. Use when you need to create Initiative, Epic, Story, Bug, Chore, Spike, or Task issues with required custom fields for Balanced Team, Work Type, and Focus Area. Supports optional parent key for nesting under epics. |
Create a Jira issue in the WF project using the Jira REST API with credentials from ~/.netrc.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| conn = ActiveRecord::Base.connection | |
| EXACT_COUNT_THRESHOLD = 3_000_000 | |
| PER_TABLE_TIMEOUT_SEC = 30 | |
| tables = conn.select_values(<<~SQL.squish) | |
| SELECT table_name | |
| FROM information_schema.columns | |
| WHERE table_schema = 'public' | |
| AND column_name = 'deleted_at' |
| name | team-lint-audit |
|---|---|
| description | Find all lint issues (ESLint suppressions, RuboCop todo entries, inline rubocop:disable comments) owned by a specific team. Use when user says "find lint issues owned by", "lint audit for team", "team lint debt", or wants to see lint suppressions for a team like Cat Crew. |
Find and summarize all lint issues owned by a given team in the app-workflow repo.
Generated 2026-04-08 from Jira filter 12452
| Story | Summary | Recommended Epic |
|---|
| Date | Author | Commit | Summary |
|---|---|---|---|
| 2024-04-22 | Amanda Muñoz | 824e901c6e3 |
Rename additional contact -> additional_contact_response |
| 2024-04-23 | Amanda Muñoz | 18e257d16d9 |
Code ownership updates |
| 2024-04-23 | Amanda Muñoz | 502b0a34ef0 |
Remove paper trail |
| 2024-11-14 | Nathan Herzing | 1c0922e779f |
Validate additional contact phone number |
| 2024-12-10 | Nathan Herzing | 80762899d42 |
Make phone number validation more resilient |
| 2025-03-18 | Nathan Herzing | 36f3ea4088c |
Remove additional fax prompt feature |
| name | team-lint-audit |
|---|---|
| description | Find all lint issues (ESLint suppressions, RuboCop todo entries, inline rubocop:disable comments) owned by a specific team. Use when user says "find lint issues owned by", "lint audit for team", "team lint debt", or wants to see lint suppressions for a team like Cat Crew. |
Find and summarize all lint issues owned by a given team in the app-workflow repo.
NewerOlder