自動更新

Testing & QA Agent Skills

Testing & QA 分野のワークフローを coding agent に導入できます。

699件の Skill
23出典
602Low risk
Jul 13更新日時
50 件の Skill
自動更新
p

Experimental (preview) Pester skill for migrating classic Should -Be (v5) assertion syntax to the new Should-* (v6) assertions (note the hyphen, no space), e.g. `Should -Be` -> `Should-Be`, `Should -Not -Be` -> `Should-NotBe`. Tracks Pester 6, which is still a release candidate, so this guidance may change; verified against Pester 6.0.0-rc2. Use when converting Pester v5 assertions to Pester v6 Should-* operators, modernizing a Pester test suite, or when a user asks to migrate, convert, or rewrite `Should -...` calls in .Tests.ps1 / PowerShell files.

github/awesome-copilot·MIT·Agent Skills
low100品質
p

Creates an integration testing plan for .NET data access artifacts during Oracle-to-PostgreSQL database migrations. Analyzes a single project to identify repositories, DAOs, and service layers that interact with the database, then produces a structured testing plan. Use when planning integration test coverage for a migrated project, identifying which data access methods need tests, or preparing for Oracle-to-PostgreSQL migration validation.

github/awesome-copilot·MIT·Agent SkillsCursor
low100品質
p

Power BI report visualization design prompt for creating effective, user-friendly, and accessible reports with optimal chart selection and layout design.

github/awesome-copilot·MIT·Agent Skills
low100品質
q

Guides Qdrant query latency optimization. Use when someone asks 'search is slow', 'how to reduce latency', 'p99 is too high', 'tail latency', 'single query too slow', 'how to make search faster', or 'latency spikes'.

github/awesome-copilot·MIT·Agent Skills
low100品質
q

Diagnoses and guides Qdrant horizontal scaling decisions. Use when someone asks 'vertical or horizontal?', 'how many nodes?', 'how many shards?', 'how to add nodes', 'resharding', 'data doesn't fit', or 'need more capacity'. Also use when data growth outpaces current deployment.

github/awesome-copilot·MIT·Agent Skills
low100品質
q

Guides Qdrant vertical scaling decisions. Use when someone asks 'how to scale up a node', 'need more RAM', 'upgrade node size', 'vertical scaling', 'resize cluster', 'scale up vs scale out', or when memory/CPU is insufficient on current nodes. Also use when someone wants to avoid the complexity of horizontal scaling.

github/awesome-copilot·MIT·Agent Skills
low100品質
q

Diagnoses and improves Qdrant search relevance. Use when someone reports 'search results are bad', 'wrong results', 'low precision', 'low recall', 'irrelevant matches', 'missing expected results', or asks 'how to improve search quality?', 'which embedding model?', 'should I use hybrid search?', 'should I use reranking?'. Also use when search quality degrades after quantization, model change, or data growth.

github/awesome-copilot·MIT·Agent Skills
low100品質
r

Provides exact migration patterns for React string refs (ref="name" + this.refs.name) to React.createRef() in class components. Use this skill whenever migrating string ref usage - including single element refs, multiple refs in a component, refs in lists, callback refs, and refs passed to child components. Always use this skill before writing any ref migration code - the multiple-refs-in-list pattern is particularly tricky and this skill prevents the most common mistakes. Use it for React 18.3.1 migration (string refs warn) and React 19 migration (string refs removed).

github/awesome-copilot·MIT·Agent Skills
low100品質
r

Intelligent README.md generation prompt that analyzes project documentation structure and creates comprehensive repository documentation. Scans .github/copilot directory files and copilot-instructions.md to extract project information, technology stack, architecture, development workflow, coding standards, and testing approaches while generating well-structured markdown documentation with proper formatting, cross-references, and developer-focused content.

github/awesome-copilot·MIT·Agent SkillsGitHub Copilot
low100品質
s

Install npm packages in a Docker sandbox environment. Use this skill whenever you need to install, reinstall, or update node_modules inside a container where the workspace is mounted via virtiofs. Native binaries (esbuild, lightningcss, rollup) crash on virtiofs, so packages must be installed on the local ext4 filesystem and symlinked back.

github/awesome-copilot·MIT·Agent Skills
low100品質
s

scoutqa-test

Testing & QA

This skill should be used when the user asks to "test this website", "run exploratory testing", "check for accessibility issues", "verify the login flow works", "find bugs on this page", or requests automated QA testing. Triggers on web application testing scenarios including smoke tests, accessibility audits, e-commerce flows, and user flow validation using ScoutQA CLI. Use this skill proactively after implementing web application features to verify they work correctly.

github/awesome-copilot·MIT·Agent SkillsClaude Code
low100品質
s

