Skip to content
OpenSmartRoute
Skillv1.0.0

workspace-performance-audit

Orchestrates comprehensive performance audits across full-stack monorepos. Coordinates performance-expert, design-consistency-auditor, accessibility, security-expert, and qa-reviewer skills to audit f

by shipshitdev(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from shipshitdev/skills (skills/workspace-performance-audit/SKILL.md). Install upstream with npx skills add shipshitdev/skills --skill workspace-performance-audit. Copyright stays with the author.

Workspace Performance Audit

Authorized Scope

Apply this engine only within the user's requested task and existing explicit authorization. Loading or delegating to it grants no additional authority. Preserve report-only restrictions and the caller's target, host, provider, and cost limits. Existing approval satisfies a gate only for the same actions and scope; obtain approval before expanding them. Forward these limits to delegates.

Contract

Inputs:

  • Monorepo root path (defaults to current working directory)
  • Optional: target domain(s) to focus on (frontend, backend, database, extension)
  • Optional: audit mode (quick or full)

Outputs:

  • Consolidated performance audit report
  • Prioritized recommendations with severity ratings

Creates/Modifies:

  • .agents/memory/performance-audit-YYYY-MM-DD.md — writes the audit report

External Side Effects:

  • None. Read-only analysis only; does not deploy, modify, or install anything.

Confirmation Required:

  • Before writing the output report if the target path is outside the current workspace

Delegates To:

  • performance-expert for metrics and optimization
  • design-consistency-auditor for UI/UX consistency
  • qa-reviewer for validation and prioritization

Skills Orchestrated

Skill Focus Area Phase
performance-expert Performance metrics & optimization 1-4
design-consistency-auditor UI/UX consistency & design debt 1
accessibility WCAG 2.1 AA compliance 1
security-expert Security validation 2
qa-reviewer Validation & prioritization 5

Orchestration Flow

Phase 0: Workspace Discovery
    → Identify apps, packages, tech stacks

Phase 1: Frontend Audit (Next.js)
    → Core Web Vitals, Bundle Analysis, Design, A11y

Phase 2: Backend Audit (NestJS)
    → API Response Times, N+1 Queries, Security

Phase 3: Database Audit (MongoDB)
    → Query Performance, Index Analysis

Phase 4: Extension & Packages
    → Bundle Sizes, Memory, Dependencies

Phase 5: Consolidation
    → Aggregate, Score, Prioritize, Report

Key Metrics by Domain

Domain Key Metrics Targets
Frontend LCP, FID, CLS <2.5s, <100ms, <0.1
Backend p50, p95 response <100ms, <200ms
Database Query p95, Index hit <50ms, >95%
Extension Content script size <50KB

Usage Modes

Quick Audit: Essential checks only → 1-page summary Full Audit: All phases → Complete report Domain-Specific: Single domain focus


For detailed phase execution, metric collection commands, report templates, and example interactions: load ${CLAUDE_SKILL_DIR}/references/full-guide.md when starting a full audit or when a specific phase requires detailed guidance.

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/shipshitdev-skills-workspace-performance-audit/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

shipshitdev-skills-workspace-performance-audit.ocm.jsonjson
{
  "ocm": "1",
  "id": "shipshitdev-skills-workspace-performance-audit",
  "kind": "skill",
  "name": "workspace-performance-audit",
  "description": "Orchestrates comprehensive performance audits across full-stack monorepos. Coordinates performance-expert, design-consistency-auditor, accessibility, security-expert, and qa-reviewer skills to audit frontend, backend, database, browser extensions, and shared packages. Use when asked for a full workspace performance review, monorepo audit, or to identify bottlenecks across frontend, backend, and extensions.",
  "publisher": "shipshitdev",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "hr"
    ],
    "tags": [
      "skill-md",
      "performance",
      "audit",
      "monorepo",
      "skills-sh"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Orchestrates comprehensive performance audits across full-stack monorepos. Coordinates performance-expert, design-consistency-auditor, accessibility, security-expert, and qa-reviewer skills to audit frontend, backend, database, browser extensions, and shared packages. Use when asked for a full workspace performance review, monorepo audit, or to identify bottlenecks across frontend, backend, and extensions."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "skills.sh",
      "repository": "https://github.com/shipshitdev/skills",
      "path": "skills/workspace-performance-audit/SKILL.md",
      "ref": "HEAD",
      "url": "https://github.com/shipshitdev/skills/blob/HEAD/skills/workspace-performance-audit/SKILL.md",
      "key": "shipshitdev/skills/skills/workspace-performance-audit/SKILL.md"
    }
  },
  "instructions": "# Workspace Performance Audit\n\n## Authorized Scope\n\nApply this engine only within the user's requested task and existing explicit\nauthorization. Loading or delegating to it grants no additional authority.\nPreserve report-only restrictions and the caller's target, host, provider, and\ncost limits. Existing approval satisfies a gate only for the same actions and\nscope; obtain approval before expanding them. Forward these limits to delegates.\n\n## Contract\n\nInputs:\n\n- Monorepo root path (defaults to current working directory)\n- Optional: target domain(s) to focus on (frontend, backend, database, ex",
  "cost": {
    "context_tokens": 697
  }
}

Fetch it by URL: GET /api/v1/registry/shipshitdev-skills-workspace-performance-audit/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.