Author Profile: coalesce-labs

Skills published by coalesce-labs with real stars/downloads and source-aware metadata.

Total Skills

6

Total Stars

60

Total Downloads

0

RSS Feed

Skills Performance

Comparison chart based on real stars and downloads signals from source data.

merge-pr

10

Stars
10
Downloads
0

monitor-events

10

Stars
10
Downloads
0

oneshot

10

Stars
10
Downloads
0

wait-for-github

10

Stars
10
Downloads
0

catalyst-filter

10

Stars
10
Downloads
0

orchestrate

10

Stars
10
Downloads
0

Published Skills

General

merge-pr

Safely merge PR with verification and Linear integration. **ALWAYS use when** the user says 'merge the PR', 'merge this', 'ship it', or wants to merge an approved pull request. Runs tests, checks CI, verifies approvals, squash merges, cleans up branches, and moves Linear ticket to Done.

Repository SourceNeeds Review
Coding

monitor-events

Reference for the canonical event-driven wait pattern in Catalyst skills. Use when a skill needs to block on a state change (PR merged, CI completed, push to branch, ticket transitioned) WITHOUT polling. Pairs the `catalyst-events` CLI with the Claude Code `Monitor` tool and `wait-for` for short-lived workers.

Repository SourceNeeds Review
Research

oneshot

End-to-end autonomous workflow — research, plan, implement, validate, ship, and merge in one command. **ALWAYS use when** the user says 'oneshot', 'do everything end to end', 'full workflow', or wants to go from ticket/idea to merged PR autonomously. All phases run sequentially in the current session, using agent teams for parallelism when needed.

Repository SourceNeeds Review
Coding

wait-for-github

Reference for the safe two-phase GitHub event wait pattern. Use when a skill needs to block on a GitHub PR event (merged, CI complete, review submitted) without hitting GraphQL rate limits. Replaces `gh pr view --json` polling loops with `catalyst-events wait-for` plus a REST-only fallback. Includes a 3-minute diagnostic checkpoint to detect silent filter mismatches before they cause multi-hour stalls.

Repository SourceNeeds Review
General

catalyst-filter

Protocol reference for the catalyst-filter semantic event routing daemon. Use when an orchestrator needs to wait for relevant events using a natural-language intent description instead of a precise jq predicate. Covers registration, waiting, deregistration, the wake event structure, prompt writing, context fields, and the fallback path when the daemon is not running.

Repository SourceNeeds Review
General

orchestrate

Coordinate multiple tickets in parallel across worktrees with wave-based execution, worker dispatch, and adversarial verification

Repository SourceNeeds Review
Author coalesce-labs | V50.AI