← Voltar para o catálogo
coalesce-labs

Autor no catálogo

coalesce-labs

96 skills1.728 estrelas no totalgithub.com/coalesce-labs

Skills publicadas

Mostrando 48 de 96

analyze-user-behavior

18

Analyze user behavior patterns and cohorts using PostHog

Pesquisa e Webpor coalesce-labs

debug-production-error

18

Debug production errors using Sentry MCP tools. Searches issues, analyzes stack traces, identifies root causes, and suggests fixes. Use when the user mentions a Sentry error, production exception, stack trace, error monitoring, crash report, or unhandled exception.

Pesquisa e Web#mcppor coalesce-labs

trace-analysis

18

Analyze distributed traces and performance issues with Sentry

Pesquisa e Webpor coalesce-labs

error-impact-analysis

18

Analyze the impact and scope of production errors

Pesquisa e Webpor coalesce-labs

segment-analysis

18

Analyze user segments, cohorts, and customer groups using PostHog data. Creates retention tables, compares segment behavior, and generates group breakdowns. Use when the user asks about customer segmentation, cohort retention, user group comparison, churn analysis, or funnel analysis by segment.

Pesquisa e Webpor coalesce-labs

product-metrics

18

View key product metrics, KPIs, and conversion rates from PostHog

Pesquisa e Webpor coalesce-labs

_phase-agent-template

18

Reference template every phase-agent skill copies (CTL-448). The leading underscore on the directory name prevents the skill loader from picking this up — it is NOT a runnable skill, only a structural template the nine real phase agents (phase-triage, phase-research, phase-plan, phase-implement, phase-verify, phase-review, phase-pr, phase-monitor-merge, phase-monitor-deploy) clone and specialize.

DevOps e Infra#deploypor coalesce-labs

briefing-followup

18

Token-efficient Claude Code workspace with parallel agents and persistent memory. Research → Plan → Implement → Validate workflow.

Pesquisa e Webpor coalesce-labs

fix-typescript

18

Fix TypeScript errors with strict anti-reward-hacking rules. **ALWAYS use when** the user says 'fix type errors', 'fix typescript', 'type-check is failing', or when TypeScript compilation errors need to be resolved. Ensures runtime type safety — fixes root causes instead of silencing errors with casts.

Pesquisa e Web#typescript#aipor coalesce-labs

implement-plan

18

Token-efficient Claude Code workspace with parallel agents and persistent memory. Research → Plan → Implement → Validate workflow.

Pesquisa e Webpor coalesce-labs

phase-pr

18

Phase-agent wrapper that opens the pull request after implementation completes (CTL-449 Initiative 1 Phase 3). Delegates to `/catalyst-dev:create-pr` (which already auto-runs `describe-pr` and transitions Linear to `inReview`), then writes the PR number + URL into the phase signal file so the downstream `phase-monitor-merge` agent can read it without re-querying GitHub. Dispatched as a `claude --b

Pesquisa e Web#github#gitpor coalesce-labs

phase-remediate

18

Phase-agent that fixes a failing verify verdict so the pipeline self-heals instead of stalling to needs-human (CTL-653). Reads `${ORCH_DIR}/workers/<ticket>/verify.json`, fixes the `findings[]` (every severity:"high" plus the regression_risk drivers) directly via Edit/Write, commits the remediation, and emits `phase.remediate.complete.<ticket>`. The scheduler's router then re-dispatches `verify` t

Marketing#aipor coalesce-labs

metrics-framework

18

Set up leading vs lagging indicators for product decisions. Framework for metric selection and tracking.

Pesquisa e Webpor coalesce-labs

audit-references

18

Audit plugin health and find broken references in manifests, commands, agents, and skills

Pesquisa e Webpor coalesce-labs

reorganize

18

Analyze and reorganize a directory structure with safe reference updates

Pesquisa e Webpor coalesce-labs

agent-browser

18

Fast browser automation CLI for AI agents. **ALWAYS use instead of Playwright MCP tools** for web testing, screenshots, form filling, and UI verification. Use when user says "open in browser", "check the site", "take a screenshot", "fill the form", "test the UI", or any browser interaction. Also use as a fallback when a task requires visual browser interaction that CLIs and APIs cannot handle (e.g

Pesquisa e Web#mcp#aipor coalesce-labs

merge-pr

18

Token-efficient Claude Code workspace with parallel agents and persistent memory. Research → Plan → Implement → Validate workflow.

Pesquisa e Webpor coalesce-labs

validate-plan

18

Validate that implementation plans were correctly executed. **ALWAYS use when** the user says 'validate the plan', 'check if the plan was implemented correctly', 'verify the implementation', or after completing /implement-plan to confirm all phases were properly executed and success criteria met.

Pesquisa e Webpor coalesce-labs

experiment-metrics

18

STEDII framework for selecting trustworthy experiment metrics. Ensures metric validity and reliability.

Pesquisa e Webpor coalesce-labs

interview-guide

18

Create JTBD-based interview guides for user research. Structured questions for discovery interviews.

Pesquisa e Webpor coalesce-labs

discover-workflows

18

Research and catalog workflows from external Claude Code repositories

Pesquisa e Webpor coalesce-labs

connect-mcps

18

Connect MCPs for real-time tool integration

Pesquisa e Web#mcppor coalesce-labs

broker

18

Token-efficient Claude Code workspace with parallel agents and persistent memory. Research → Plan → Implement → Validate workflow.

Pesquisa e Webpor coalesce-labs

phase-plan

18

Phase agent for the plan step of the 9-phase orchestrator pipeline (CTL-450). Wraps /catalyst-dev:create-plan and produces thoughts/shared/plans/<date>-<ticket>.md, then emits phase.plan.complete.<ticket>. Reads the prior research document from thoughts/shared/research/ as its prior-phase artifact. Spawned via plugins/dev/scripts/phase-agent-dispatch, which invokes it via slash command — hence `us

