skill-v20260312-qoderwork — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited skill-v20260312-qoderwork (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
QoderWork 适配版说明:本 Skill 针对 QoderWork 单线程环境调整。所有调研任务在当前对话中串行执行,通过阶段性汇报模拟"子代理"效果。
Use this skill when the user needs:
| User Intent | Workflow |
|---|---|
| "Is there a tool for..." / "Find libraries" | W1: Solution Discovery |
| "What are users complaining about" | W2: User Insights |
| "Can we implement..." / "Technical feasibility" | W3: Technical Evaluation |
| "How do others do it" / "Best practices" | W4: Best Practices |
| "What's new" / "Latest techniques" | W5: Knowledge Expansion |
| "What does academic research say" | W6: Literature Research |
Before starting L2/L3 research:
docs/research/INDEX.md if exists~/.qoderwork/memory-bank/research/INDEX.mdBased on task complexity:
Select W1-W6 workflow based on user intent (see table above).
If uncertainties exist, use AskUserQuestion (max 2-3 questions). Skip for L1 and when requirements are clear.
Before execution, show configuration:
[MODE: RESEARCH] Research Initiated
- Level: L{1|2|3}
- Workflow: W{N} {Workflow Name}
- Validation Depth: {🔴|🟡|🟢}
- Timeliness: {🔥|📅|📚}
- Tools: {List of main tools to use}
- Execution: Single-thread with progress updates#### L1: Quick Check
#### L2: Multi-Phase Research
Phase 1: Code Analysis
Phase 2: External Research
Phase 3: Analysis & Report
~/.qoderwork/memory-bank/research/{topic}-{YYYYMMDD}.md#### L3: Structured Deep Research
For complex multi-domain research, use TodoWrite to track progress:
TodoWrite({
todos: [
{content: "Domain A: Solution discovery", status: "in_progress"},
{content: "Domain B: Technical evaluation", status: "pending"},
{content: "Domain C: Best practices", status: "pending"},
{content: "Synthesis & report", status: "pending"}
]
})Execute each domain sequentially with intermediate updates.
Confirm:
#### L1 Output
## Research Summary
### Findings
- [Key finding 1-3]
### Recommendations
[Brief recommendation]#### L2/L3 Output
## Research Summary
**Report Location**: `{file path}`
### Key Findings (≤10 points)
1. [Finding 1]
2. [Finding 2]
...
### Reuse Analysis
| Solution/Project | Strategy | Reason |
|------------------|----------|--------|
| {Name} | 🟢 Use Directly / 🟡 Adapt / 🔵 Reference / ⚪ Build Own | {Brief} |
### Recommended Solution
[Summary]
### PRD Framework Draft
**Recommended**: [From research]
**Core Features**: [From key findings]
**Technical Dependencies**: [From reuse analysis]
**Risk Items**: [From validation]
**To Clarify**: [From uncertainties]
### Next Steps
[Clear recommendation for next action]gh search repos, gh repo view commands| Feature | Claude Code | QoderWork (This Skill) |
|---|---|---|
| Execution | Sub-agents (parallel) | Single thread (serial) |
| Progress | Background execution | Real-time updates |
| Report | Agent writes to file | I write directly |
| Parallel | Multiple agents | Sequential phases |
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.