with one click
qn-claude-web
qn-claude-web contains 14 collected skills from rayketcham-lab, with repository-level occupation coverage and site-owned skill detail pages.
Skills in this repository
Commit all changes, push to remote, and open a pull request in one shot. The most common inner-loop workflow.
Clean start for a new task. Saves important decisions, clears context, and re-reads project config.
Resume work from a previous session. Reads MEMORY.md and continues autonomously.
Adversarial code review — stress-tests recent changes by hunting for bugs, edge cases, security holes, and design flaws. Spawns parallel attack agents, consolidates into a severity-rated report.
Debug and investigate issues — trace symptoms to root cause. Use when something is broken, a test fails mysteriously, or behavior is unexpected.
Prove that the current implementation works. Runs tests, diffs behavior, validates correctness. Use after implementing a feature or fix to verify before marking complete.
Post-task retrospective — capture lessons learned and store them for future sessions. Builds cumulative intelligence across sessions.
Snapshot current task state to MCP for cross-session persistence. Use when switching tasks or before ending a session.
Quick security review of a file, component, or change. Runs input validation audit, crypto review, dependency scan, secret detection, and access control checks.
Quick project health check — git state, test results, lint status, build status. One-shot overview.
Test-Driven Development — Red/Green/Refactor cycle. Writes failing tests first from a spec, implements minimum code to pass, refactors, then verifies.
Full multi-agent team review using parallel subagents. Spawns Architect, SecOps, Tester, DevOps, and Verifier concurrently, then consolidates into a prioritized action plan.
Scan for technical debt and fix it. Uses Simplifier to identify dead code, duplication, complexity, and inconsistencies, then Verifier to confirm no regressions.
Run the test suite, analyze failures, and auto-fix the failing code. Iterates up to 3 times until green or reports what remains broken.