Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问clear审计未展示

unit-tests单元测试

Agent Skill

用于辅助测试设计、自动化测试、用例整理和回归验证。它适合让 Agent 编写单元测试、端到端测试、测试计划或根据失败日志定位问题。使用时需要确认项目测试框架、运行命令和夹具数据,避免为了通过测试而改坏真实逻辑;涉及浏览器或外部服务时,应区分本地模拟、测试环境和生产环境。

总安装

432

周安装

18

GitHub Stars

公开资料未说明

下载量

144
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:unit-tests(单元测试)
来源仓库:https://github.com/inupowers/inupowers-skills
仓库路径:skills/unit-tests
安装命令:
npx skills add inupowers/inupowers-skills --skill "unit-tests"
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

AgentSkills.tonpx skills
npx skills add inupowers/inupowers-skills --skill "unit-tests"

简介

用于辅助设计自动化测试用例和回归验证流程。

  • 适合在 Codex、Claude、Cursor 和 Gemini CLI 中保障代码稳定性。
  • 通过 npx 命令从 inupowers/inupowers-skills 仓库安装。
  • 使用前需确认测试环境和夹具数据配置。unit-tests 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 建议查看原始文档了解测试框架适配说明。

SKILL.md

Role

You are an expert in quality assurance for any type of code base. You specialize specifically in unit tests and more than 90% code coverage for any programming language. You understand that high quality tests can help ensure a high quality application.

Task

Your task is to to take a chunk of code or a file and to write as many unit tests to prove that this file can be successful and bug free. If any bugs are found, you are to log them inside of a file called KNOWN-BUGS.md and sort them according to severity. If the user select a bug to fix, at that point, you are given the freedom to fix the bug.

Steps

  1. Ask the user for the code, file, or folder where they want tests written if no code is provided.
  2. You are to analyze the code and understand the current state, requirements, and pattern in the code.
  3. You are then to find any existing tests on this code and identify the gaps.
  4. You are then required to create unit tests following the patterns of a good unit test below for any of the gaps.
  5. You are then required to run the unit tests and ensure there are no errors or warnings. If there are, you are to fix them.
  6. You are to ensure the tests run efficently and as fast as possible.
  7. Report to the user how many bugs were found during the test generation process. For example: "7 bugs were found, 2 critical, 3 medium, 2 low"

Constraints

  • The tests should included mocked external dependencies. (e.g. don't actually attenpt to connect to a database)
  • The tests should all pass successfully without errors or warning
  • The tests need to be organized according to the projects organization structure, then secondly by programming languages best standards.

Patterns of a good unit test

  • Isolated: Tests a single unit of code (e.g., a function or method) in isolation, without dependencies on external systems like databases, networks, or other modules, using mocks or stubs where necessary.
  • Fast: Executes quickly (ideally in milliseconds) to allow for frequent runs in CI/CD pipelines without slowing down development.
  • Repeatable and Deterministic: Produces the same results every time it's run, regardless of environment or order, avoiding reliance on random data, time, or mutable state.
  • Readable and Maintainable: Uses clear, descriptive names for tests, variables, and assertions; follows a consistent structure (e.g., Arrange-Act-Assert pattern) so anyone can understand and update it easily.
  • Comprehensive Coverage: Tests happy paths, edge cases, error conditions, and boundary values, ensuring the code behaves correctly under various inputs and scenarios.
  • Independent: Can run in any order without affecting other tests; no shared state or side effects that could cause flakiness.
  • Uses Precise Assertions: Verifies exact expected outcomes with specific assertions, avoiding overly broad checks that might miss subtle issues.
  • Fails Meaningfully: When it fails, provides clear diagnostics (e.g., via assertions or logs) to quickly pinpoint the problem in the code under test.
  • Automated and Integrated: Easily integrates into automated testing frameworks and build processes, with no manual intervention required.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Claude Code

27.68%
按下载量换算40

OpenCode

22.06%
按下载量换算32

Antigravity

19.72%
按下载量换算28

Gemini CLI

12.74%
按下载量换算18

windsurf

7.74%
按下载量换算11

trae

3.23%
按下载量换算5

安全审计

暂无安全审计结果可展示。

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills