|
|
Write high-quality Rust unit tests following best practices. Use when writing new tests, reviewing test code, or improving test quality. Emphasizes clear naming, AAA pattern, isolation, and...
Generate high-quality Go unit tests for the given code or function.
Apply Andrej Karpathy-inspired coding principles to reduce LLM mistakes. Use when starting complex tasks, before writing code, or when you notice over-engineering tendencies.
No description available
|
Test automation specialist for running tests and ensuring coverage
Lifecycle manager for GitHub-based skills. Use this to batch scan your skills directory, check for updates on GitHub, and perform guided upgrades of your skill wrappers.
Writing pull request titles and descriptions for the tldraw repository. Use when creating a new PR, updating an existing PR's title or body, or when the /pr command needs PR content guidance.
Create git commits and commit messages using conventional commits. Use when preparing commits, splitting changes into multiple logical commits, or writing commit messages; include per-commit...
Create a pull request from the current branch following project conventions. Uses the branch name to find the Jira ticket, generates a PR with the standard template, and pushes to origin.
Expert guidance for systematic bug hunting, root-cause analysis, and regression testing. Use this skill when the user reports a bug, unexpected behavior, or when you need to troubleshoot complex...
Code comments, JSDoc/TSDoc and changelog best practices.
Multi-file sync - atomic changes, dependency tracking and conflict resolution.
Smart grouping of files for focused commits with detailed conventional commit messages
Code comments, JSDoc/TSDoc ve changelog best practices.
Create a pull request from the current git worktree branch to its parent branch. Use when a user wants to merge their worktree feature branch back to the branch it was created from. Determines the...
Spawn multiple parallel agent processes using mprocs. Use when user wants to run the same prompt across multiple agents simultaneously.
Modular Code Organization