Skip to content

Instantly share code, notes, and snippets.

View compwron's full-sized avatar
💭
Hello world

compwron compwron

💭
Hello world
View GitHub Profile

Empty "Select Supplier" Modal — RUM Investigation Report

Date: 2026-04-20 Investigator: Linda Goldstein (via Datadog RUM) Application: app-workflow (production) Time range: 30 days (Mar 22 – Apr 20, 2026)


Executive Summary

@compwron
compwron / calendar-comparison-2026.md
Created April 16, 2026 02:21
2026 YTD calendar comparison: Linda vs Gila vs Joel (Parachute Health EMs)

Linda vs Gila vs Joel — 2026 Calendar Comparison (Jan 1 – Apr 15)

Overall volume

Metric Linda Joel Gila
Total events 842 761 710
Accepted 445 (53%) 506 (66%) 395 (56%)
Declined 99 (12%) 79 (10%) 94 (13%)
Tentative 53 (6%) 26 (3%) 0 (0%)
@compwron
compwron / SKILL.md
Created April 16, 2026 01:12
Claude Code skill: fetch a coworker's Google Calendar events by name or email
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".

Coworker Calendar

Fetch a coworker's calendar events using the gcal_list_events MCP tool.

Resolving the calendar ID

WF-40537: Datadog RUM Session Analysis

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


Issue Summary

@compwron
compwron / SKILL.md
Created April 10, 2026 23:16
create-jira-issue Claude Code skill
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 Jira Issue

Create a Jira issue in the WF project using the Jira REST API with credentials from ~/.netrc.

Usage

@compwron
compwron / deleted_at_counts.rb
Created April 10, 2026 17:39
Soft-delete (deleted_at) row counts across all paranoid tables
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'
@compwron
compwron / SKILL.md
Created April 9, 2026 22:03
Claude Code skill: team-lint-audit — find all lint issues owned by a specific team
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.

Team Lint Audit

Find and summarize all lint issues owned by a given team in the app-workflow repo.

Inputs

Clinical Intelligence — Story → Epic Assignment Plan

Generated 2026-04-08 from Jira filter 12452


Qualification / Navigation

Story Summary Recommended Epic

ClinicalFacilityAdditionalContactResponse History

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
@compwron
compwron / SKILL.md
Created April 8, 2026 23:28
team-lint-audit: Find all lint issues owned by a specific team (ESLint suppressions, RuboCop todo, inline disables)
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.

Team Lint Audit

Find and summarize all lint issues owned by a given team in the app-workflow repo.

Inputs