test-specialist
This skill should be used when writing test cases, fixing bugs, analyzing code for potential issues, or improving test coverage for JavaScript/TypeScript applications. Use this for unit tests, integration tests, end-to-end tests, debugging runtime errors, logic bugs, performance issues, security vulnerabilities, and systematic code analysis.
Why use this skill?
Enhance your development workflow with the test-specialist skill. Generate unit, integration, and E2E tests, debug code, and improve coverage for your JS/TS projects effortlessly.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/veeramanikandanr48/test-specialistWhat This Skill Does
The test-specialist skill is a sophisticated companion for JavaScript and TypeScript developers, designed to systematize quality assurance. It automates the generation of unit, integration, and end-to-end test suites, ensuring that your application logic remains robust as the codebase evolves. By embedding the AAA (Arrange-Act-Assert) pattern directly into its output, it promotes readable, maintainable, and highly effective test code. Beyond simple test generation, the skill functions as a debugging powerhouse, capable of analyzing stack traces, identifying logic bugs, performing regression analysis, and suggesting fixes for performance bottlenecks or security vulnerabilities.
Installation
To add this skill to your workspace, execute the following command in your terminal:
clawhub install openclaw/skills/skills/veeramanikandanr48/test-specialist
Ensure you have the OpenClaw environment initialized before running the installation.
Use Cases
- Unit Testing: Rapidly generate test coverage for utility functions, business logic, and class methods using Jest, Vitest, or Mocha.
- Integration Testing: Mocking complex API dependencies or database interactions to ensure seamless service-to-service communication.
- E2E Automation: Writing browser-based user flows with Playwright or Cypress to verify that UI components function correctly within the DOM.
- Bug Triage: Analyzing runtime errors and providing immediate, actionable solutions for common Node.js or browser-based crashes.
- Refactoring Support: Verifying that code refactoring does not break existing functionality by generating comprehensive regression test suites.
Example Prompts
- "I am seeing a 'TypeError: Cannot read property of undefined' in my user-dashboard.js file. Can you help me trace the error and suggest a fix?"
- "Generate a suite of unit tests for this authentication function using the AAA pattern. Please include tests for edge cases like invalid tokens and expired sessions."
- "Write an integration test for my Express API endpoint that handles file uploads, ensuring that the database records are created and the storage service is invoked correctly."
Tips & Limitations
- Be Specific: Provide the context of your framework (e.g., React vs. Node.js) to get more tailored test syntax.
- Review Before Merging: Always review the generated code, especially when the skill suggests security patches or complex logic changes.
- Environment Constraints: While the skill is excellent at analyzing code, it cannot execute tests in your local environment automatically; you must run the generated scripts manually to confirm they pass. It is most effective when given access to the relevant file content or specific snippets.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-veeramanikandanr48-test-specialist": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: code-execution, file-read
Related Skills
earnings-calendar
This skill retrieves upcoming earnings announcements for US stocks using the Financial Modeling Prep (FMP) API. Use this when the user requests earnings calendar data, wants to know which companies are reporting earnings in the upcoming week, or needs a weekly earnings review. The skill focuses on mid-cap and above companies (over $2B market cap) that have significant market impact, organizing the data by date and timing in a clean markdown table format. Supports multiple environments (CLI, Desktop, Web) with flexible API key management.
better-auth
Self-hosted auth for TypeScript/Cloudflare Workers with social auth, 2FA, passkeys, organizations, RBAC, and 15+ plugins. Requires Drizzle ORM or Kysely for D1 (no direct adapter). Self-hosted alternative to Clerk/Auth.js. Use when: self-hosting auth on D1, building OAuth provider, multi-tenant SaaS, or troubleshooting D1 adapter errors, session caching, rate limits, Expo crashes, additionalFields bugs.
dividend-growth-pullback-screener
Use this skill to find high-quality dividend growth stocks (12%+ annual dividend growth, 1.5%+ yield) that are experiencing temporary pullbacks, identified by RSI oversold conditions (RSI ≤40). This skill combines fundamental dividend analysis with technical timing indicators to identify buying opportunities in strong dividend growers during short-term weakness.
cli-developer
Use when building CLI tools, implementing argument parsing, or adding interactive prompts. Invoke for CLI design, argument parsing, interactive prompts, progress indicators, shell completions.
options-strategy-advisor
Options trading strategy analysis and simulation tool. Provides theoretical pricing using Black-Scholes model, Greeks calculation, strategy P/L simulation, and risk management guidance. Use when user requests options strategy analysis, covered calls, protective puts, spreads, iron condors, earnings plays, or options risk management. Includes volatility analysis, position sizing, and earnings-based strategy recommendations. Educational focus with practical trade simulation.