一键导入
package-guidelines-audit
Audits a Django/Wagtail package against the official Wagtail package maintenance guidelines
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Audits a Django/Wagtail package against the official Wagtail package maintenance guidelines
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Creates a new Wagtail/Django package from the cookiecutter-wagtail-package template
Updates an existing Wagtail/Django package to align with the latest cookiecutter-wagtail-package template
Keeps a Django/Wagtail project current with dependency updates by assessing current setup, applying safe package updates, and delivering a thorough upgrade report
基于 SOC 职业分类
| name | package-guidelines-audit |
| description | Audits a Django/Wagtail package against the official Wagtail package maintenance guidelines |
| license | MIT |
Comprehensive audit of a Wagtail (or Django) package against the Wagtail package maintenance guidelines. Produces a structured report with findings, effort/impact ratings, and recommended actions.
To detect from the context or request from the user if unclear:
Always fetch the latest guidelines from the official source:
Combine with authoritative sources for version and support information:
Use the project's own metadata and configuration as the primary source of truth for what the package currently does.
The audit report should be thorough, structured, and actionable.
Understand the project before evaluating it. Read key configuration and documentation files to build a picture of what the package does and how it is maintained: package metadata, README, changelog, contributing guide, license, CI workflows, test configuration, linting and formatting tools, demo project, frontend tooling, Python version pinning, dependency management automation.
Report a summary of the project setup to the user before proceeding with the audit.
Fetch current information from the authoritative sources listed above so findings are based on up-to-date data, not training knowledge. Note the current date and use it to determine EOL status of any version.
Work through each section of the fetched guidelines in sequence. For every recommendation in the guidelines:
Report indicators of your progress to the user over time, rather than waiting for the full report.
Compile all findings into the report format below.
# Package guidelines audit: {package name}
Audited on {date} against the [Wagtail package maintenance guidelines](https://wagtail.org/package-guidelines/).
## Executive summary
{1-3 paragraphs: what was audited, methodology, high-level findings. How many findings total, how many require action, overall compliance.}
## Audit findings
{For each section of the guidelines, create a subsection (##) with the same title.
Within each subsection, add findings as sub-subsections (###):}
### {Finding title} {checkmark or cross emoji}
Effort: {XS/S/M/L/XL} | Impact: {XS/S/M/L/XL}
{Concise description. What the guideline expects, what the project does, what action to take (if any). Link to relevant sources.}
## Recommended actions
The top 10 findings ranked by impact relative to effort:
| # | Finding | Effort | Impact | Section |
|---|---------|--------|--------|---------|
| 1 | {title} | {XS-XL} | {XS-XL} | {section} |