← all publishers

Qualimetry

@qualimetry source repo

5 published skills

  1. Blitzy Rules · qualimetry bundle
    Generates Blitzy rules packs from the organisation's Qualimetry coding standards (policies, principles, language coding standards) and, on Qualimetry Enterprise, from the rules-based analysis rule set. Each pack is a single JSON object with machine-readable rules for API push and path/content file pairs that mirror a Blitzy rules zip a client can write to disk or a repository. Invoke manually as the blitzy-rules skill.
    0
    installs
  2. Review Check · qualimetry bundle
    Checks for all types of code review issues found by the Qualimetry HITL code reviewer on a source file, including coding standards violations, design and best practice issues, general coding principle violations, secure coding principle violations, and policy violations. Retrieves a compliant code example showing how to resolve the issues. Invoked as the review-check skill, optionally with a file path argument, to check a previously reviewed file.
    0
    installs
  3. Analysis Issues · qualimetry bundle
    Retrieves and helps clear rules-based analysis issues (bugs, vulnerabilities, code smells) for a repository branch. Prioritises by severity and type, works file-by-file or in batch mode, and assesses the security hotspots that are waiting on a human review decision. Requires Qualimetry Enterprise.
    0
    installs
  4. Coding Standards · qualimetry bundle
    Automatically loads and enforces the organisation's coding standards, general coding principles, secure coding principles, and policies for the programming language of the file being developed. Retrieves all applicable standards from the Qualimetry MCP server and applies them when writing, modifying, or reviewing source code. Activated whenever source code is being created or edited, or invoked manually as the coding-standards skill with an optional language code argument.
    0
    installs
  5. Dependency Check · qualimetry bundle
    Retrieves dependency vulnerabilities for a repository branch from Qualimetry, then resolves them by upgrading each vulnerable dependency to its next safe version. Uses a per-dependency upgrade advisor to assess risk and applies low-risk upgrades automatically, proposes medium/high-risk upgrades for confirmation, and flags dependencies with no clean upgrade path for manual replacement. Reads the approved and pending suppressions that cover the branch so already-accepted risk is not reworked. Validates all changes with a package restore and build.
    0
    installs