Hi - I answer from the OpenSmartRoute documentation: routing, the API, plans and quotas, self-hosting. Ask away, or open a support ticket if you need a person.
Grounded in the docs - follow a source before acting on it.
Copy one of these into your project. Installing also returns the manifest and these snippets.
Generate git branch name and commit message using the following instructions:
1. Create a new **branch** if the current one doesn’t make sense:
```bash
git checkout -b <branch-name>
```
2. Stage all changes:
```bash
git add -A
```
3. A **git commit message** using the following command to commit the changes:
```bash
git commit -m "<commit message>" --edit
```
Strictly follow the contributing [CONTRIBUTING.md](../../CONTRIBUTING.md) guide.
Manifest
The prompt text and its fill-in variables. Copy it or fetch it by URL from your own code.
aliev-baker-commit-prompt.prompt.jsonjson
{
"prompt": "Generate git branch name and commit message using the following instructions:\n\n1. Create a new **branch** if the current one doesn’t make sense:\n\n ```bash\n git checkout -b <branch-name>\n ```\n\n2. Stage all changes:\n\n ```bash\n git add -A\n ```\n\n3. A **git commit message** using the following command to commit the changes:\n\n ```bash\n git commit -m \"<commit message>\" --edit\n ```\n\nStrictly follow the contributing [CONTRIBUTING.md](../../CONTRIBUTING.md) guide.",
"variables": [],
"notes": "Generate git branch name and commit message Mode: agent. Tools: changes, runCommands.",
"metadata": {
"source": {
"provider": "github-prompts",
"repository": "https://github.com/aliev/baker",
"path": ".github/prompts/commit.prompt.md",
"ref": "ad63485825753235709db49119af1834b460a233",
"url": "https://github.com/aliev/baker/blob/ad63485825753235709db49119af1834b460a233/.github/prompts/commit.prompt.md",
"key": "aliev/baker/.github/prompts/commit.prompt.md"
}
}
}
Fetch it by URL: GET /api/v1/registry/aliev-baker-commit-prompt/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.