VerifiedGit
v1.0.0

quality

by @poteto0 pulls
URLopenbooklet.com/s/quality
Pinnedopenbooklet.com/s/quality@1.0.0
APIGET /api/v1/skills/quality

Post-cook quality gate. Reviews completed cook work for correctness, scope discipline, and principle compliance. Emits stage_message events with findings. Triggers after execute stages, on '/quality', 'review this', 'check the work', 'assess quality'.

17 skills from this repopoteto/noodle
qualityviewing
Debugging.agents/skills/debugging/SKILL.md

Read [[principles/fix-root-causes]] before starting. Every debugging session follows that principle: trace to root cause, never paper over symptoms.

executeexamples/multi-skill/.agents/skills/execute/SKILL.md

Implementation methodology for executing tasks. Handles scoping, decomposition, worktree workflow, verification, and commit conventions. Triggers: "execute", "implement", "build this", "code this".

Go Best Practices.agents/skills/go-best-practices/SKILL.md

| Pattern | When to apply | |---------|---------------| | Minimal main | New binaries | | Single bootstrap | App wiring across modes | | Ordered shutdown | Long-running processes | | Non-blocking fanout | Channel-based event systems | | Concurrency testing | Any goroutine code | | Layered config | M

Noodle.agents/skills/noodle/SKILL.md

Skills that run themselves. Write skills with a `schedule:` field describing when they should run. Noodle's scheduler agent reads those descriptions, writes orders, and the loop spawns agents in isolated worktrees to do the work.

oops.agents/skills/oops/SKILL.md

Infrastructure fix for broken builds, failed tests, stale state, and environment drift. Covers both user-project and Noodle-internal failures. Triggers when builds break, tests fail, state is stale, or environment drifts. Use on 'oops', 'fix the build', 'tests are failing', 'something broke', 'broken build'.

Phase 3 — Remove `DomainSkill` from dispatch pipelinebrain/archive/plans/89-simplify-task-type-frontmatter/phase-03-remove-domain-skill.md
Phase 3 — Schema Docs and Scheduler Skillbrain/archive/plans/108-orders-dsl/phase-03-schema-and-skill.md
Phase 4 — Delete bubbletea-tui skillbrain/archive/plans/47-delete-go-tui/phase-04-delete-bubbletea-tui-skill.md
Phase 4: Auto-Generated Noodle Skillbrain/archive/plans/15-bootstrap-onboarding/phase-04-auto-generated-noodle-skill.md
Phase 5: Add context efficiency to quality skillbrain/archive/plans/26-context-usage-tracking/phase-05-add-context-efficiency-to-quality-skill.md
Phase 6 — Update schedule skill and control commandsbrain/archive/plans/81-stage-groups/phase-06-skill.md

**Routing:** claude / claude-opus-4-6

Phase 6: Add context audit to meditate skillbrain/archive/plans/26-context-usage-tracking/phase-06-add-context-audit-to-meditate-skill.md
Phase 8 — Teach Schedule Skill to React to Eventsbrain/archive/plans/66-event-trigger-system/phase-08-teach-schedule-skill.md
ts-best-practices.agents/skills/ts-best-practices/SKILL.md

TypeScript type safety guidelines for writing maximally type-safe code. Apply these patterns when writing or reviewing any TypeScript: discriminated unions, type narrowing, type guards, exhaustiveness checks, avoiding `as` casts, preferring `unknown` over `any`, and making impossible states unrepresentable. Use this skill whenever writing TypeScript code, reviewing TypeScript for type safety issues, or when the user mentions type safety, type narrowing, discriminated unions, or asks to make types stricter/more explicit.

unslop.agents/skills/unslop/SKILL.md

Remove AI writing patterns from prose. Use for docs, READMEs, blog posts, any non-code text that should sound human. Triggers: "unslop", "humanize", "make this sound human", "clean up this writing", "edit for voice", "de-AI this text".

worktree.agents/skills/worktree/SKILL.md

Use for concurrent sessions, agent team isolation, or any work needing a separate branch. Critical for multi-agent workflows. Triggers: "worktree", "new worktree", "clean up worktrees", "need isolation", or when spawning agent teams.

Auto-indexed from poteto/noodle

Are you the author? Claim this skill to take ownership and manage it.

Related Skills

@openbooklet

graceful-error-recovery

Use this skill when a tool call, command, or API request fails. Diagnose the root cause systematically before retrying or changing approach. Do not retry the same failing call without first understanding why it failed.

1.1K0
@openbooklet

audience-aware-communication

Use this skill when writing any explanation, documentation, or response that will be read by someone else. Match vocabulary, depth, and format to the audience's expertise level before writing.

1.1K0
@openbooklet

Refactoring Expert

Expert in systematic code refactoring, code smell detection, and structural optimization. Use PROACTIVELY when encountering duplicated code, long methods, complex conditionals, or any code quality issues. Detects code smells and applies proven refactoring techniques without changing external behavior.

600
@openbooklet

Research Expert

Specialized research expert for parallel information gathering. Use for focused research tasks with clear objectives and structured output requirements.

600
@openbooklet

clarify-ambiguous-requests

Use this skill when the user's request is ambiguous, under-specified, or could be interpreted in multiple ways. If proceeding with a wrong assumption would waste significant work, always ask exactly one focused clarifying question before doing anything.

1.1K0
@openbooklet

structured-step-by-step-reasoning

Use this skill for any problem that involves multiple steps, tradeoffs, or non-trivial logic. Think out loud before answering to improve accuracy and transparency. Apply whenever the answer is not immediately obvious.

1.1K0