Skip to content

Commit 6b84edd

Browse files
committed
chore(release): v0.8.0
Assisted-by: claude-code:claude-fable-5 Agent-Session: https://claude.ai/code/session_019wx8ueHuqUidp5yybDQ2CN Agent-Host: 0493f0 Signed-off-by: Sebastian Mendel <info@sebastianmendel.de>
1 parent 05c39b9 commit 6b84edd

4 files changed

Lines changed: 11 additions & 5 deletions

File tree

.claude-plugin/plugin.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "peer-qa-review",
3-
"version": "0.7.0",
3+
"version": "0.8.0",
44
"description": "Round-1 IT QA runbook: peer review of completed work before customer acceptance or internal close. Lifecycle, checklist, severity vocabulary, comment template, edge cases, anti-patterns. Generic for any IT/Ops team.",
5-
"repository": "https://github.com/netresearch/peer-qa-review-skill",
6-
"license": "(MIT AND CC-BY-SA-4.0)",
75
"author": {
86
"name": "Netresearch DTT GmbH",
97
"url": "https://www.netresearch.de"
108
},
9+
"repository": "https://github.com/netresearch/peer-qa-review-skill",
10+
"license": "(MIT AND CC-BY-SA-4.0)",
1111
"skills": [
1212
"./skills/peer-qa-review"
1313
]

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.8.0] - 2026-08-27
11+
12+
### Added
13+
14+
- Reviewer-owned batch QA with sub-agents (`references/batch-review.md`)
15+
1016
## [0.7.0] - 2026-08-08
1117

1218
### Added

plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
33
"name": "peer-qa-review",
4-
"version": "0.7.0",
4+
"version": "0.8.0",
55
"description": "Round-1 IT QA runbook: peer review of completed work before customer acceptance or internal close. Lifecycle, checklist, severity vocabulary, comment template, edge cases, anti-patterns. Generic for any IT/Ops team.",
66
"author": {
77
"name": "Netresearch DTT GmbH",

skills/peer-qa-review/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ license: "(MIT AND CC-BY-SA-4.0). See LICENSE-MIT and LICENSE-CC-BY-SA-4.0"
55
compatibility: "Requires a ticket system (Jira tested) and shell access. Companion: jira-communication skill."
66
metadata:
77
author: Netresearch DTT GmbH
8-
version: "0.7.0"
8+
version: "0.8.0"
99
repository: https://github.com/netresearch/peer-qa-review-skill
1010
allowed-tools: Bash Read Write Edit
1111
---

0 commit comments

Comments
 (0)