Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

qn-claude-web

qn-claude-web 收录了来自 rayketcham-lab 的 14 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
14
Stars
2
更新
2026-03-28
Forks
0
职业覆盖
4 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

commit-push-pr
软件开发工程师

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

2026-03-28
fresh
软件开发工程师

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

2026-03-28
go
软件开发工程师

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

2026-03-28
grill
软件质量保证分析师与测试员

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
软件开发工程师

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
软件质量保证分析师与测试员

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
项目管理专家

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

2026-03-28
save
软件开发工程师

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

2026-03-28
secreview
信息安全分析师

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
软件开发工程师

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

2026-03-28
tdd
软件质量保证分析师与测试员

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
软件开发工程师

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
软件开发工程师

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
软件质量保证分析师与测试员

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