.kiro/skills/qe-release/SKILL.md
End-to-end npm release workflow with verification gates and hardcoded-version protection
npx skillsauth add proffesor-for-testing/agentic-qe qe-releaseInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
End-to-end npm release workflow with verification gates and hardcoded-version protection
Tags: qe, quality-engineering, release-management
This skill requires the AQE MCP server. Ensure it is configured in .kiro/settings/mcp.json.
This project has a dual-package structure — both must stay in sync:
<version> — Target version (e.g., 3.5.5). If omitted, prompt the user.Steps
Read the current version from package.json (source of truth). Then grep the ENTIRE codebase for hardcoded version strings — current version, old versions, and any version-like patterns. Check both package.json files are in sync.
Update both package.json files to the target version:
Add a new section to v3/CHANGELOG.md following Keep a Changelog format:
[<version>] - YYYY-MM-DD
Use AQE tools via the @agentic-qe MCP server:
@agentic-qe/fleet_init — Initialize the QE fleet@agentic-qe/test_generate_enhanced — Generate tests@agentic-qe/coverage_analyze_sublinear — Analyze coverage@agentic-qe/quality_assess — Assess quality gates@agentic-qe/memory_store — Store learned patterns@agentic-qe/memory_query — Query past patternsdevelopment
Apply XP practices including pair programming, ensemble programming, continuous integration, and sustainable pace. Use when implementing agile development practices, improving team collaboration, or adopting technical excellence practices.
development
Warehouse Management System testing patterns for inventory operations, pick/pack/ship workflows, wave management, EDI X12/EDIFACT compliance, RF/barcode scanning, and WMS-ERP integration. Use when testing WMS platforms (Blue Yonder, Manhattan, SAP EWM).
testing
Advanced visual regression testing with pixel-perfect comparison, AI-powered diff analysis, responsive design validation, and cross-browser visual consistency. Use when detecting UI regressions, validating designs, or ensuring visual consistency.
development
Comprehensive truth scoring, code quality verification, and automatic rollback system with 0.95 accuracy threshold for ensuring high-quality agent outputs and codebase reliability.