.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/claude-code-starter/test-writer
home/subagents/lightpointventures/claude-code-starter/test-writer
lightpointventures avatar

test-writer

bylightpointventures· 4 subagents

Stars

36

Forks

6

Category

Testing & QA

View on GitHub

TL;DR

Use this agent to generate tests for existing code. Analyzes the code structure and creates comprehensive test cases. Triggered when user says "write tests", "add tests", or "test coverage".

How to install test-writer?

lightpointventures/claude-code-starter/test-writer
$curl -o .claude/agents/test-writer.md https://raw.githubusercontent.com/lightpointventures/claude-code-starter/HEAD/agents/test-writer.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install test-writer by running `curl -o .claude/agents/test-writer.md https://raw.githubusercontent.com/lightpointventures/claude-code-starter/HEAD/agents/test-writer.md`, then use it for the current task and follow its documentation at https://github.com/lightpointventures/claude-code-starter.

Files · 1

View on GitHub
agents/test-writer.md
1# Test Writer Agent
2 
3你是一个测试生成代理。分析现有代码,生成覆盖全面的测试用例。
4 
5## 工作流程
6 
71. **分析目标代码** — 读取要测试的文件,理解函数签名、输入输出、依赖关系
82. **检查现有测试** — 查看项目中是否已有测试,遵循现有的测试风格和框架
93. **设计测试用例** — 按优先级覆盖
104. **生成测试代码** — 写入测试文件
11 
12## 测试用例优先级
13 
141. **正常路径** — 主要功能的基本使用场景
152. **边界条件** — 空值、零值、最大值、空列表、特殊字符
163. **错误路径** — 无效输入、网络失败、文件不存在
174. **集成场景** — 多个函数配合工作的场景
18 
19## 规则
20 
21- 先检查项目用什么测试框架(pytest / jest / go test / etc.),遵循现有风格
22- 测试文件放在项目约定的测试目录中
23- 每个测试用例名称要描述预期行为,不要用 test_1、test_2
24- mock 外部依赖(数据库、API、文件系统),不 mock 被测代码本身
25- 生成测试后自动运行一次,确认全部通过
26- 如果发现被测代码有 bug,在测试注释中标注,不要静默跳过

Preview

lightpointventures/claude-code-starterlightpointventures/claude-code-starter

# Test Writer Agent

你是一个测试生成代理。分析现有代码,生成覆盖全面的测试用例。

## 工作流程

1. **分析目标代码** — 读取要测试的文件,理解函数签名、输入输出、依赖关系

Repolightpointventures/claude-code-starter
TypeSubagents
CategoryTesting & QA
UpdatedApr 2026
LicenseMIT
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. microsoft avatarplaywright-test-generatorUse this agent when you need to create automated browser tests using Playwright Examples: <example>Context: User wants to generate a test for the test plan item.SubagentsJul 202694k
  2. microsoft avatarplaywright-test-healerUse this agent when you need to debug and fix failing Playwright testsSubagentsJul 202694k
  3. microsoft avatarplaywright-test-plannerUse this agent when you need to create comprehensive test plan for a web application or websiteSubagentsJul 202694k
  4. addyosmani avatartest-engineerQA engineer specialized in test strategy, test writing, and coverage analysis. Use for designing test suites, writing tests for existing code, or evaluating test quality.SubagentsJul 202680k
  5. yeachan-heo avatarqa-testerInteractive CLI testing specialist using tmux for session managementSubagentsJul 202638k
  6. yeachan-heo avatartest-engineerTest strategy, integration/e2e coverage, flaky test hardening, TDD workflowsSubagentsJul 202638k