ymd38

10 mods across 1 repository, 3 stars between them.

yds-data-validation

01

ymd38/dev-skills

Skill Claude CodeCodex

Inspect a project's data for correctness and produce a read-only validation report — record counts, NULL rates, value distribution, uniqueness, referential integrity, format validity, and sampled evidence rows. Data is read only from the project's own test fixtures/seed data or from an explicitly configured…

3 4d ago A 158 tokens original MIT

ymd38/dev-skills

Skill Claude CodeCodex

Turn a rough, hand-written intent into a well-scoped GitHub Issue before planning starts. Takes a loose 'what I want' from the user, proposes the missing structure (Done definition, Out of scope, Design constraints), gets the user's approval, and creates the Issue via the gh CLI with a scoped-issue marker so…

3 4d ago A 227 tokens original MIT

ymd38/dev-skills

Skill Claude CodeCodex

Fetch a GitHub Issue by ID using the gh CLI, investigate related code, propose a structured response plan (policy, impact scope, implementation steps), and post the agreed plan as a comment on the issue. Implementation/PR creation is out of scope — use yds-gh-issue-resolver for that. Use when the user provides a…

3 4d ago A 144 tokens original MIT

ymd38/dev-skills

Skill Claude CodeCodex

Implement and verify a fix for a GitHub Issue whose response plan has already been posted as a comment by yds-gh-issue-planner. Creates a feature branch, applies the agreed plan, runs tests, and opens a Pull Request. Use when the user asks to implement/fix/resolve a planned GitHub Issue. Triggers include requests such…

3 4d ago A 143 tokens original MIT

ymd38/dev-skills

Skill Claude CodeCodex

Generate an interactive HTML dashboard that visualizes improvement progress from yds-software-evaluation and yds-vulnerability-scan reports over time. Reads JSON summary files from docs/evaluation/ and docs/security-audit/, then produces a single self-contained HTML file with charts and trend analysis. Triggers on…

3 4d ago A 96 tokens original MIT

ymd38/dev-skills

Skill Claude CodeCodex

Parses reports generated by the yds-software-evaluation or yds-vulnerability-scan skills and interactively registers selected tasks as GitHub Issues using the gh CLI. Use when the user wants to convert an evaluation report (docs/evaluation/.md) or security audit report (docs/security-audit/.md) into GitHub Issues.…

3 4d ago A 112 tokens original MIT

yds-setup

07

ymd38/dev-skills

Skill Claude CodeCodex

Install the full dev-skills harness into the current project through a short interview: CLAUDE.md, hooks, .claude/settings.json, rules, and skill wiring. Asks — never auto-detects — the languages (Go / Python / TypeScript / JavaScript) and commands, then writes files only after an approved summary. Use when the user…

3 4d ago C 161 tokens original MIT

ymd38/dev-skills

Skill Claude CodeCodex

Evaluate code quality across five pillars (Architecture, Reliability, Observability, Security, DX) and produce a 1-10 scorecard with a strategic improvement roadmap. Use when you want a comprehensive quality review of a directory or module. Triggers on requests like "evaluate code quality", "review architecture"…

3 4d ago A 102 tokens original MIT

yds-spec-doc

09

ymd38/dev-skills

Skill Claude CodeCodex

Generate or sync a "Living Specification" (docs/spec.md) from source code to eliminate doc-code drift. Use when creating, updating, or reviewing architecture documentation for a directory or module. Triggers on requests like "generate spec", "create spec.md", "sync documentation", "update architecture docs"…

3 4d ago A 82 tokens original MIT

ymd38/dev-skills

Skill Claude CodeCodex

Run an offensive security audit (OWASP-based) using Semgrep and produce a read-only vulnerability report. Use before committing code to detect Broken Access Control, Injection (SQL/NoSQL/OS/Template), Frontend Security issues (XSS/CSP/HSTS), SSRF, and hardcoded secrets or PII exposure. Triggers on requests like…

3 4d ago A 127 tokens original MIT