Skip to main content
Jeden Skill in Manus ausführen
mit einem Klick
GitHub-Repository

qn-claude-web

qn-claude-web enthält 14 gesammelte Skills von rayketcham-lab, mit Repository-Berufsabdeckung und Skill-Detailseiten auf SkillsMP.

gesammelte Skills
14
Stars
2
aktualisiert
2026-03-28
Forks
0
Berufsabdeckung
4 Berufskategorien · 100% klassifiziert
Repository-Explorer

Skills in diesem Repository

commit-push-pr
Softwareentwickler

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

2026-03-28
fresh
Softwareentwickler

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

2026-03-28
go
Softwareentwickler

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

2026-03-28
grill
Softwarequalitätssicherungsanalysten und -tester

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
Softwareentwickler

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
Softwarequalitätssicherungsanalysten und -tester

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
Projektmanagementspezialisten

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

2026-03-28
save
Softwareentwickler

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

2026-03-28
secreview
Informationssicherheitsanalysten

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
Softwareentwickler

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

2026-03-28
tdd
Softwarequalitätssicherungsanalysten und -tester

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
Softwareentwickler

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
Softwareentwickler

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
Softwarequalitätssicherungsanalysten und -tester

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