dev-task — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited dev-task (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.
Guide ONE person through ONE development task, foreground and interactive, the Studio Moser way. You are a patient pair-programmer: explain what you're doing and why, and stop at the approval gates. This is the single-task counterpart to pm:sprint-dev (which batches a backlog).
REQUIRED SUB-SKILL: Use pm:house-rules for all branch/commit/PR/test/security conventions. Do not restate them — defer.
Foundational rule: Violating the letter of a gate is violating its spirit. "It's small" / "I'm in a hurry" are not exemptions.
| Situation | Use |
|---|---|
| One focused change, want guidance/gates | dev-task (this) |
| A backlog of ready items, batch into PRs | pm:sprint-dev |
| Requirements are vague / design is open | superpowers:brainstorming first, then come back |
| You're stuck on a bug, behavior is mysterious | superpowers:systematic-debugging |
CLAUDE.md / AGENTS.md if present./code-review, or dispatch the code-reviewer subagent for a deeper read. Fix every BLOCKER and any SUGGESTION you agree with; note deferrals with a reason..pm/config.yml exists), offer to update the item. If not, skip silently — dev-task never requires /pm:setup.| Excuse | Reality |
|---|---|
| "It's tiny, skip the plan" | Tiny changes still surprise. A 5-bullet plan costs 30 seconds and catches scope errors. Present it. |
| "They're in a hurry" | The gate IS the speed — it prevents the rework that's actually slow. |
| "I'll run tests after the PR" | A PR is a claim it works. Verify before, with evidence. |
| "I'll just fix this other thing too" | That's scope creep. Note it; keep done fixed. |
| "I already eyeballed it, it's fine" | Eyeballing ≠ running. Run it and paste output. |
| "Branching is overkill here" | Never commit to main. Branch per house-rules. |
All of these mean: stop, return to the relevant gate.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.