Skip to main content
Run any Skill in Manus
with one click
GitHub repository

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 collected
14
Stars
2
updated
2026-03-28
Forks
0
Occupation coverage
4 occupation categories · 100% classified
repository explorer

Skills in this repository

commit-push-pr
software-developers

Commit all changes, push to remote, and open a pull request in one shot. The most common inner-loop workflow.

2026-03-28
fresh
software-developers

Clean start for a new task. Saves important decisions, clears context, and re-reads project config.

2026-03-28
go
software-developers

Resume work from a previous session. Reads MEMORY.md and continues autonomously.

2026-03-28
grill
software-quality-assurance-analysts-and-testers

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.

2026-03-28
investigate
software-developers

Debug and investigate issues — trace symptoms to root cause. Use when something is broken, a test fails mysteriously, or behavior is unexpected.

2026-03-28
prove-it
software-quality-assurance-analysts-and-testers

Prove that the current implementation works. Runs tests, diffs behavior, validates correctness. Use after implementing a feature or fix to verify before marking complete.

2026-03-28
retro
project-management-specialists

Post-task retrospective — capture lessons learned and store them for future sessions. Builds cumulative intelligence across sessions.

2026-03-28
save
software-developers

Snapshot current task state to MCP for cross-session persistence. Use when switching tasks or before ending a session.

2026-03-28
secreview
information-security-analysts

Quick security review of a file, component, or change. Runs input validation audit, crypto review, dependency scan, secret detection, and access control checks.

2026-03-28
status
software-developers

Quick project health check — git state, test results, lint status, build status. One-shot overview.

2026-03-28
tdd
software-quality-assurance-analysts-and-testers

Test-Driven Development — Red/Green/Refactor cycle. Writes failing tests first from a spec, implements minimum code to pass, refactors, then verifies.

2026-03-28
team
software-developers

Full multi-agent team review using parallel subagents. Spawns Architect, SecOps, Tester, DevOps, and Verifier concurrently, then consolidates into a prioritized action plan.

2026-03-28
techdebt
software-developers

Scan for technical debt and fix it. Uses Simplifier to identify dead code, duplication, complexity, and inconsistencies, then Verifier to confirm no regressions.

2026-03-28
test-and-fix
software-quality-assurance-analysts-and-testers

Run the test suite, analyze failures, and auto-fix the failing code. Iterates up to 3 times until green or reports what remains broken.

2026-03-28