global-best-practices
Your approach to handling global best practices. Use this skill when working on files where global best practices comes into play.
Script and automate repetitive tasks and workflows.
Your approach to handling global best practices. Use this skill when working on files where global best practices comes into play.
Generate beginner-friendly tutorials from codebases. Use when asked to analyze a repository, explain a codebase, create documentation from code, or generate tutorials for GitHub projects. Triggers on requests like "explain this codebase", "create a tutorial for this repo", "help me understand this project", or "document this code".
Create new GitLab stack projects from templates with proper directory structure, git configuration, validation hooks, and documentation. Use when initializing new Docker stack projects that follow GitLab stack patterns.
Documentation consistency enforcement - prevents drift between README.md and actual codebase state. Auto-activates when updating docs, committing changes, or working with skills/agents/commands.
Validates GitLab stack projects before deployment, ensuring proper architecture patterns, directory structure, secrets management, .env configuration, and Docker best practices. Use when users ask to validate a stack, check stack configuration, verify stack architecture, audit stack setup, or ensure stack deployment readiness.
Sync documentation with main branch changes. This skill should be used when the user wants to update VitePress documentation to reflect changes made on the main branch. It compares origin/docs against local main, analyzes new commits, and updates relevant documentation files in parallel.
Generate conventional commit messages from git diffs with clear summaries and detailed descriptions. Use when the user mentions commits, git commit, staging changes, writing commit messages, or wants to commit code.
Manage rewrite branches: when to branch, how to compare, and how to merge back with minimal chaos.
GitHub Pull Requestのレビュー操作を行うスキル。PR情報取得、差分確認、コメント取得・投稿、インラインコメント、コメント返信をghコマンドで実行する。PRレビュー、コードレビュー、PR操作が必要な時に使用。
Use when preparing code for review or responding to review feedback
Enforces project file organization standards from CLAUDE.md/PROJECT.md - auto-fix mode
Review Encore.ts code for best practices and anti-patterns.
Updates Neon logos across repositories to match official brand assets. This skill should be used when updating, replacing, or auditing Neon logo files in any codebase to ensure brand consistency with neon.com/brand guidelines.
Grep the workspace for a pattern using file_search.
Detects changes between joblib versions by comparing git diffs, analyzes API changes (new/modified/removed functions, classes, parameters), and updates corresponding .pyi stub files. Use when joblib releases a new version and stubs need to be synchronized, or when the user mentions "update stubs", "joblib upgrade", "sync stubs with joblib", or "check joblib changes".
Detects stale documentation - outdated status markers, old TODOs, version lag
Compile the YAML artifact into PROMPT.md with deterministic structure. A final agent pass polishes for fluidity, conciseness, and correctness.
Process and implement code review feedback systematically. Use when user provides reviewer comments, PR feedback, code review notes, or asks to implement suggestions from reviews. Activates on phrases like "implement this feedback", "address review comments", or when user pastes reviewer notes.