SKILL·7EB32A

agent-ops-testing

majiayu000
Updated 2 months ago
50 views
58
9
58
View on GitHub
Othertestingdesign

About

The agent-ops-testing skill provides structured guidance for designing tests, executing test suites, and analyzing coverage results beyond basic checks. It integrates with the testing workflow during planning, implementation, and review phases, working with or without the `aoc` CLI. Developers should use it when they need to go beyond baseline verification to implement a comprehensive testing strategy.

Quick Install

Claude Code

Recommended
Primary
npx skills add majiayu000/claude-skill-registry -a claude-code
Plugin CommandAlternative
/plugin add https://github.com/majiayu000/claude-skill-registry
Git CloneAlternative
git clone https://github.com/majiayu000/claude-skill-registry.git ~/.claude/skills/agent-ops-testing

Copy and paste this command in Claude Code to install this skill

GitHub Repository

majiayu000/claude-skill-registry
Path: skills/core/agent-ops-testing
0
FAQ

Frequently asked questions

What is the agent-ops-testing skill?

agent-ops-testing is a Claude Skill by majiayu000. Skills package instructions and resources that Claude loads on demand, so Claude can perform agent-ops-testing-related tasks without extra prompting.

How do I install agent-ops-testing?

Use the install commands on this page: add agent-ops-testing to Claude Code as a plugin, or clone its repository into your skills directory, then restart Claude so it picks up the skill.

What category does agent-ops-testing belong to?

agent-ops-testing is in the core category, tagged testing and design.

Is agent-ops-testing free to use?

Yes. agent-ops-testing is listed on AIMCP and free to install. It runs inside Claude, so no separate service account is required to use the skill itself.

Related Skills

agent-ops-tasks
Other

This skill manages the issue lifecycle within a project, allowing developers to create, refine, triage, and export issues without implementing code. It's designed for tasks like clarifying vague ideas, performing bulk operations, and organizing issues into priority files. Use it for project planning and task management, as it strictly handles issue metadata and always requires a manual handoff for any subsequent implementation work.

View skill
agent-ops-focus-scan
Other

This skill analyzes pending issues to determine the next highest-priority work item and updates the focus.md file accordingly. It enforces an issue-first workflow by ensuring all work originates from tracked issues and respects confidence-based batch limits. Use it to automatically align your development session with the most important pending task.

View skill
agent-ops-baseline
Other

This skill creates a baseline file (.agent/baseline.md) to capture current build/lint/test results, then later compares new runs against it to identify newly introduced issues. It's used when establishing a project's current state or investigating regressions. The skill works with or without external CLI tools by using direct file operations and reads commands from your project's constitution.

View skill
agent-ops-spec
Other

This skill manages specification documents in `.agent/specs/` to capture requirements and acceptance criteria. It organizes these specs for tracking and validating them against the actual implementation. Use it when a user provides feature descriptions or requirements that need formal documentation and traceability.

View skill