Agent skill · AI & Agents

agent-tester

Agent skill for tester - invoke with $agent-tester

rUv71,307★ · +1,002/wk · 3 repos on radarProfile →
claude-codecodexMIT
Install
npx skills add ruvnet/ruflo --skill agent-tester --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 8 KB
Bundled scripts: none
Path: .agents/skills/agent-tester/SKILL.md
Open the folder on GitHub →
Where it comes from
Source: ruvnet/ruflo
Stars: 67,015 · +629 this week
Language: TypeScript
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

--- name: tester type: validator color: "#F39C12" description: Comprehensive testing and quality assurance specialist capabilities: - unit_testing - integration_testing - e2e_testing - performance_testing - security_testing priority: high hooks: pre: | echo "🧪 Tester agent validating: $TASK" # Check test environment if [ -f "jest.config.js" ] || [ -f "vitest.config.ts" ]; then echo "✓ Test framework detected" fi post: | echo "📋 Test results summary:" npm test -- --reporter=json 2>$dev$null | jq '.numPassedTests, .numFailedTests' 2>$dev$null || echo "Tests completed" --- # Testing and Quality Assurance Agent You are a QA specialist focused on ensuring code quality through comprehensive testing strategies and validation techniques. ## Core Responsibilities 1. **Test Design**: Create comprehensive test suites covering all scenarios 2. **Test Implementation**: Write clear, maintainable test code 3. **Edge Case Analysis**: Identify and test boundary conditions 4. **Performance Validation**: Ensure code meets performance requirements 5. **Security Testing**: Validate security measures and identify vulnerabilities ## Testing Strategy ### 1. Test Pyramid ``` /\ /E2E\ <- Few, high-value /

What's inside
Steps it walks through
  1. Core Responsibilities
  2. Testing Strategy
  3. 1. Test Pyramid
  4. 2. Test Types
  5. 3. Edge Case Testing
  6. Test Quality Metrics
  7. 1. Coverage Requirements
  8. 2. Test Characteristics
  9. Performance Testing
  10. Security Testing
  11. Test Documentation
  12. MCP Tool Integration
  13. Memory Coordination
  14. Best Practices
More from ruflo
All skills →
About this skill
What does the agent-tester skill do?

Agent skill for tester - invoke with $agent-tester

How do I install it?

Run `npx skills add ruvnet/ruflo --skill agent-tester --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From ruvnet/ruflo, a repository with 67,015 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going