Skip to main content
GitHub リポジトリ

ai-dev-tools-getting-started

ai-dev-tools-getting-started には dvasyliev から収集した 28 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。

収集済み skills
28
Stars
12
更新
2026-04-16
Forks
15
職業カバレッジ
3 件の職業カテゴリ · 100% 分類済み
リポジトリエクスプローラー

このリポジトリの skills

skill-reviewer
ソフトウェア開発者

Reviews and improves Claude Code skills against official best practices. Supports three modes - self-review (validate your own skills), external review (evaluate others' skills), and auto-PR (fork, improve, submit). Use when checking skill quality, reviewing skill repositories, or contributing improvements to open-source skills.

2026-04-16
code-review-excellence
ソフトウェア品質保証アナリスト・テスター

Provides comprehensive code review guidance for React 19, Vue 3, Rust, TypeScript, Java, Python, and C/C++. Helps catch bugs, improve code quality, and give constructive feedback. Use when: reviewing pull requests, conducting PR reviews, code review, reviewing code changes, establishing review standards, mentoring developers, architecture reviews, security audits, checking code quality, finding bugs, giving feedback on code.

2026-04-16
5-whys-root-cause-analysis
ソフトウェア開発者

This skill should be used when the user asks to "find the root cause", "找根因", "为什么会出现这个问题", "why did this happen", "debug this issue", "排查问题", "analyze this bug", "分析这个bug", "what's causing this", "问题出在哪", "dig deeper", "深挖原因", or needs to systematically trace a problem back to its fundamental cause rather than just addressing symptoms.

2026-04-16
git-workflow
ソフトウェア開発者

Guided Git workflow assistant. Helps with branching strategies, writing conventional commits, opening pull requests, resolving merge conflicts, and keeping history clean. TRIGGER when the user writes /git-workflow or asks for help with Git, branches, commits, PRs, or merge conflicts.

2026-04-15
code-review-checklist
ソフトウェア品質保証アナリスト・テスター

Comprehensive checklist for conducting thorough code reviews covering functionality, security, performance, and maintainability

2026-03-09
frontend-dev-guidelines
ソフトウェア開発者

Opinionated frontend development standards for modern React + TypeScript applications. Covers Suspense-first data fetching, lazy loading, feature-based architecture, MUI v7 styling, TanStack Router...

2026-03-09
react-best-practices
ウェブ開発者

React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance pat...

2026-03-09
react-modernization
ソフトウェア開発者

Upgrade React applications to latest versions, migrate from class components to hooks, and adopt concurrent features. Use when modernizing React codebases, migrating to React Hooks, or upgrading to...

2026-03-09
web-performance-optimization
ウェブ開発者

Optimize website and web application performance including loading speed, Core Web Vitals, bundle size, caching strategies, and runtime performance

2026-03-09
git-commit
ソフトウェア開発者

Execute git commit with conventional commit message analysis, intelligent staging, and message generation. Use when user asks to commit changes, create a git commit, or mentions "/commit". Supports: (1) Auto-detecting type and scope from changes, (2) Generating conventional commit messages from diff, (3) Interactive commit with optional type/scope/description overrides, (4) Intelligent file staging for logical grouping

2026-03-09
make-skill-template
ソフトウェア開発者

Create new Agent Skills for GitHub Copilot from prompts or by duplicating this template. Use when asked to "create a skill", "make a new skill", "scaffold a skill", or when building specialized AI capabilities with bundled resources. Generates SKILL.md files with proper frontmatter, directory structure, and optional scripts/references/assets folders.

2026-03-09
refactor
ソフトウェア開発者

Surgical code refactoring to improve maintainability without changing behavior. Covers extracting functions, renaming variables, breaking down god functions, improving type safety, eliminating code smells, and applying design patterns. Less drastic than repo-rebuilder; use for gradual improvements.

2026-03-09
web-design-reviewer
ウェブ開発者

This skill enables visual inspection of websites running locally or remotely to identify and fix design issues. Triggers on requests like "review website design", "check the UI", "fix the layout", "find design problems". Detects issues with responsive design, accessibility, visual consistency, and layout breakage, then performs fixes at the source code level.

2026-03-09
webapp-testing
ソフトウェア品質保証アナリスト・テスター

Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.

2026-03-09
write-coding-standards-from-file
ソフトウェア開発者

Write a coding standards document for a project using the coding styles from the file(s) and/or folder(s) passed as arguments in the prompt.

2026-03-09
error-messages
ソフトウェア開発者

Error Message Style Guide for Validation Errors

2026-03-09
frontend-design
ウェブ開発者

Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications (examples include websites, landing pages, dashboards, React components, HTML/CSS layouts, or when styling/beautifying any web UI). Generates creative, polished code and UI design that avoids generic AI aesthetics.

2026-03-09
frontend-testing
ソフトウェア品質保証アナリスト・テスター

Generate Vitest + React Testing Library tests for Dify frontend components, hooks, and utilities. Triggers on testing, spec files, coverage, Vitest, RTL, unit tests, integration tests, or write/review test requests.

2026-03-09
javascript-refactoring
ソフトウェア開発者

Instructions for refactoring JavaScript code into separate files

2026-03-09
react-doctor
ソフトウェア品質保証アナリスト・テスター

Run after making React changes to catch issues early. Use when reviewing code, finishing a feature, or fixing bugs in a React project.

2026-03-09
context7
ソフトウェア開発者

Fetch up-to-date library documentation using Context7 API. Use this skill when the user asks for docs, examples, or help with a specific library/framework (e.g., "look up React docs", "context7 nextjs routing", "fetch docs for fastapi").

2026-03-09
frontend-testing
ソフトウェア品質保証アナリスト・テスター

Implement comprehensive frontend testing using Jest, Vitest, React Testing Library, and Cypress. Use when building robust test suites for UI and integration tests.

2026-03-09
latest-nextjs
ウェブ開発者

Latest React and Next.js features for past 1.5 years (mid-2024 to 2026)

2026-03-09
react-performance
ソフトウェア開発者

Performance optimization for React web applications. Use when optimizing renders, implementing virtualization, memoizing components, or debugging performance issues.

2026-03-09
react-hooks-for-beginners
ソフトウェア開発者

Always use this skill whenever the user asks about React hooks (useState, useEffect, useMemo, useCallback, useRef, custom hooks, Rules of Hooks, others). Prefer it over general knowledge.

2026-03-08
detect-code-smells
ソフトウェア品質保証アナリスト・テスター

Find common code smells and suggest small fixes without changing behavior.

2026-03-07
code-review
ソフトウェア品質保証アナリスト・テスター

Perform a structured code review of the user’s changes, focusing on correctness, readability, maintainability, and risks, with concise actionable feedback.

2026-03-07
manual-testing-flows
ソフトウェア品質保証アナリスト・テスター

Analyze the project and existing tests, then describe 2–3 main user flows to manually test with clear steps.

2026-03-07
ai-dev-tools-getting-started GitHub Agent Skills | SkillsMP