All authors
Obsidian-Owl avatar

Claude Skills by Obsidian-Owl

github.com/Obsidian-Owl
23 skillsA× 230 installs3 views
Gate BuildA

Runs configured build and test commands in tiered order. Captures output as evidence per tier. Returns PASS, FAIL, WARN, or SKIP based on per-tier verdicts. Internal gate — invoked by verify, not directly by users.

developmentgobash
0
8
Gate SecurityA

Detects leaked secrets, injection patterns, and sensitive data exposure across changed files. Uses real tooling when configured, LLM judgment for analysis. Internal gate — invoked by verify.

developmentrustgo
0
8
Gate SemanticA

Tiered semantic analysis of changed code (rg → ast-grep → OpenGrep). Detects error-path bugs structural gates miss. Findings default to WARN. Internal — invoked by verify.

developmentgobash
0
8
Gate SpecA

Maps every acceptance criterion from the spec to implementation evidence and test evidence. Criteria without evidence fail. The ultimate quality gate. Internal — invoked by verify.

developmentgobash
0
8
Gate TestsA

Audits test quality — assertion strength, boundary coverage, mock discipline, error path testing. Delegates to the tester agent for adversarial analysis. Internal gate — invoked by verify.

developmentgobash
0
8
Gate WiringA

Detects unused exports, orphaned files, architecture layer violations, and circular dependencies across changed files. Delegates to architect agent for structural analysis. Internal gate — invoked by verify.

developmentgobash
0
8
Sw AdoptA

Explicitly adopt an existing work into the current worktree after validating live ownership, stale sessions, and branch consistency.

developmentgobash
0
8
Sw AuditA

Periodic codebase health check. Analyzes architecture, complexity, consistency, and debt across the full codebase. Produces persistent findings in AUDIT.md.

developmentgo
0
8
Sw BuildA

TDD implementation of one work unit. Delegates test writing to the tester agent and implementation to the executor agent. Commits per task.

developmentgobash
0
8
Sw DebugA

Investigation-first debugging workflow. Scopes the problem, delegates root cause analysis, produces a diagnosis report, and applies fix/log/defer autonomously.

developmentgobash
0
8
Sw DesignA

Autonomous solution architecture. Researches the codebase, designs a solution, challenges it adversarially, and produces design artifacts.

developmentgobash
0
8
Sw DoctorA

Specwright health check. Validates shared config, anchor docs, workflow and session state, commands, gates, and hooks. May backfill shipped PR metadata when it can prove the mapping safely.

developmentgobash
0
8
Sw GuardA

Detects project stack and existing guardrails, then interactively configures deterministic quality checks across session, commit, push, and CI/CD layers.

developmentgobash
0
8
Sw InitA

Initializes Specwright in a project. Detects stack, asks about practices, creates constitution and charter, configures quality gates and hooks.

developmentgobash
0
8
Sw LearnA

Captures patterns and learnings from the current work unit. Reviews build failures, gate findings, and architecture decisions. Applies objective promotion criteria autonomously — patterns.md is the artifact.

developmentgobash
0
8
Sw PivotA

Research-backed rebaselining. Revises design, plan, or in-progress work while preserving completed scope and approval lineage.

developmentgobash
0
8
Sw PlanA

Breaks a design into work units with testable specs. Reads design artifacts from sw-design and produces implementation-ready plans.

developmentgobash
0
8
Sw ResearchA

Deep outward-facing research. Investigates external documentation, APIs, industry patterns, and best practices. Produces validated research briefs.

developmentgoapi
0
8
Sw ReviewA

Fetches and displays PR review comments from GitHub, grouped by priority, and allows the user to reply to or resolve individual threads.

developmentgobash
0
8
Sw ShipA

Ships the current work unit. Verifies all gates passed, creates a PR with evidence-mapped body, updates workflow state to shipped.

developmentgobash
0
8
Sw StatusA

Shows current Specwright state for this worktree, the attached work, repo-wide active works, gate results, and lock status. Supports --reset, --cleanup, and --repair {unitId}.

developmentgobash
0
8
Sw SyncA

Syncs the local repository by fetching all remotes, updating the base branch, and removing stale local branches that are not protected by live sessions or helper worktrees.

developmentgoshell
0
8
Sw VerifyA

Orchestrates quality gates for the current work unit. Runs enabled gates in dependency order, produces an aggregate evidence report with gate handoff.

developmentgobash
0
8