MCP HubMCP Hub
返回技能列表

running-smoke-tests

jeremylongshore
更新于 Yesterday
32 次查看
409
51
409
在 GitHub 上查看
testingdesign

关于

This skill runs smoke tests to verify critical application functionality through pre-defined test suites. It checks system health, authentication, core features, and external integrations to ensure operational status. Use it after deployments, upgrades, or significant configuration changes by triggering with "smoke test" or "st".

技能文档

Overview

This skill enables Claude to quickly verify the critical functionality of an application by running a suite of smoke tests. It provides a fast pass/fail assessment, helping to identify potential issues early in the deployment process.

How It Works

  1. Initiate Smoke Test: The user requests a smoke test using the /smoke-test or /st command.
  2. Execute Test Suite: The skill executes the pre-defined suite of smoke tests, covering system health, authentication, core features, and external integrations.
  3. Report Results: The skill provides a summary of the test results, indicating whether the tests passed or failed.

When to Use This Skill

This skill activates when you need to:

  • Verify application functionality after a deployment.
  • Confirm system health after an upgrade.
  • Sanity-check critical features after configuration changes.

Examples

Example 1: Post-Deployment Verification

User request: "Run a smoke test after deploying the new version."

The skill will:

  1. Execute the smoke test suite.
  2. Report the pass/fail status of each test, highlighting any failures in authentication or core feature validation.

Example 2: Configuration Change Validation

User request: "/st to validate the recent database configuration changes."

The skill will:

  1. Execute the smoke test suite.
  2. Report the results, specifically checking the system health and integration tests to ensure the database changes didn't introduce issues.

Best Practices

  • Focus: Ensure smoke tests focus on the most critical user flows and system components.
  • Speed: Keep the smoke test suite execution time under 5 minutes for rapid feedback.
  • Integration: Integrate smoke tests into your CI/CD pipeline for automated post-deployment verification.

Integration

This skill can be used in conjunction with other deployment and monitoring tools to provide a comprehensive view of application health and stability. It works independently, requiring only the /smoke-test or /st command to initiate.

快速安装

/plugin add https://github.com/jeremylongshore/claude-code-plugins-plus/tree/main/smoke-test-runner

在 Claude Code 中复制并粘贴此命令以安装该技能

GitHub 仓库

jeremylongshore/claude-code-plugins-plus
路径: backups/skills-migration-20251108-070147/plugins/testing/smoke-test-runner/skills/smoke-test-runner
aiautomationclaude-codedevopsmarketplacemcp

相关推荐技能

evaluating-llms-harness

测试

该Skill通过60+个学术基准测试(如MMLU、GSM8K等)评估大语言模型质量,适用于模型对比、学术研究及训练进度追踪。它支持HuggingFace、vLLM和API接口,被EleutherAI等行业领先机构广泛采用。开发者可通过简单命令行快速对模型进行多任务批量评估。

查看技能

langchain

LangChain是一个用于构建LLM应用程序的框架,支持智能体、链和RAG应用开发。它提供多模型提供商支持、500+工具集成、记忆管理和向量检索等核心功能。开发者可用它快速构建聊天机器人、问答系统和自主代理,适用于从原型验证到生产部署的全流程。

查看技能

go-test

go-test Skill为Go开发者提供全面的测试指导,涵盖单元测试、性能基准测试和集成测试的最佳实践。它能帮助您正确实现表驱动测试、子测试组织、mock接口和竞态检测,同时指导测试覆盖率分析和性能基准测试。当您编写_test.go文件、设计测试用例或优化测试策略时,这个Skill能确保您遵循Go语言的标准测试惯例。

查看技能

project-structure

这个Skill为开发者提供全面的项目目录结构设计指南和最佳实践。它涵盖了多种项目类型包括monorepo、前后端框架、库和扩展的标准组织结构。帮助团队创建可扩展、易维护的代码架构,特别适用于新项目设计、遗留项目迁移和团队规范制定。

查看技能