Pesquisa e Webpor coalesce-labs

review-comments

18

Systematically pull, categorize, and address all PR review comments — code change requests, questions, and suggestions. This skill fetches comments via gh api, groups them by file, implements fixes, handles disagreements diplomatically, and pushes a single commit. You should not try to handle PR review feedback manually — this skill ensures nothing gets missed. **ALWAYS consult this skill when** t

Pesquisa e Web#apipor coalesce-labs

journey-map

18

Create user journey maps and customer journey maps (dual mode)

Pesquisa e Webpor coalesce-labs

import-workflow

18

Import and adapt a workflow from external repositories

Pesquisa e Webpor coalesce-labs

catalyst-comms

18

Token-efficient Claude Code workspace with parallel agents and persistent memory. Research → Plan → Implement → Validate workflow.

Pesquisa e Webpor coalesce-labs

linear

18

Token-efficient Claude Code workspace with parallel agents and persistent memory. Research → Plan → Implement → Validate workflow.

Pesquisa e Webpor coalesce-labs

phase-implement

18

Phase-agent wrapper that drives TDD implementation from an approved plan (CTL-449 Initiative 1 Phase 3). Reads `thoughts/shared/plans/*-<ticket>.md`, delegates the red→green→refactor cycle to `/catalyst-dev:implement-plan`, commits each plan phase as it lands, and transitions the Linear ticket to `inProgress`. Dispatched as a `claude --bg` job by `phase-agent-dispatch`, which invokes it via slash

Pesquisa e Webpor coalesce-labs

phase-verify

18

Phase agent for the verify step of the 9-phase orchestrator pipeline (CTL-450). NEW skill — has no canonical wrapper. Runs read-only adversarial verification against the implement-phase diff: tsc, tests, lint, security scan, reward-hacking scan, code review, test coverage, silent-failure hunt. Writes ${ORCH_DIR}/workers/<TICKET>/verify.json then emits phase.verify.complete.<ticket>. Reads phase-im

Desenvolvimento#ai#testpor coalesce-labs

competitor-analysis

18

Deep competitive analysis + ongoing monitoring. Checks user research for competitor mentions, sales notes, existing analysis. Integrates with retention-analysis and user-research-synthesis.

Pesquisa e Webpor coalesce-labs

catalyst-events-query

18

Token-efficient Claude Code workspace with parallel agents and persistent memory. Research → Plan → Implement → Validate workflow.

Pesquisa e Webpor coalesce-labs

create-plan

18

Token-efficient Claude Code workspace with parallel agents and persistent memory. Research → Plan → Implement → Validate workflow.

Pesquisa e Webpor coalesce-labs

monitor-events

18

Token-efficient Claude Code workspace with parallel agents and persistent memory. Research → Plan → Implement → Validate workflow.

Pesquisa e Webpor coalesce-labs

meeting-feedback

18

Post-meeting effectiveness feedback and continuous improvement

Pesquisa e Webpor coalesce-labs

create-workflow

18

Create new agents or commands using discovered patterns and templates

Pesquisa e Webpor coalesce-labs

create-tickets

18

Create tickets via Linear MCP or generate formatted ticket text

Pesquisa e Web#mcppor coalesce-labs

catalyst-filter

18

Token-efficient Claude Code workspace with parallel agents and persistent memory. Research → Plan → Implement → Validate workflow.

Pesquisa e Webpor coalesce-labs

ci-describe-pr

18

Token-efficient Claude Code workspace with parallel agents and persistent memory. Research → Plan → Implement → Validate workflow.

Pesquisa e Webpor coalesce-labs

create-handoff

18

Token-efficient Claude Code workspace with parallel agents and persistent memory. Research → Plan → Implement → Validate workflow.

Pesquisa e Webpor coalesce-labs

phase-research

18

Phase agent for the research step of the 9-phase orchestrator pipeline (CTL-450). Wraps /catalyst-dev:research-codebase and produces thoughts/shared/research/<date>-<ticket>.md, then emits phase.research.complete.<ticket>. Reads triage.json from the worker dir as its prior-phase artifact. Spawned via plugins/dev/scripts/phase-agent-dispatch, which invokes it via slash command — hence `user-invocab

Pesquisa e Webpor coalesce-labs

resume-handoff

18

Token-efficient Claude Code workspace with parallel agents and persistent memory. Research → Plan → Implement → Validate workflow.

Pesquisa e Webpor coalesce-labs

experiment-decision

18

Decide when to A/B test vs just ship. Framework for experiment planning and prioritization.

Pesquisa e Web#testpor coalesce-labs

analyze-milestone

18

Analyze project milestone health with actionable insights, target date assessment, risk analysis, and specific recommendations

Pesquisa e Webpor coalesce-labs

ci-commit

18

Create git commits autonomously for CI/automation (no user interaction). Non-interactive variant of /commit for use in CI pipelines, automated workflows, and background tasks. Never prompts the user.

Pesquisa e Web#gitpor coalesce-labs

code-first-draft

18

Initial feature implementation from a PRD or feature description. **ALWAYS use when** the user wants to build a new feature, implement a PRD, create a first draft of code, or says things like 'build this feature', 'implement this PRD', 'code this up', 'create the initial implementation'. Also use when there's no existing codebase and user needs a standalone reference prototype.

Pesquisa e Webpor coalesce-labs

describe-pr

18

Token-efficient Claude Code workspace with parallel agents and persistent memory. Research → Plan → Implement → Validate workflow.

Pesquisa e Webpor coalesce-labs

Alerta por categoria

Receba novas skills de Pesquisa e Web toda segunda