Start green, stay green. A VS Code Chat participant that helps authors write high-quality Troubleshooting Guides (TSGs) that pass the SafeGuide quality bar from the first commit.
Features
@safeguide-composer chat participant in GitHub Copilot Chat
@safeguide-composer help
@safeguide-composer /new I need a TSG for high CPU on AKS clusters
@safeguide-composer /check #file:my-tsg.md
@safeguide-composer /rules
Development
cd vscode-extension
npm install
npm run compile
# Press F5 in VS Code to launch Extension Development Host
Packaging & Publishing
npm run package # creates .vsix
npm run publish # publishes to VS Code Marketplace