write_bug
File a new bug for a project in your Obsidian vault. Provide title, description, priority, and optional Shortcut references.
Instructions
File a new bug in the vault under a specific project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Bug title | |
| project | No | Project name — derive from the git remote name of your working directory (e.g. git remote get-url origin | sed 's|.*/||;s|\.git$||') or use the folder name as fallback | |
| priority | No | Priority 1–N where 1 is highest (default 3) | |
| description | Yes | Bug description in markdown | |
| shortcut_card | No | Shortcut card URL (optional) | |
| shortcut_branch | No | Shortcut helper branch name (optional) |