Skip to content
| Marketplace
Sign in
Visual Studio Code>AI>QM Dev Tool by QMTeamNew to Visual Studio Code? Get it now.
QM Dev Tool by QMTeam

QM Dev Tool by QMTeam

QM Team

|
2 installs
| (1) | Free
Build path runner, Jira description generator, and code review assistant for VS Code.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

QM Dev Tool

QM Dev Tool is a VS Code extension that combines three workflows in one sidebar:

  1. Run builds for multiple local project paths
  2. Generate Jira-ready descriptions from your current branch changes
  3. Run AI code review for current branch vs master

This README is the content shown on the extension details page in VS Code and Marketplace.

Features

Build Tab

  1. Add multiple project paths
  2. Set custom build command and delay per project
  3. Run all projects or run a single row
  4. Rename project cards with a double-click on the project label

Jira Tab

  1. Connect Jira using site URL, email, and API token
  2. Paste Jira card link (required)
  3. Add extra context (optional)
  4. Generate Jira-friendly output and copy it

Review Tab

  1. Runs AI review against current branch diff
  2. Highlights risks, regressions, and implementation gaps
  3. Includes quick checklist style output for easy follow-up

AI Model Usage (No API Key)

QM Dev Tool uses VS Code chat models through your signed-in Copilot account.

  1. No direct OpenAI/Anthropic API key is required in this extension
  2. You must be signed in to GitHub Copilot in VS Code
  3. Model availability depends on your Copilot plan and organization policy

Requirements

  1. VS Code 1.100.0 or newer
  2. GitHub Copilot Chat access for AI features
  3. Git installed and available in PATH
  4. For Jira integration: Jira Cloud site, email, and API token

Install

From VSIX

  1. Build package:

    npm run package:vsix

  2. In VS Code open Extensions view

  3. Use Install from VSIX and select generated .vsix file

From Marketplace

  1. Open Extensions in VS Code
  2. Search for QM Dev Tool
  3. Open the extension details page
  4. This README will be visible there

Local Development

  1. Install deps:

    npm install

  2. Build extension:

    npm run build:extension

  3. Press F5 and choose Run QM Dev Tool Extension

  4. In Extension Development Host, open QM Dev Tool from Activity Bar

Package and Publish

  1. Update package.json version

  2. Login with publisher:

    npx vsce login

  3. Publish:

    npm run publish:vsix

Known Notes

  1. Jira link is required before Generate is enabled
  2. Build paths must exist on your machine
  3. Branch comparison and review assume a Git workspace is open
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft