Skills 导航
浏览和发现最好用的 AI Agent Skills,按 GitHub 仓库分类展示
找到 18 个 Skills
浏览和发现最好用的 AI Agent Skills,按 GitHub 仓库分类展示
找到 18 个 Skills
by anthropics
用 Playwright 为本地 Web 应用编写自动化测试,支持启动开发服务器、校验前端交互、排查 UI 异常、抓取截图与浏览器日志,适合调试动态页面和回归验证。
✎ 借助 Playwright 一站式验证本地 Web 应用前端功能,调 UI 时还能同步查看日志和截图,定位问题更快。
by openai
通过交互方式启动和验证 Codex TUI,规范设置 RUST_LOG=trace、log_dir 与消息发送顺序,适合排查改动、复现问题和收集调试日志。
✎ 做 Codex TUI 交互测试时容易没思路,它用可操作的引导帮你快速搭建测试流程,边测边调,特别适合验证真实交互体验。
by alirezarezvani
为 Claude Code 生态里的 Skill 做自动验收,覆盖目录结构、文档规范、Python 脚本运行与输出格式检查,并给出质量评分,适合接入 CI/CD、PR 审核和发布前自测。
✎ 想快速判断开发者真实编码与调试水平,用技能测试做标准化评估,招聘筛选和团队能力盘点都更高效。
by alirezarezvani
扫描 Next.js、Express、FastAPI、Django REST 的 API 路由,自动生成覆盖鉴权、参数校验、错误码、分页、上传与限流场景的 Vitest 或 Pytest 测试套件。
✎ 帮你把API与集成测试自动化跑顺,减少回归漏测;能力全面,尤其适合复杂接口场景的QA团队。
by BytesAgain
Send test payloads and inspect webhook responses locally. Use when debugging integrations, validating schemas, testing error handling, or simulating calls.
by BytesAgain
Verify publishing capability. Use when testing ClawHub account status and publish workflow.
by amdf01-debug
by anderskev
Reviews Swift Testing code for proper use of #expect/#require, parameterized tests, async testing, and organization. Use when reviewing .swift files with import Testing, @Test, #expect, @Suite, or confirmation patterns.
by DaVinci
Programmatic backtesting framework for trading strategies. Runs backtests with historical price data (yfinance or CSV), supports momentum/mean-reversion/factor/signal-based strategies, walk-forward optimization, out-of-sample testing, transaction cost modeling, regime-aware splits, and full performance metrics (Sharpe, Sortino, Calmar, max drawdown, CAGR, win rate, profit factor). Distinct from einstein-research-backtest (which provides methodology guidance). Use when a user wants to actually run a backtest, test a specific strategy on historical data, or generate performance metrics.
by azimao
自动化 IMyFone CMDB 版本发布到测试环境 - 一键发布应用
by BytesAgain
Analyze attestation operations. Use when you need to understand attestation mechanisms, evaluate protocol security, or reference on-chain concepts.
by BytesAgain
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━. Use when you need test publish check capabilities. Triggers on: test publish check.
by BytesAgain
Automated test case generator. Unit tests, integration tests, end-to-end tests, mock objects, test fixtures, coverage analysis, edge case generation.
by DaVinci
'Expert guidance for systematic backtesting of trading strategies. Use
by anderskev
Test PydanticAI agents using TestModel, FunctionModel, VCR cassettes, and inline snapshots. Use when writing unit tests, mocking LLM responses, or recording API interactions.
by anderskev
Vitest testing framework patterns and best practices. Use when writing unit tests, integration tests, configuring vitest.config, mocking with vi.mock/vi.fn, using snapshots, or setting up test coverage. Triggers on describe, it, expect, vi.mock, vi.fn, beforeEach, afterEach, vitest.
by levnikolaevich
扫描代码中的支付、安全、数据一致性和核心流程,找出未被测试覆盖的关键业务逻辑,按风险优先级给出缺口清单与合规评分,适合发布前做高风险测试审计。
✎ 帮你快速揪出关键业务链路里的测试盲区,按资金、安全和数据完整性风险排序给出优先级,补测更有章法。
by levnikolaevich
在 Story 进入 To Review 且回归与代码质量检查通过后,串联测试调研、人工验证和自动化测试规划,统一调度 ln-521、ln-522、ln-523 完成完整测试方案。
✎ 打通调研、手测到自动化测试的规划链路,还能挂接质量门禁,特别适合想把测试流程标准化、提效的团队。