docs(changelog): Add v8.8.0 release notes

Document the 8.8.0 release scope for the merged PR batch so the automated release workflow can publish the matching GitHub release notes.
This commit is contained in:
sickn33
2026-03-24 17:20:45 +01:00
parent 668415ecf1
commit 8019a30261

View File

@@ -9,6 +9,44 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [8.8.0] - 2026-03-24 - "Review Automation and Research Expansion"
> Installable skill library update for Claude Code, Cursor, Codex CLI, Gemini CLI, Antigravity, and related AI coding assistants.
Start here:
- Install: `npx antigravity-awesome-skills`
- Choose your tool: [README -> Choose Your Tool](https://github.com/sickn33/antigravity-awesome-skills#choose-your-tool)
- Best skills by tool: [README -> Best Skills By Tool](https://github.com/sickn33/antigravity-awesome-skills#best-skills-by-tool)
- Bundles: [docs/users/bundles.md](https://github.com/sickn33/antigravity-awesome-skills/blob/main/docs/users/bundles.md)
- Workflows: [docs/users/workflows.md](https://github.com/sickn33/antigravity-awesome-skills/blob/main/docs/users/workflows.md)
This release packages the post-`v8.7.1` merge batch: two new community skills and a maintainer workflow upgrade that expands pull request review into review-and-optimize flows. It also refreshes generated catalog metadata, contributor sync, and tracked web assets so `main` stays aligned at `1,311+` indexed skills.
## New Skills
- **aegisops-ai** - governance-oriented SDLC audits for Linux kernel memory safety, Terraform cost drift, and Kubernetes policy hardening (PR #390)
- **xvary-stock-research** - thesis-driven equity analysis using public SEC EDGAR data, market snapshots, scoring, and comparison playbooks (PR #389)
## Improvements
- **Skill review automation**: Upgraded the PR review workflow to `skill-review-and-optimize` and added `/apply-optimize` automation so maintainers can apply accepted optimization suggestions directly from PR comments (PR #393).
- **Release and registry sync**: Refreshed README/catalog metadata, contributor sync, and tracked web assets after the merge batch so release artifacts and docs stay aligned with the current registry state.
## Who should care
- **Claude Code and Cursor users** get two new high-leverage skills for governance audits and public-market research workflows.
- **Codex CLI and Gemini CLI users** benefit from the same new skills plus richer PR review automation when contributing `SKILL.md` changes back to the repository.
- **Maintainers** get a faster path from automated review comments to applied PR optimizations without leaving GitHub.
## Credits
- **[@Champbreed](https://github.com/Champbreed)** for the new `aegisops-ai` skill in PR #390
- **[@SenSei2121](https://github.com/SenSei2121)** for the new `xvary-stock-research` skill in PR #389
- **[@fernandezbaptiste](https://github.com/fernandezbaptiste)** for the review workflow upgrade in PR #393
Upgrade now: `git pull origin main` to fetch the latest skills.
## [8.7.1] - 2026-03-23 - "Release Pipeline Repair"
> Patch release to restore npm publication after the `v8.7.0` GitHub Release failed before reaching the npm registry.