- 7 phases: discovery → meta tags → content quality → keywords → links → sitemap → report - Integrates 8 marketing-skill scripts: seo_checker, content_scorer, humanizer_scorer, headline_scorer, seo_optimizer, sitemap_analyzer, schema_validator, topic_cluster_mapper - References 6 SEO knowledge bases for audit framework, AI search, content optimization, URL design, internal linking, AI detection - Auto-fixes: generic titles, missing descriptions, broken links, orphan pages - Preserves high-ranking pages — only fixes critical issues on those - Registered in both commands/ (distributable) and .claude/commands/ (local) Also: sync all doc counts — 28 plugins, 26 eng-core skills, 21 commands Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
143 lines
4.2 KiB
Markdown
143 lines
4.2 KiB
Markdown
---
|
|
title: "Slash Commands — AI Coding Agent Commands & Codex Shortcuts"
|
|
description: "21 slash commands for Claude Code, Codex CLI, and Gemini CLI — sprint planning, tech debt analysis, PRDs, OKRs, and more."
|
|
---
|
|
|
|
<div class="domain-header" markdown>
|
|
|
|
# :material-console: Slash Commands
|
|
|
|
<p class="domain-count">21 commands for quick access to common operations</p>
|
|
|
|
</div>
|
|
|
|
<div class="grid cards" markdown>
|
|
|
|
- :material-console:{ .lg .middle } **[`/a11y-audit`](a11y-audit.md)**
|
|
|
|
---
|
|
|
|
Scan a frontend project for WCAG 2.2 accessibility issues, show fixes, and optionally check color contrast.
|
|
|
|
- :material-console:{ .lg .middle } **[`/changelog`](changelog.md)**
|
|
|
|
---
|
|
|
|
Generate Keep a Changelog entries from git history and validate commit message format.
|
|
|
|
- :material-console:{ .lg .middle } **[`/code-to-prd`](code-to-prd.md)**
|
|
|
|
---
|
|
|
|
Reverse-engineer a frontend codebase into a complete Product Requirements Document.
|
|
|
|
- :material-console:{ .lg .middle } **[`/competitive-matrix`](competitive-matrix.md)**
|
|
|
|
---
|
|
|
|
Build competitive matrices with weighted scoring, gap analysis, and market positioning insights.
|
|
|
|
- :material-console:{ .lg .middle } **[`/financial-health`](financial-health.md)**
|
|
|
|
---
|
|
|
|
Analyze financial statements, build valuation models, assess budget variances, and construct forecasts.
|
|
|
|
- :material-console:{ .lg .middle } **[`/google-workspace`](google-workspace.md)**
|
|
|
|
---
|
|
|
|
Google Workspace CLI administration via the gws CLI. Run setup diagnostics, security audits, browse and execute recip...
|
|
|
|
- :material-console:{ .lg .middle } **[`/okr`](okr.md)**
|
|
|
|
---
|
|
|
|
Generate cascaded OKR frameworks from company-level strategy down to team-level key results.
|
|
|
|
- :material-console:{ .lg .middle } **[`/persona`](persona.md)**
|
|
|
|
---
|
|
|
|
Generate structured user personas with demographics, goals, pain points, and behavioral patterns.
|
|
|
|
- :material-console:{ .lg .middle } **[`/pipeline`](pipeline.md)**
|
|
|
|
---
|
|
|
|
Detect project stack and generate CI/CD pipeline configurations for GitHub Actions or GitLab CI.
|
|
|
|
- :material-console:{ .lg .middle } **[`/plugin-audit`](plugin-audit.md)**
|
|
|
|
---
|
|
|
|
Full audit pipeline for any skill, plugin, agent, or command in this repository. Runs 8 validation phases, auto-fixes...
|
|
|
|
- :material-console:{ .lg .middle } **[`/prd`](prd.md)**
|
|
|
|
---
|
|
|
|
Generate a concise product requirements document for a feature, initiative, or problem statement.
|
|
|
|
- :material-console:{ .lg .middle } **[`/project-health`](project-health.md)**
|
|
|
|
---
|
|
|
|
Generate portfolio health dashboards and risk matrices for project oversight.
|
|
|
|
- :material-console:{ .lg .middle } **[`/retro`](retro.md)**
|
|
|
|
---
|
|
|
|
Analyze retrospective data for recurring themes, sentiment trends, and action item effectiveness.
|
|
|
|
- :material-console:{ .lg .middle } **[`/rice`](rice.md)**
|
|
|
|
---
|
|
|
|
Prioritize features using RICE scoring (Reach, Impact, Confidence, Effort) with optional capacity constraints.
|
|
|
|
- :material-console:{ .lg .middle } **[`/saas-health`](saas-health.md)**
|
|
|
|
---
|
|
|
|
Calculate SaaS financial health metrics from raw business numbers, benchmark against industry standards, and project ...
|
|
|
|
- :material-console:{ .lg .middle } **[`/seo-auditor`](seo-auditor.md)**
|
|
|
|
---
|
|
|
|
Systematically scan, audit, and optimize documentation files for SEO. Targets README.md files and docs/ pages — fixes...
|
|
|
|
- :material-console:{ .lg .middle } **[`/sprint-health`](sprint-health.md)**
|
|
|
|
---
|
|
|
|
Score sprint health across delivery, quality, and team metrics with velocity trend analysis.
|
|
|
|
- :material-console:{ .lg .middle } **[`/sprint-plan`](sprint-plan.md)**
|
|
|
|
---
|
|
|
|
Create a sprint plan with prioritized stories and capacity guardrails.
|
|
|
|
- :material-console:{ .lg .middle } **[`/tdd`](tdd.md)**
|
|
|
|
---
|
|
|
|
Generate tests, analyze coverage, and validate test quality using the TDD Guide skill.
|
|
|
|
- :material-console:{ .lg .middle } **[`/tech-debt`](tech-debt.md)**
|
|
|
|
---
|
|
|
|
Scan codebases for technical debt, score severity, and generate prioritized remediation plans.
|
|
|
|
- :material-console:{ .lg .middle } **[`/user-story`](user-story.md)**
|
|
|
|
---
|
|
|
|
Generate structured user stories with acceptance criteria, story points, and sprint capacity planning.
|
|
|
|
</div>
|