Awesome-omni-skill mk.ops

My Kit standalone utilities — handles code audits.

install
source · Clone the upstream repo
git clone https://github.com/diegosouzapw/awesome-omni-skill
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/diegosouzapw/awesome-omni-skill "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/testing-security/mk.ops" ~/.claude/skills/diegosouzapw-awesome-omni-skill-mk-ops && rm -rf "$T"
manifest: skills/testing-security/mk.ops/SKILL.md
source content

My Kit Operations

Handles standalone utility operations: audit. Auto-activates when the user expresses intent to audit code quality, security, performance, accessibility, or dependencies.

Trigger Keywords

  • audit: "audit", "run audit", "code audit", "quality check", "security check", "check code quality"
  • audit domain: "quality audit", "security audit", "performance audit", "accessibility audit", "dependency audit"

Step Identification

StepKeywordsDescription
audit
audit, quality check, security checkRun audit (all domains or specific domain)

Routing Logic

1. Identify Step

Map user intent to:

audit
.

2. Load Reference File

StepReference
audit
references/audit.md

Load only the one reference file needed per invocation.

3. Execute Reference Instructions

Follow the loaded reference file's instructions exactly. Each reference contains the complete workflow:

  • audit.md: 6-domain parallel audit (quality, security, performance, accessibility, dependencies, link checking) using dedicated agents, aggregated scoring, and actionable recommendations

Reference Files

  • references/audit.md
    — Comprehensive multi-domain audit workflow