We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bae703c commit e50e79eCopy full SHA for e50e79e
.agents/skills/new-client-library-generator/SKILL.md
@@ -102,7 +102,7 @@ After verifying the changes:
102
```bash
103
git checkout -b "new-library/[API_SHORTNAME]"
104
git add generation_config.yaml
105
-git commit -m "feat: [API_SHORTNAME] new module for [API_SHORTNAME]"
+git commit -m "feat: new module for [API_SHORTNAME]"
106
```
107
108
Then open a pull request. The Pull Request body must only contain the `add-new-library` command used.
0 commit comments