Loading...
Loading...
Found 47 Skills
Generate a language translation for a mkdocs documentation stack.
Commit message format, logical grouping, and branch naming rules. Follow when creating git commits, branches, or PRs.
Get up to speed on the current branch's intent by analyzing commits, changes, and optionally a Linear ticket. Use when starting work on an existing branch.
Fetches Jira ticket context, creates a branch, and drafts an implementation plan
Create conventional commit messages following best conventions. Use when committing code changes, writing commit messages, or formatting git history. Follows conventional commits specification.
Generate Stage chapters for the current local git branch and open them in a browser for review.
Validate the current Pull Request branch name, body, and status against Marshroom conventions
Create a PR with dev as base using the pull request template. Use when opening a new PR.
Generate or update tests for changed files in the current git branch, using statement coverage as the evaluation metric (target: 80%+). Use when: (1) the user asks to "write tests for my changes", "add tests for the current branch", or "improve coverage", (2) after implementing a feature to ensure adequate test coverage, (3) before a PR to verify changed code is tested. Supports Vitest and Cargo projects. Invoked with /test-generator or phrases like "generate tests", "test my changes", "cover the diff".
Guide for using git worktrees to parallelize development with coding agents. Use this skill when the user requests to work in a new worktree or wants to work on a separate feature in isolation (e.g., "Work in a new worktree", "Create a worktree for feature X").
Use when starting feature work that needs isolation - creates a temporary branch for implementation work with safety verification
Guide for working in parallel with other agents. Use when another agent is already working in the same directory, or when you need to work on multiple features simultaneously. Covers git worktrees as the recommended approach.