Find the perfect skill
Show Ready Tasks
Productivity
Lists tasks that are ready to work on, filtered by status 'ready' and sorted by priority. Highlights the highest-priority task as the suggested next action. Helps when you need to know what to work on next or which tasks are unblocked.
Software Architecture and System Design
Development
Designs system architecture, data models, API contracts, and technical specifications. Activates when planning technical approaches, creating data models, defining API contracts, writing ADRs, or answering 'how should we build this'. Does not handle product requirements, implementation code, or security testing.
Code Changes Review
Development
Performs a comprehensive code review of uncommitted git changes, analyzing for bugs, security vulnerabilities, best practices, DRY violations, code smells, performance issues, and areas of improvement. Use it when you need to review changes before committing, for pre-commit reviews, or quality checks. Works with any language or framework.
Code Quality Checker
Development
Runs ruff for linting and mypy for type checking on the codebase. It can auto-fix ruff violations and target specific directories. Useful for catching style issues, security warnings, and type errors before commit.
Astro Design (Islands & HTML-First)
Development
Skill for designing, implementing, and reviewing Astro projects with an HTML-first, Islands-based, JavaScript-minimizing approach. Used when a repository's doc/input/rdd.md includes '技術スタック Astro', or when the user asks about Astro, Islands, SSG, SSR, or performance optimization.
Tweet Ideas Generator
Marketing & SEO
Generate 60 high-impact tweet ideas organized by theme and engagement type. Perfect for content creators and marketers building a consistent X/Twitter presence.
Complete Idea
Productivity
Manually closes an accepted idea after verifying that all its derived tasks are completed. This is useful for edge cases where the idea wasn't automatically closed, such as manually converted tasks or legacy ideas predating the auto-close feature.
Git Master
Development
Handles advanced git operations including branch management, merge conflict resolution, and history rewriting. Provides safe workflows with explicit confirmation for destructive commands like force push and rebase. Helps developers maintain clean commit history and recover from common git issues.
Playwright E2E Test Generator
Testing
Generates end-to-end tests with Playwright for web applications. Analyzes page structure and user interactions to create automated browser tests covering user flows, UI, and integration. Includes test templates, best practices for selectors and assertions, and configuration for running tests.
Standardized Commit
Development
This skill automates staging relevant files and writing commit messages in a conventional format (type: description). It uses git status and diff to decide what to stage and ensures messages are concise, imperative, and under 72 characters. Useful for maintaining consistent commit history without manual formatting.
Wrap Up gwexpy
Development
Runs the full wrap-up sequence for the gwexpy project: tests, lint, doc sync, directory cleanup, and conventional commit. Helps ensure consistency before finalizing a set of changes.
Bug Report
Documentation
Create and document bug reports following project tracking conventions. Includes symptoms, root causes, and potential solutions.