Find the perfect skill
E2E Test Generation
Testing
Generates and verifies E2E tests for a feature. Explores the live app, creates test plan, generates tests, runs and fixes until passing.
Structured Code Review
Testing
Code quality assessment through a 9-step workflow using Conventional Comments format, scaled review depth, and soft-gating verdicts preserving user autonomy.
E2E Test Generation
Testing
Generates and verifies end-to-end tests for a feature. Explores the live app, creates a test plan, generates tests, and runs them until they pass.
Code Review
Testing
Perform a quick, focused code review on specified files or recent changes, identifying bugs, best practice violations, and potential improvements.
Shallow Skill
Testing
A test skill at the first level under skills/. Validates correct shallow namespace generation.
Python Playground
Testing
Run and test Python code in an isolated directory. Perfect for testing snippets, investigating CPython behavior, or experimenting without affecting the main codebase.
Mobile App Testing
Testing
Comprehensive testing strategies for iOS and Android mobile apps. Covers unit tests, UI tests, integration tests, and performance testing with Detox and Appium.
Python Functional Bug Debugging
Testing
Investigate and resolve functional bugs in Python by analyzing specifications, logs, and observed behavior. Useful for identifying issues before implementing fixes.
Debug Visual Regression
Testing
Analyze visual regression test failures in Vizzly by comparing baseline and current images. Identify visual differences and suggest appropriate actions.
Bug Hunter - Bug Investigation and Fix Generation
Testing
Copilot agent specialized in bug investigation, root cause analysis, and fix generation. Uses log analysis, debugging tools, and systematic troubleshooting to efficiently resolve issues.
Java Debug Analyzer
Testing
Analyze and debug Java issues including stack traces, exceptions, and performance problems. Identify root causes and get actionable solutions.
Lint and Type Checking
Testing
Runs ESLint and TypeScript type checking on frontend codebase. Identifies linting errors and type issues before committing changes.