Files
Mike 405a88877c Publish React Native bundles to Claude marketplace (#76)
* feat: publish React Native bundles for Claude

* refactor: move GitHub Actions into testing bundle
2026-08-07 20:53:37 -07:00

43 lines
1.6 KiB
JSON

{
"name": "testing-react-native-apps",
"version": "0.2.0",
"description": "React Native testing support spanning CI artifacts, test authoring, device automation, and QA workflows.",
"author": {
"name": "Callstack",
"email": "hello@callstack.com",
"url": "https://www.callstack.com/"
},
"homepage": "https://github.com/callstackincubator/agent-skills/tree/main/plugins/testing-react-native-apps",
"repository": "https://github.com/callstackincubator/agent-skills",
"license": "MIT",
"keywords": [
"react-native",
"testing",
"qa",
"automation",
"github-actions",
"ci",
"artifacts"
],
"skills": "./skills/",
"interface": {
"displayName": "Testing React Native Apps",
"shortDescription": "Testing, device automation, and QA support for React Native apps.",
"longDescription": "Build downloadable simulator and emulator artifacts, write React Native tests, and run device-driven verification, accessibility checks, and exploratory QA.",
"developerName": "Callstack",
"category": "Coding",
"capabilities": [
"Read",
"Write"
],
"logo": "./assets/callstack-plugin-icon.png",
"websiteURL": "https://github.com/callstackincubator/agent-skills/tree/main/plugins/testing-react-native-apps",
"defaultPrompt": [
"Add tests for a newly added navigator public interface.",
"Build downloadable iOS simulator and Android emulator artifacts in GitHub Actions.",
"Verify accessibility for a core checkout flow and check whether it meets EEA guidelines.",
"Verify this PR on a simulator and record the full flow."
]
}
}