Skip to content

Releases: motao123/dev-workflow-kit

Release list

v1.1.0

Choose a tag to compare

@motao123 motao123 released this 13 Jun 15:43

v1.1.0 adds the v6 skill batch: post-incident learning, cost discipline, and runtime data trust.

完整版本历史见 CHANGELOG.md.

Highlights

  • 3 new skills, total now 21
  • v6 fills gaps the previous batches did not own: post-mitigation retrospectives, infra/runtime cost regressions, and runtime data quality

Added

v6: Postmortem / cost / data quality

  • release-incident-postmortem — structured retrospective after an incident has been mitigated
  • cost-impact-review — review of how a change affects infra and per-request cost
  • data-quality-audit — runtime data correctness, freshness, completeness, and integrity

Changed

  • Skill count bumped to 21 in README badge, hero bullet, and roadmap
  • Root router (SKILL.md) extended with 3 new sections, tie-breakers, handoff rules, coordination patterns, and invocation examples
  • references/skill-catalog.md and references/design-notes.md updated with v6 rationale
  • Root evals/evals.json extended with v6 trigger prompts

Compare

v1.0.0...v1.1.0

v1.0.0

Choose a tag to compare

@motao123 motao123 released this 13 Jun 15:27

First public release of dev-workflow-kit — a standalone collection of 18 software-delivery workflow skills for Claude Code / Codex / compatible agents.

完整版本历史见 CHANGELOG.md.

Highlights

  • 18 skills covering planning, debugging, CI, review, security, rollout, docs, and delivery analysis
  • Standalone: no external skill naming dependency
  • Every skill ships with SKILL.md, README.md, evals/evals.json, references/examples.md
  • Public OSS readiness: README homepage, badges, TOC, lifecycle map, examples
  • Community files: CONTRIBUTING, SECURITY, CODE_OF_CONDUCT, SUPPORT
  • .github/ issue forms + PR template
  • Minimum reliable CI validating JSON and per-skill structure

Skills included

Base lifecycle (v1)

planning · systematic-debugging · fix-ci · review-address-comments · browser-verification · security-review · ship-readiness · docs-writer

Refactor / incident / dependency (v2)

architecture-refactor-guidance · incident-observability-triage · dependency-compliance-audit

Impact / rollout / contract (v3)

change-impact-analysis · release-rollout-strategy · api-contract-compatibility-review

Test strategy / performance / environment config (v4)

test-strategy-gap-review · performance-investigation · environment-config-audit

Data migration safety (v5)

data-migration-safety-review

Install

```text
~/.codex/skills/dev-workflow-kit
```

See the README and CONTRIBUTING.md for full details.