Use when the user asks to run the /testing_plan_integration slash command. Community-contributed Claude Code command from the awesome-claude-code collection.
Scanned 9/8/2026
Install to Claude Code
npx -y skills add anubhavg-icpl/vibe --skill him-cmd-testing_plan_integration --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Him Cmd Testing Plan Integration?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/anubhavg-icpl-him-cmd-testing-plan-integration)More formats (shields.io, HTML) on the badges page.
---
name: him-cmd-testing_plan_integration
description: Use when the user asks to run the /testing_plan_integration slash command. Community-contributed Claude Code command from the awesome-claude-code collection.
license: CC-BY-NC-SA-4.0
metadata:
version: 1.0.0
tags: [slash-command, community, testing_plan_integration]
---
I need you to create an integration testing plan for $ARGUMENTS
These are integration tests and I want them to be inline in rust fashion.
If the code is difficult to test, you should suggest refactoring to make it easier to test.
Think really hard about the code, the tests, and the refactoring (if applicable).
Will you come up with test cases and let me review before you write the tests?
Feel free to ask clarifying questions.Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Use this skill when developing or maintaining browser extension code in the `browser/` directory, including Chrome/Firefox/Edge compatibility, content scripts, background scripts, or i18n updates.