
Publisher on askill
Use when user wants to Clean AI slop from code. Use for cleanup, remove debug statements, find ghost code, repo hygiene.
Use when validating task completion before shipping. Runs tests, build, and requirement checks. Returns pass/fail with fix instructions.
Use when discovering and prioritizing tasks from configured sources. Handles GitHub, GitLab, local files, and custom sources.
Use when checking cross-file consistency: tools vs frontmatter, agent references, duplicate rules, contradictions.
Use when user asks to 'lint agent configs', 'validate skills', 'check CLAUDE.md', 'validate hooks', 'lint MCP'. Validates agent configuration files against 100 rules.
Use when running performance benchmarks, establishing baselines, or validating regressions with sequential runs. Enforces 60s minimum runs (30s only for binary search) and no parallel benchmarks.
Use when profiling CPU/memory hot paths, generating flame graphs, or capturing JFR/perf evidence.
Use when generating performance hypotheses backed by git history and code evidence.
Use when appending structured perf investigation notes and evidence.
Use when mapping code paths, entrypoints, and likely hot files before profiling.
Use when managing perf baselines, consolidating results, or comparing versions. Ensures one baseline JSON per version.
Use when preparing releases, validating cross-platform compatibility, or updating installation infrastructure. Meta-skill for maintaining awesome-slash's 3-platform architecture.
Use when improving documentation structure, accuracy, and RAG readiness.
Use when improving agent prompts, frontmatter, and tool restrictions.
Use when running controlled perf experiments to validate hypotheses.
Use when synthesizing perf findings into evidence-backed recommendations and decisions.
Showing 18 of 25