mcp-diagnostics-extension release-workflow.instructions.md

mcp-diagnostics-extension release-workflow.instructions.md is an instructions file for GitHub Copilot from newbpydev/mcp-diagnostics-extension. It costs 1,533 tokens per session, scanned A, original, MIT.

A release-management checklist for preparing and shipping software. It covers tests, code checks, compilation, builds, packaging, version changes and release documentation.

In plain words
What is it for?
Use it to run pre-release checks, verify a clean production build, package an extension, inspect the package and choose a semantic version change.
Why use it?
It reduces the chance of shipping software with failing tests, code-quality problems, build errors or incorrect package contents. Release management means coordinating these checks before publishing a new version.

Instructions file for GitHub Copilot

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/newbpydev/mcp-diagnostics-extension/release-workflow
Clone the repo
git clone --depth 1 https://github.com/newbpydev/mcp-diagnostics-extension

Made for: GitHub Copilot.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for mcp-diagnostics-extension release-workflow.instructions.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/newbpydev/mcp-diagnostics-extension/release-workflow.svg)](https://agentmods.dev/instructions/newbpydev/mcp-diagnostics-extension/release-workflow)
Your own site
<a href="https://agentmods.dev/instructions/newbpydev/mcp-diagnostics-extension/release-workflow"><img src="https://agentmods.dev/badge/instructions/newbpydev/mcp-diagnostics-extension/release-workflow.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,533 This file is loaded in full into every session.
When invoked 1,533 The same file โ€” it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.01533 $0.01533
Opus 5 $0.00766 $0.00766
Sonnet 5 $0.00307 $0.00307
Haiku 4.5 $0.00153 $0.00153

Measured 5d ago against content hash f93fca31bb77, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

mcp-diagnostics-extension release-workflow.instructions.md scanned grade A with 0 findings against 26 rules in 11 categories โ€” prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency โ€” measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.github/instructions/release-workflow.instructions.md ยท 240 lines

How it starts

The opening of the file, as written. The whole thing โ€” 240 lines โ€” stays where its author put it; the contents beside it link to each section on GitHub.

Complete Release Management Workflow

This rule defines the comprehensive end-to-end release management workflow that must be followed for all software releases, based on industry best practices from LaunchDarkly and Zeet.

๐ŸŽฏ Overview

Every software release must follow this systematic checklist to minimize downtime risks, ensure quality, and maintain professional standards. This workflow combines traditional best practices with modern feature management approaches.

๐Ÿ“‹ Complete Release Management Checklist

Phase 1: Pre-Release Quality Assurance

1.1 Test Suite Validation
# Run comprehensive test suite
npm run test:ci

# Verify all tests pass (target: 100% pass rate)
# Check test coverage (target: >90%)
# Ensure no failing or skipped tests
1.2 Code Quality Checks
# Run linting
npm run lint

# Check code formatting
npm run format:check

# Verify TypeScript compilation
npm run compile
1.3 Build Verification
# Clean build
npm run clean
npm run compile:prod

# Package extension
npm run package

# Verify package contents and size

Phase 2: Version Management & Documentation

2.1 Semantic Versioning
# Choose appropriate version bump:
npm run release:patch    # Bug fixes (1.0.0 โ†’ 1.0.1)
npm run release:minor    # New features (1.0.0 โ†’ 1.1.0)
npm run release:major    # Breaking changes (1.0.0 โ†’ 2.0.0)

# For pre-releases:
npm run release:alpha    # Alpha releases
npm run release:beta     # Beta releases
2.2 Changelog Generation
  • Automatic: standard-version generates changelog from conventional commits
  • Manual Review: Verify changelog accuracy and completeness
  • Enhancement: Add detailed descriptions for major features/fixes
2.3 Documentation Updates
  • README.md: Update features, installation, usage instructions
  • API Documentation: Update MCP tools, resources, configuration
  • Troubleshooting: Add new known issues and solutions
  • Migration Guides: For breaking changes

Read the full file on GitHub ยท 240 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen ยท 240 lines ยท 1,533 tokens per session scan A f93fca31bb77

Subscribe to this mod's changes

mcp-diagnostics-extension release-workflow.instructions.md is an instructions file published in the GitHub repository newbpydev/mcp-diagnostics-extension (22 stars, last pushed 10mo ago), licensed MIT. It adds 1,533 tokens to every session, about $0.0077 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.