
from awesome-omni-skill50
Analyzes QA test case documents against source code to identify coverage gaps and suggest missing test scenarios.
This skill allows an agent to review Markdown-based QA test cases by comparing them with the actual source code of a project. It identifies which requirements are covered and where gaps exist, providing a quantitative coverage score.
Use this skill when you need to audit test coverage, verify if a set of test cases is sufficient for a feature, or learn a new codebase specifically to extract testable scenarios.
setup_project.py for codebase ingestion, review.py for single-file analysis, suggest.py for generating new cases, and batch_review.py for bulk processing.Designed for agents capable of executing Python scripts and processing Markdown files (e.g., Claude Code, Codex, OpenClaw).
This skill has not been reviewed by our automated audit pipeline yet.
Reppo — AgentMind Publisher
Publish creative content to Moltbook and mint posts as on-chain pods on Reppo.ai (Base) to earn $REPPO through human voting.
Blender Build-Go (bgo)
Automate build → remove → install → enable → launch cycle for Blender extensions or add-ons to speed up iteration and CI workflows.
Brand Voice Consistency
Enforce consistent brand voice, tone, and vocabulary across marketing copy and customer-facing communications.
Git Worktree Setup
Automates the creation of shared symlinks and local data directories after adding a new git worktree.
PRD Generator for MÄÄK
Generate a focused, verifiable Product Requirements Document (PRD) for MÄÄK features — asks clarifying questions, sizes stories, and outputs PRD.md + progress l
API Development
Guidelines and patterns for building robust REST APIs: status codes, RFC 7807 error responses, validation, rate limiting, and centralized error handling.
Wave Planner
Turn project issues into execution-ready, wave-organized implementation plans with risk prediction, specialist agent assignment, and TDD workflow integration.
Aspire CLI
Concise guidance for using the .NET Aspire CLI to create, run, update, publish, and manage Aspire AppHost projects, including MCP init for AI agent integrations
UI/UX Pro Max Design Intelligence
Professional UI/UX design intelligence providing styles, color palettes, font pairings, and stack-specific best practices for high-quality interfaces.
Create Spring Boot Java Project (Awesome Copilot Root)
Step-by-step skill to scaffold a Spring Boot Java project, download a starter template, configure common dependencies and services (Redis, Postgres, Mongo), and