Qa
技能 已验证 活跃Interactive QA session where user reports bugs or issues conversationally, and the agent files GitHub issues. Explores the codebase in the background for context and domain language. Use when user wants to report bugs, do QA, file issues conversationally, or mentions "QA session".
To streamline the bug reporting and QA process by enabling users to interact with an AI agent to identify, document, and file GitHub issues conversationally.
功能
- Interactive QA session with conversational bug reporting
- Background codebase exploration for context and domain language
- Automated filing of durable GitHub issues
- Support for breaking down complex issues into multiple trackable items
- Use of project-specific domain language in issue descriptions
使用场景
- Users reporting bugs or issues conversationally
- Performing Quality Assurance tasks with AI assistance
- Filing well-documented GitHub issues based on observed problems
- When a user explicitly mentions needing a 'QA session'
非目标
- Finding or implementing fixes for reported issues
- Performing deep code reviews beyond context gathering
- Replacing manual QA entirely; serves as an aid
- Directly modifying or committing code
安装
npx skills add mattpocock/skills通过 npx 运行 Vercel skills CLI(skills.sh)— 需要本地安装 Node.js,以及至少一个兼容 skills 的智能体(Claude Code、Cursor、Codex 等)。前提是仓库遵循 agentskills.io 格式。
质量评分
已验证类似扩展
Github
100Use gh for GitHub issues, PR status, CI/logs, comments, reviews, releases, and API queries.
Typescript Advanced Types
100Master TypeScript's advanced type system including generics, conditional types, mapped types, template literals, and utility types for building type-safe applications. Use when implementing complex type logic, creating reusable type utilities, or ensuring compile-time type safety in TypeScript projects.
Validate Plugin
100Validate a Claude Code plugin structure, frontmatter, and MCP tool references
Migrate Validate
100Validate pending migrations for foreign key consistency, rollback safety, and best practices
Lean Ctx
100AI 代理的上下文运行时 — 包含 59 个 MCP 工具、10 种读取模式、95+ 种 shell 模式、支持 18 种语言的 tree-sitter AST。将 LLM 上下文压缩高达 99%。用于读取文件、运行 shell 命令、搜索代码或探索目录。如果不存在,则自动安装。
Semgrep Rule Creator
100Creates custom Semgrep rules for detecting security vulnerabilities, bug patterns, and code patterns. Use when writing Semgrep rules or building custom static analysis detections.