mirror of
https://github.com/callstackincubator/agent-skills.git
synced 2026-09-14 18:38:24 +08:00
405a88877c
* feat: publish React Native bundles for Claude * refactor: move GitHub Actions into testing bundle
43 lines
1.6 KiB
JSON
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."
|
|
]
|
|
}
|
|
}
|