jj-clone-third-party
Clone external repositories into work/ directory for examination and source code research. Use when needing to understand third-party dependency implementations, debug upstream issues, or research API usage patterns. (project)
session-start
Initialize a coding session by loading git workflow rules and checking Unity console status. Run this at the start of each session.
ado-windows-git-bash-compatibility
Windows and Git Bash compatibility guidance for Azure Pipelines. Covers path conversion issues, shell detection in pipeline scripts, MINGW/MSYS path handling, Windows agent configuration, cross-platform script patterns, and troubleshooting common Windows-specific pipeline failures.
docker-git-bash-guide
Comprehensive Windows Git Bash and MINGW path conversion guide for Docker volume mounts and commands
local-review
Use when reviewing local branch changes before merge, when you want code review feedback without a PR, or before committing significant changes
commit-and-pr
Split staged changes into a sequence of Conventional Commits (reusing repo commit types/scopes), then push and create a GitHub PR via `gh` using the repo’s PR template.
novel-revision
Manage multi-level novel revisions while preventing cascade problems. Use when editing novels, when changes at one level break things at others, when you need systematic change management for long-form fiction, or when revisions keep creating new problems.
git-2-49-features
Git 2.49+ features including git-backfill, path-walk API, and performance improvements
windows-git-bash-paths
Windows and Git Bash path handling for SSDT, SqlPackage, and DACPAC files with shell detection
security-review-pr
PR/branch security review focused on HIGH-CONFIDENCE vulnerabilities with minimal false positives. Uses git diff analysis and sub-task parallelization.
jj-graft-third-party
Integrate third-party repository history into the monorepo by adding remotes and creating workspaces. Use when testing patches to upstream projects, making local modifications to dependencies, or maintaining forks that need to track upstream changes. (project)
log-analysis
Analyze application logs to identify errors, performance issues, and security anomalies. Use when debugging issues, monitoring system health, or investigating incidents. Handles various log formats including Apache, Nginx, application logs, and JSON logs.
logging-observability
Guidelines for structured logging, distributed tracing, and debugging patterns across languages. Covers logging best practices, observability, security considerations, and performance analysis.
config-reader
Read and manage daplug configuration from CLAUDE.md using <daplug_config> blocks, with legacy fallback and migration support.
issue-logging-during-ralph-execution
Provides guidance for systematically logging issues during Ralph autonomous execution. Use when: (1) Any problem occurs during task execution, (2) Manual intervention is required, (3) Workflows don't work as expected, (4) Quality gates fail or require workarounds.
codereview-observability
Review logging, metrics, tracing, and alerting. Ensures systems are observable, debuggable, and operable. Use when reviewing code that adds logging, metrics, or monitoring.
observability
This skill should be used when the user asks about "Effect logging", "Effect.log", "Effect metrics", "Effect tracing", "spans", "telemetry", "Metric.counter", "Metric.gauge", "Metric.histogram", "OpenTelemetry", "structured logging", "log levels", "Effect.logDebug", "Effect.logInfo", "Effect.logWarning", "Effect.logError", or needs to understand how Effect handles logging, metrics, and distributed tracing.
datetime-pickers
Use ThemedDateTimePicker, ThemedDateTimeRangePicker, or ThemedDateTimeSteppedPicker in a layrz Flutter widget. Apply when adding a combined date-and-time selection field.
date-pickers
Use ThemedDatePicker, ThemedDateRangePicker, ThemedMonthPicker, or ThemedMonthRangePicker in a layrz Flutter widget. Apply when adding a date or month selection field.
fullstory-component-wellbeing
Expert guidance for monitoring frontend component health, performance, and rendering stability within Fullstory. Framework-agnostic patterns for React, Vue, Angular, Svelte, and React Native.