26 skills
tools
Record a lesson learned after a user correction, or review existing lessons at session start
testing
Classify and label GitHub issues based on repository-specific labeling instructions. Use when (1) auto-labeling new issues, (2) classifying issue types (bug, feature, etc.), (3) adding priority or area labels, (4) applying consistent labeling rules. Triggers on requests like "label issue", "classify issue", "what labels should this issue have", "add labels to issue".
development
Root cause analysis and debugging
development
Cross-agent collaboration protocols, workflow handoff patterns, and commit message formats for TDD/Mikado/refactoring workflows
tools
Load your current context at session start. Shows what you were working on, active priorities, and unresolved flags. Also trigger when resuming after a break or when the user asks what am I working on.
data-ai
Start a new day by rolling over unfinished tasks and preparing today's daily note. Pulls meeting schedule from Microsoft 365 via WorkIQ. Use when the user says: "start my day", "daily rollover", "new day", "morning setup"
data-ai
Pomodoro timer with focus sessions, break management, and task tracking. Data stored locally.
tools
Read the most recent handoff for this project and orient yourself. The FIRST thing you do when starting a new session.
documentation
Quick-write a lightweight session note to memory/sessions/note.md. For full session wrap-up, use coordinator:session-end or /handoff.
development
Checks quality gates against the current codebase. Reads project-specific quality gate command from way-of-working adoption and universal standards from quality-standards guidelines. Gates already passing are skipped. Invocable independently or composed by /pair-process-implement and /pair-process-review.
testing
Execute CellmOS spec tasks systematically from the database. Identifies next executable group respecting DAG dependencies, delegates to specialist agents, transitions states, reports progress. Use when: 'orchestrate', 'execute spec', 'run all phases'.
tools
Iterative improvement protocol — declare a measurable target, run cycles via /loop, experiment, measure, learn, and accumulate work in a DRAFT PR.
development
Create recurring focus time blocks on Google Calendar to protect deep work hours.
tools
Lead a team — run standups, coordinate tasks, and communicate.
testing
# Skill: pr-sequencing-worktree ## Purpose Enforce small, reviewable PR units. ## Triggers - Large feature - Auth/Admin/Billing change ## Responsibilities - Slice into minimal PRs - Follow PR-SEQUENCE.md ## Implementation Steps 1. Identify smallest atomic change. 2. Open worktree branch. 3. Link to checklist in PR description. 4. Run Fast Gate before request review. ## Required Artifacts - docs/product/PR-SEQUENCE.md - .github/PULL_REQUEST_TEMPLATE.md ## Verification - Each PR remains roll
development
# SKILL: task-tracker ## Dominio Gestión completa de la cola de tareas del workspace. Crear, actualizar, cerrar tareas en `.codex-agent/tasks.yaml` y registrar cada acción en `.codex-agent/audit-log.jsonl`. Mantener `.codex-agent/RESUME.md` actualizado para reanudación de sesión. --- ## Archivos del plano de control | Archivo | Propósito | |---------|-----------| | `.codex-agent/tasks.yaml` | Cola de tareas con estado, riesgo y pasos | | `.codex-agent/audit-log.jsonl` | Registro inmutable de
tools
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
development
Use this skill when creating, managing, or working with Conductor tracks - the logical work units for features, bugs, and refactors. Applies to spec.md, plan.md, and track lifecycle operations.
development
Update Logics indicators consistently. Use when Codex should update request/backlog/task indicators (`From version`, `Understanding`, `Confidence`, `Progress`, `Complexity`, `Theme`) or companion doc indicators in `logics/product|architecture/*.md` such as `Date`, `Status`, `Drivers`, related refs, and `Reminder`.
development
BDD requirements discovery methodology - Example Mapping, Three Amigos, conversational patterns, Given-When-Then translation, and collaborative specification