magpie-release-audit-report

Solid

Assemble a per-release audit record from lifecycle artefacts (planning issue, vote thread, artefact list, promote revision, and announcement URL) and propose a PR appending it to the project's audit log. Read-only on every release surface; the only write is a PR the RM reviews and a committer merges.

Data & Documents 83 stars 78 forks Updated yesterday Apache-2.0

Install

View on GitHub

Quality Score: 84/100

Stars 20%
64
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

<!-- SPDX-License-Identifier: Apache-2.0 https://www.apache.org/licenses/LICENSE-2.0 --> <!-- Placeholder convention (see ../../AGENTS.md#placeholder-convention-used-in-skill-files): <project-config> → adopter's project-config directory path <upstream> → adopter's public source repo (e.g. apache/airflow) <project> → project distribution name (e.g. airflow) <product_name> → human-readable product name (e.g. Apache Airflow) <version> → release version string (e.g. 2.11.0) <audit-log-path> → path under the adopter repo for audit records <vote-thread-url> → archive URL of the [VOTE] mailing-list thread <result-thread-url> → archive URL of the [RESULT] [VOTE] reply <promote-revision> → SVN revision (or backend equivalent) of the promote step <announce-archive-url> → archive URL of the [ANNOUNCE] mailing-list post Substitute these with concrete values from the adopting project's <project-config>/release-management-config.md before running any command below. --> # release-audit-report This skill assembles a structured per-release record and proposes a PR that appends it to the project's audit log. It is Step 13 of the [release-management lifecycle](../../docs/release-management/process.md). The skill is **read-only on every release surface** — it reads the planning issue, vote-thread archive, artefact list, promote metadata, and an...

Details

Author
apache
Repository
apache/magpie
Created
3 months ago
Last Updated
yesterday
Language
Python
License
Apache-2.0

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

magpie-release-prepare

Draft release preparation artefacts for `<upstream>`: the planning issue, the version-bump and changelog prep PR, or the post-release development-version bump PR. Reads release metadata from `<project-config>/release-trains.md` and `<project-config>/release-management-config.md`. Every output is a draft confirmed by the Release Manager before filing; the agent never marks a PR ready, never merges, and never closes any artefact.

83 Updated yesterday
apache
AI & Automation Solid

magpie-release-verify-rc

Read-only pre-flight verification of a staged release candidate (RC) for `<upstream>`. Checks artefact integrity (GPG signatures and checksums), Apache RAT licence headers, NOTICE/LICENSE completeness, prohibited-binary absence (including `.pyc` / `__pycache__`), source-tree integrity (no dangling symlinks or broken internal references), and version-string consistency. Emits a structured PASS / PASS-WITH-WARNINGS / FAIL report. Makes no state change; a `--post-to <planning-issue>` flag proposes a comment for explicit RM confirmation before any posting.

83 Updated yesterday
apache
AI & Automation Listed

release-audit

Release & supply-chain readiness audit: gathers evidence from real workflows, manifests, and repo settings, compares against a gold-standard reference stack, has an adversarial subagent try to refute the draft, and returns a prioritized action plan (P1–P3) whose fixes are delegated to the sibling setup skills. Use when asked to audit release automation, publishing security, CI or supply-chain maturity, or whether a repo is ready to release. For a whole-repo health check (docs, tests, code quality) use maturity-analysis instead.

0 Updated today
emaarco