Suggest relevant GitHub Copilot Custom Agents files from the awesome-copilot repository based on current repository context and chat history, avoiding duplicates with existing custom agents in this repository, and identifying outdated agents that need updates.

github/awesome-copilot·MIT·Agent SkillsGitHub Copilot
low100品質
m

mvvm-toolkit-di

Testing & QA

Wire CommunityToolkit.Mvvm ViewModels into Microsoft.Extensions.DependencyInjection. Covers the .NET Generic Host composition root, constructor injection, service lifetimes (Singleton / Transient / Scoped), IMessenger registration, resolving ViewModels in Views, keyed services, testing seams, and the legacy Ioc.Default escape hatch. Use across WPF, WinUI 3, .NET MAUI, Uno, and Avalonia.

github/awesome-copilot·MIT·Agent Skills
low100品質
m

mvvm-toolkit

Testing & QA

CommunityToolkit.Mvvm (the MVVM Toolkit) core: source generators ([ObservableProperty], [RelayCommand], [NotifyPropertyChangedFor], [NotifyCanExecuteChangedFor], [NotifyDataErrorInfo]), base classes (ObservableObject / ObservableValidator / ObservableRecipient), commands (RelayCommand / AsyncRelayCommand), and validation. Companion skills: mvvm-toolkit-messenger for pub/sub, mvvm-toolkit-di for Microsoft.Extensions.DependencyInjection wiring. Works across WPF, WinUI 3, MAUI, Uno, and Avalonia.

github/awesome-copilot·MIT·Agent Skills
low100品質
a

ai-ready

Testing & QA

Make any repo AI-ready — analyzes your codebase and generates AGENTS.md, copilot-instructions.md, CI workflows, issue templates, and more. Mines your PR review patterns and creates files customized to your stack. USE THIS SKILL when the user asks to "make this repo ai-ready", "set up AI config", or "prepare this repo for AI contributions".

github/awesome-copilot·MIT·Agent SkillsGitHub Copilot
low100品質
a

autoresearch

Testing & QA

Autonomous iterative experimentation loop for any programming task. Guides the user through defining goals, measurable metrics, and scope constraints, then runs an autonomous loop of code changes, testing, measuring, and keeping/discarding results. Inspired by Karpathy's autoresearch. USE FOR: autonomous improvement, iterative optimization, experiment loop, auto research, performance tuning, automated experimentation, hill climbing, try things automatically, optimize code, run experiments, autonomous coding loop. DO NOT USE FOR: one-shot tasks, simple bug fixes, code review, or tasks without a measurable metric.

github/awesome-copilot·MIT·Agent SkillsRequires git. The project must be a git repository. Requires terminal access to run commands.
medium100品質
b

breakdown-plan

Testing & QA

Issue Planning and Automation prompt that generates comprehensive project plans with Epic > Feature > Story/Enabler > Test hierarchy, dependencies, priorities, and automated tracking.

github/awesome-copilot·MIT·Agent Skills
low100品質
b

breakdown-test

Testing & QA

Test Planning and Quality Assurance prompt that generates comprehensive test strategies, task breakdowns, and quality validation plans for GitHub projects.

github/awesome-copilot·MIT·Agent Skills
low100品質
c

context-map

Testing & QA

Generate a map of all files relevant to a task before making changes

github/awesome-copilot·MIT·Agent Skills
low100品質
c

Creates integration test cases for .NET data access artifacts during Oracle-to-PostgreSQL database migrations. Generates DB-agnostic xUnit tests with deterministic seed data that validate behavior consistency across both database systems. Use when creating integration tests for a migrated project, generating test coverage for data access layers, or writing Oracle-to-PostgreSQL migration validation tests.

github/awesome-copilot·MIT·Agent Skills
low100品質
c

csharp-nunit

Testing & QA

Get best practices for NUnit unit testing, including data-driven tests

github/awesome-copilot·MIT·Agent Skills
low100品質
c

csharp-tunit

Testing & QA

Get best practices for TUnit unit testing, including data-driven tests

github/awesome-copilot·MIT·Agent Skills
low100品質
d

drawio

Testing & QA

Generate draw.io diagrams as .drawio files and export to PNG/SVG/PDF with embedded XML

github/awesome-copilot·MIT·Agent Skills
low100品質
e

exam-ready

Testing & QA

Activate this skill when a student provides study material (PDF or pasted notes) and a syllabus, and wants to prepare for an exam. Extracts key definitions, points, keywords, diagrams, exam-ready sentences, and practice questions strictly from the provided material.

github/awesome-copilot·MIT·Agent Skills
low100品質

用途と Coding Agent から Skill を探す

Codex、Claude Code、GitHub Copilot、Cursor、Gemini CLI 向けの出典付き Skill を探せます。