ravenslight2010
Community@ravenslight2010
ravenslight2010 provides 26 quality-engineering skills for regression triage, Postgres schema changes, data healing, release gating, and CI security review.
Agent Skills by ravenslight2010
Showing 26 vetted skills indexed across 1 GitHub repositories.
test-gap-triage
Classifies bug reports into bounded regression test plans with specialist skill routing.
data-heal-playbook
Repairs poisoned database rows with one-time idempotent server-side heal transactions.
sync-invariant-check
Validates sync code changes against eight production-derived invariants before shipping.
error-handling
Design and review error handling for TypeScript APIs and React clients.
wrong-number-triage
Trace wrong on-screen values through form, profile, recipe, and spec-sheet data layers.
verify-before-commit
Validates repository changes with typecheck, lockfile sync, and CI gates before committing.
property-based-testing
Writes, reviews, and debugs property-based tests across Hypothesis, fast-check, proptest, and Echidna.
db-schema-change
Routes Postgres schema changes through additive migration, API contract sync, and typecheck guardrails.
customer-import-audit
Audits database state after importing a new customer's spec workbook.
import-bug-investigation
Diagnose Excel import bugs by tracing saved parses against landed profiles and pools.
spec-import-guard
Validates spec import pipeline changes through version checks, corpus tests, and AI round-trip harnesses.
state-accuracy-check
Verify timer, counter, and live-state accuracy after modifying auto-track and pause/resume logic.
api-design
Design and review HTTP API contracts with OpenAPI and generated-client synchronization.
writing-quality-editor
Compose, assess, revise, and adapt user-facing writing while preserving facts, quotations, and identifiers.
skill-creator
Create, evaluate, and iteratively improve Claude skills with benchmarked test runs.
release-checklist
Validates releases with typechecks, tests, workflow restarts, and go/no-go evidence reports.
production-go
Evaluate release evidence and issue a bounded GO or NO-GO production readiness decision.
brainstorming
Guides collaborative design exploration and produces approved spec documents before implementation.
external-skill-import
Review third-party agent skill archives for safety, licensing, and compatibility before installation.
schema-change-checklist
Guides adding database columns through Drizzle schema, OpenAPI, codegen, and API route updates.
rollback-recovery
Recovers missing behavior after rollbacks by auditing checkpoints and restoring features incrementally.
ci-security-review
Review CI/CD workflows for unsafe permissions, untrusted input, and secret exposure.
documentation-claim-review
Verify documentation claims against repository evidence and report claim-by-claim findings.
operational-browser-verification
Verify manager-facing operational workflows in a real browser with scoped fixtures and evidence reports.
Frequently Asked Questions About ravenslight2010
FAQPage SchemaWhat tasks can I accomplish with ravenslight2010's skills?▼
You can triage bug reports into bounded regression strategies, trace wrong displayed numbers, heal poisoned stored data, route Postgres schema changes safely, write property-based tests with Hypothesis or fast-check, audit Excel customer imports, review GitHub Actions security, and run pre-release GO/NO-GO verification gates.
Who are these skills designed for?▼
They target engineers maintaining a TypeScript API and React client with a Postgres/Drizzle backend — particularly those handling sync logic, live counters, spec-sheet imports, and release decisions. QA-minded developers and release owners benefit most from the triage, verification, and evidence-hygiene checklists.
How do the skills fit into a practical development routine?▼
Skills trigger contextually: verify-before-commit runs before any commit or push, db-schema-change activates on Drizzle table edits, sync-invariant-check fires on sync or SSE handler changes, and release-checklist plus production-go gate any publish. Each encodes ordered steps derived from real production incidents.
Are these skills free or open source?▼
The manifest specifies no licensing or pricing terms. The external-skill-import skill itself reviews third-party bundles for licensing, provenance, and ownership before installation, but no license is declared for ravenslight2010's own skills in the provided manifest.
What prerequisites or dependencies do these skills assume?▼
They assume the project's stack: a TypeScript HTTP API, React client, Postgres with Drizzle schema under lib/db/src/schema, SSE-based sync, Excel spec-import pipelines, and GitHub Actions CI. Property-based testing additionally references Hypothesis, fast-check, proptest, jqwik, and Echidna or Medusa for Solidity.