mk.ops

Orchestrates automated multi-domain code audits with parallel subagents and consolidated reporting.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/mayknxyz/my-kit --skill mk-ops
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mk.ops
Source: https://github.com/mayknxyz/my-kit/tree/main/kit/.claude/skills/mk.ops
Command: npx skills add https://github.com/mayknxyz/my-kit --skill mk-ops

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Orchestrates automated, end-to-end code audits across multiple domains to identify and report issues in a unified workflow.

Core Features & Use Cases

  • Orchestrates multi-domain audits (quality, security, performance, accessibility, dependencies, and link checking) by coordinating domain-specific subagents in parallel.
  • Generates per-domain reports and a consolidated results summary, enabling quick remediation planning.
  • Supports a guided fix workflow with user prompts to apply or selectively apply fixes.

Quick Start

Invoke the full audit workflow with /mk.audit.all to generate all domain reports and a final consolidated summary.

Frequently Asked Questions about mk.ops

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate multi-domain code audits in a unified workflow?

Automated multi-domain code audits coordinate domain-specific subagents in parallel to identify and report issues in a unified workflow. The framework loads per-domain subagents, routes actions, and generates per-domain reports alongside a consolidated results summary.

Can I run code quality and security checks locally during a Git review?

Yes, you can run code quality and security checks locally during a Git review. The audit framework applies to Git-based projects needing automated checks, handling both parallel execution and consolidated reporting for immediate remediation planning.

What is the best way to generate consolidated audit reports across different domains?

The best way to generate consolidated audit reports is invoking a full audit workflow that produces per-domain reports for quality, security, performance, accessibility, dependencies, and link checking, followed by a final consolidated results summary.

Does the automated audit workflow support applying fixes selectively?

The automated audit workflow supports applying fixes selectively through a guided fix workflow with user prompts. This allows you to review identified issues and choose to apply or selectively apply fixes directly within the consolidated process.

What domains are covered by the parallel code audit subagents?

The parallel code audit subagents cover quality, security, performance, accessibility, dependencies, and link checking domains. Each subagent operates concurrently to identify domain-specific issues and route actions for comprehensive reporting.