Loading...
Loading...
Found 97 Skills
Finds all REFACTOR markers in codebase, validates associated ADRs exist, identifies stale markers (30+ days old), and detects orphaned markers (no ADR reference). Use during status checks, before feature completion, or for refactor health audits. Triggers on "check refactor status", "marker health", "what's the status", or PROACTIVELY before marking features complete. Works with Python (.py), TypeScript (.ts), and JavaScript (.js) files using grep patterns to locate markers and validate against ADR files in docs/adr/ directories.
Provide the ability to search, inspect, and read source code from all public GitHub repositories and their associated documentation.
Generate a concise overview of the current project — structure, purpose, recent activity, and open questions. Use when the user asks "what is this repo?", "give me an overview", or "what's going on in this project?".
Analyzes logs efficiently through targeted search and iterative refinement. Use when investigating errors, debugging incidents, or analyzing patterns in application logs.
Research a topic thoroughly in this repo and return a structured summary with file references. Use when you need to understand how something works, find patterns across modules, or audit implementations.
Search Tool Hierarchy
Use when you need a deep-dive explanation of a specific file, function, or module in the codebase
Use when mapping code paths, entrypoints, and likely hot files before profiling.
Choose the right search tool for each query type
Search through a personal material library with over 1800 real experiences and perspectives to add a human touch to content. Use this when users mention "personal experience", "real cases", "materials", or "human touch".
Use when you need to ask questions about a codebase or understand code using a knowledge graph
Pre-landing PR review. Analyzes diff against the base branch for SQL safety, LLM trust boundary violations, conditional side effects, and other structural issues.