Imported from ranbot-ai/awesome-skills (skills/fix-test/SKILL.md). Install upstream with npx skills add ranbot-ai/awesome-skills --skill fix-test. Copyright stays with the author.
Can you check out branch "{{ BRANCH_NAME }}", and run {{ TEST_COMMAND_TO_RUN }}.
Help me fix these tests to pass by fixing the {{ FUNCTION_TO_FIX }} function in file {{ FILE_FOR_FUNCTION }}.
PLEASE DO NOT modify the tests by yourself -- Let me know if you think some of the tests are incorrect.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/ranbot-ai-awesome-skills-fix-test/manifest # or paste the manifest below
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
ranbot-ai-awesome-skills-fix-test.ocm.jsonjson
{
"ocm": "1",
"id": "ranbot-ai-awesome-skills-fix-test",
"kind": "skill",
"name": "fix_test",
"description": "Can you check out branch \"{{ BRANCH_NAME }}\", and run {{ TEST_COMMAND_TO_RUN }}.",
"publisher": "ranbot-ai",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"bash",
"agent",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Can you check out branch \"{{ BRANCH_NAME }}\", and run {{ TEST_COMMAND_TO_RUN }}."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/ranbot-ai/awesome-skills",
"path": "skills/fix-test/SKILL.md",
"ref": "81bab072fa767a09caad31199ed36dc7c4950808",
"url": "https://github.com/ranbot-ai/awesome-skills/blob/81bab072fa767a09caad31199ed36dc7c4950808/skills/fix-test/SKILL.md",
"key": "ranbot-ai/awesome-skills/skills/fix-test/SKILL.md"
}
},
"instructions": "Can you check out branch \"{{ BRANCH_NAME }}\", and run {{ TEST_COMMAND_TO_RUN }}.\n\nHelp me fix these tests to pass by fixing the {{ FUNCTION_TO_FIX }} function in file {{ FILE_FOR_FUNCTION }}.\n\nPLEASE DO NOT modify the tests by yourself -- Let me know if you think some of the tests are incorrect.",
"cost": {
"context_tokens": 74
}
}
Fetch it by URL: GET /api/v1/registry/ranbot-ai-awesome-skills-fix-test/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.