jira-comment
25Skill Claude CodeCodex
Draft and post a terse comment on a Jira ticket. Fetches the ticket and recent comments for context, shows the draft, and posts only after explicit confirmation.
Skill Claude CodeCodex
Draft and post a terse comment on a Jira ticket. Fetches the ticket and recent comments for context, shows the draft, and posts only after explicit confirmation.
Skill Claude CodeCodex
Look up Jira ticket details including summary, type, and description. Use this to fetch ticket context for branch naming, PR creation, or understanding requirements.
Skill Claude CodeCodex
Morning catch-up view — assigned Jira tickets and recent discussion, open PRs, current working copy state, and (if present) in-progress and ready beads in one glance. Run at session start to orient.
Skill Claude CodeCodex
Read-only audit of Pi routing and configured second-opinion panel model IDs against the active Pi catalog and public live model metadata; reports when Pi or configured models merit review without editing config.
Skill Claude CodeCodex
Derive a conventional session name from the branch ticket, active bead, open PR, and current work — then print the correct paste-ready rename command for the active client. Use when a session's auto-name is generic and you want it legible in the session list.
Skill Claude CodeCodex
Pick the next bead to work on. Globally ranks ready tasks across validated workspace Beads stores while preserving local single-store behavior.
Skill Claude CodeCodex
Ticket-scoped, read-only status dashboard that shows blockers, unmet requirements, verification evidence, working-copy state, tracking drift, and concrete untracked follow-ups.
Skill Claude CodeCodex
Opinionated craft review of your own changes — flags rushed code, missed reuse, misplaced symbols, weak test coverage deltas, and drift from project consensus. Principles-driven (KISS, DRY, SOLID, TDD, YAGNI, DDD) but with anti-noise guardrails. Use when you want the dreaded-but-useful senior reviewer pass before…
Skill Claude CodeCodex
Read-only estimate of Pi model cost by provider and model for today, this week, this month, and all recorded history, separating metered credit usage from flat-rate subscription usage.
Skill Claude CodeCodex
Materialize an explicitly approved cited plan into proportionate Beads tracking when the user asks for durable ownership. Use dynamically for that bounded request: recommend no item, one item, or a bounded epic; check owners and duplicates; preview every write; and apply only after exact confirmation.
Skill Claude CodeCodex
Show enriched status of your open PRs — CI checks, approvals, unresolved review threads, and linked Jira discussion, with transition-driven suggested next actions.
Skill Claude CodeCodex
Read-only workspace-level synthesis of project outcomes, requirement linkage, delivery evidence, coordination risks, and the single most important next coordination action.
Skill Claude CodeCodex
Pre-merge gate — verify a PR is green, approved, in sync, and free of obvious risk, then (on explicit approval) squash-merge it. Composes /pr-status, /contract-check, and /review-pr rather than reimplementing them.
Skill Claude CodeCodex
Deep release-readiness gate for one service using normalized Git, CI, contract, ordering, toggle, and deployment evidence. Emits a capability-aware gate table and one verdict without prompting or mutating state. Use before deciding whether a service is safe to ship.
Skill Claude CodeCodex
Rebase the current branch onto an updated main branch. Use when main has been updated and you need to incorporate those changes into your feature branch.
Skill Claude CodeCodex
Rebase after a parent PR has been merged to main. Use when your branch was stacked on another PR that has now been merged, and you need to rebase onto main while keeping only your commits.
Skill Claude CodeCodex
Rebase the current branch onto an updated parent PR branch. Use when you have stacked PRs and the parent branch has been updated (force-pushed after its own rebase or new commits added).
Skill Claude CodeCodex
Interactive release gatekeeper for letterbox — runs one tick of the release dashboard, then prompts to push / defer / cancel each ready service, auto-files a bead on CI failure, enforces deploy order, watches rollouts, syncs k8s config and schedules the restarts that applied config needs, and nudges feature toggles.…
Skill Claude CodeCodex
Read-only release dashboard showing the release states a project can prove: unpushed work, normalized CI, deployment progress, deploy-order blockers, and optional feature-toggle gates. Passive: never prompts, pushes, or mutates state. Use for a quick release snapshot.
Skill Claude CodeCodex
Safely publish prepared PR-feedback outcomes through separately confirmed push, reply, and inline-thread resolution gates. Re-fetches normalized identities before every mutation and keeps retries idempotent.
Skill Claude CodeCodex
Address PR review feedback through explicit item selection, independent validation, focused local fixes, verification, and a local commit. Never publishes remote actions; use reply-comments for separately confirmed push, reply, and resolution gates.
Skill Claude CodeCodex
Review a repository-qualified pull request at an immutable head, compare it with Jira requirements, and return a read-only verdict with explicit evidence completeness.
Skill Claude CodeCodex
Query an independent peer or a configurable local/OpenRouter review panel, with distinct quorum and evidence-backed consensus interpretation policies.
Skill Claude CodeCodex
Multi-repo git workflow rules and setup. Provides mgit wrapper for safe permission patterns across independent service repositories. Use when setting up a new multi-repo workspace or when working with multi-repo git operations.