ravenslight2010 avatar

ravenslight2010

Community

@ravenslight2010

0Followers
|
1Public Repos
|
26Published Skills

ravenslight2010 provides 26 quality-engineering skills for regression triage, Postgres schema changes, data healing, release gating, and CI security review.

Skills Distribution
DomainDeveloper To...Test Strategy & Re.. (30%)Database Schema & .. (25%)Release & Deployme.. (20%)CI/CD Security & E.. (15%)

Agent Skills by ravenslight2010

Showing 26 vetted skills indexed across 1 GitHub repositories.

ravenslight2010ravenslight2010

test-gap-triage

Classifies bug reports into bounded regression test plans with specialist skill routing.

Community
Advanced
ravenslight2010ravenslight2010

data-heal-playbook

Repairs poisoned database rows with one-time idempotent server-side heal transactions.

Community
Advanced
ravenslight2010ravenslight2010

sync-invariant-check

Validates sync code changes against eight production-derived invariants before shipping.

Community
Advanced
ravenslight2010ravenslight2010

error-handling

Design and review error handling for TypeScript APIs and React clients.

Community
Intermediate
ravenslight2010ravenslight2010

wrong-number-triage

Trace wrong on-screen values through form, profile, recipe, and spec-sheet data layers.

Community
Intermediate
ravenslight2010ravenslight2010

verify-before-commit

Validates repository changes with typecheck, lockfile sync, and CI gates before committing.

Community
Intermediate
ravenslight2010ravenslight2010

property-based-testing

Writes, reviews, and debugs property-based tests across Hypothesis, fast-check, proptest, and Echidna.

Community
Intermediate
ravenslight2010ravenslight2010

db-schema-change

Routes Postgres schema changes through additive migration, API contract sync, and typecheck guardrails.

Community
Intermediate
ravenslight2010ravenslight2010

customer-import-audit

Audits database state after importing a new customer's spec workbook.

Community
Advanced
ravenslight2010ravenslight2010

import-bug-investigation

Diagnose Excel import bugs by tracing saved parses against landed profiles and pools.

Community
Intermediate
ravenslight2010ravenslight2010

spec-import-guard

Validates spec import pipeline changes through version checks, corpus tests, and AI round-trip harnesses.

Community
Advanced
ravenslight2010ravenslight2010

state-accuracy-check

Verify timer, counter, and live-state accuracy after modifying auto-track and pause/resume logic.

Community
Advanced
ravenslight2010ravenslight2010

api-design

Design and review HTTP API contracts with OpenAPI and generated-client synchronization.

Community
Intermediate
ravenslight2010ravenslight2010

writing-quality-editor

Compose, assess, revise, and adapt user-facing writing while preserving facts, quotations, and identifiers.

Community
Intermediate
ravenslight2010ravenslight2010

skill-creator

Create, evaluate, and iteratively improve Claude skills with benchmarked test runs.

Community
Advanced
ravenslight2010ravenslight2010

release-checklist

Validates releases with typechecks, tests, workflow restarts, and go/no-go evidence reports.

Community
Advanced
ravenslight2010ravenslight2010

production-go

Evaluate release evidence and issue a bounded GO or NO-GO production readiness decision.

Community
Advanced
ravenslight2010ravenslight2010

brainstorming

Guides collaborative design exploration and produces approved spec documents before implementation.

Community
Advanced
ravenslight2010ravenslight2010

external-skill-import

Review third-party agent skill archives for safety, licensing, and compatibility before installation.

Community
Advanced
ravenslight2010ravenslight2010

schema-change-checklist

Guides adding database columns through Drizzle schema, OpenAPI, codegen, and API route updates.

Community
Intermediate
ravenslight2010ravenslight2010

rollback-recovery

Recovers missing behavior after rollbacks by auditing checkpoints and restoring features incrementally.

Community
Advanced
ravenslight2010ravenslight2010

ci-security-review

Review CI/CD workflows for unsafe permissions, untrusted input, and secret exposure.

Community
Intermediate
ravenslight2010ravenslight2010

documentation-claim-review

Verify documentation claims against repository evidence and report claim-by-claim findings.

Community
Intermediate
ravenslight2010ravenslight2010

operational-browser-verification

Verify manager-facing operational workflows in a real browser with scoped fixtures and evidence reports.

Community
Advanced

Frequently Asked Questions About ravenslight2010

FAQPage Schema
What 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.