Skip to content

Instantly share code, notes, and snippets.

View francoabaroa's full-sized avatar
🎯
Focusing

franco abaroa francoabaroa

🎯
Focusing
View GitHub Profile
@francoabaroa
francoabaroa / inbox_triage.md
Created June 16, 2026 15:08
Have over 10,000 unread emails? Add Gmail plugin with Codex and use this skill to get close to inbox 0
name gmail-inbox-triage
description Triage a Gmail inbox into actionable buckets such as urgent, needs reply soon, waiting, and FYI using connected Gmail data. Use when the user asks to triage the inbox, rank what needs attention, find what still needs a reply, or separate important mail from noise.

Gmail Inbox Triage

Overview

Use this skill for direct inbox-triage requests. Build on the core Gmail skill at ../gmail/SKILL.md, especially its search and thread-reading guidance.

name review-worktree
description Exhaustive read-only code review of staged, unstaged, and untracked Git worktree changes before commit. Use when the user asks to review uncommitted changes, review the whole worktree, audit local diffs, inspect staged/unstaged/untracked files, or run a thorough parallel subagent code-review workflow focused on correctness, regressions, security/privacy, data integrity, API compatibility, tests, and integration risk.

Review Worktree

Run a comprehensive read-only review of every uncommitted change in the current Git repository. Account for staged, unstaged, and untracked non-ignored files before giving a verdict.

Non-Negotiables