ワンクリックで
release-management
Standards for the QGIS plugin release process with quality validation.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Standards for the QGIS plugin release process with quality validation.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
This skill allows the agent to manage its own semantic memory, extracting lessons, patterns, and user preferences to improve long-term effectiveness.
Project coding standards, focused on the use of pathlib, Google docstrings, and strict typing.
Standards for handling drillhole data, section interpolation, and 3-level validation.
Standards for testing in a Dockerized environment and use of Mocks for QGIS.
Expert guide for QGIS 4.x migration and agnostic API usage
Standards for the custom SecInterp interface, focused on programmatic creation and premium aesthetics.
| name | release-management |
| description | Standards for the QGIS plugin release process with quality validation. |
| trigger | when preparing releases, updating versions, or using the /release-plugin workflow. |
Controls the plugin's version lifecycle, ensuring that each delivery meets the standards of the QGIS repository and the project.
metadata.txt or pyproject.toml./release-plugin workflow.uv run qgis-analyzer analyze . -o analysis_results
uv run qgis-analyzer security --deep .
README.md.[!IMPORTANT] FULL CHECKLIST OF DOCUMENTS TO UPDATE (each file in this order):
# File What to update 1 metadata.txtversion+changelog(escape%%)2 pyproject.tomlversion3 README.mdBadges: Version,Code Quality,QGIS Compliance,i18n, "What's New" section4 docs/CHANGELOG.mdMove [Unreleased]to[X.Y.Z]with date5 docs/docsec/CHANGELOG.mdSame for Spanish documentation 6 docs/releases/RELEASE_NOTES_vX.Y.Z.mdCreate new file with highlights 7 docs/DEVELOPMENT_LOG.mdAdd version closing entry 8 .agent/QUICK_REFERENCE.mdUpdate test count and metrics
metadata.txt (including changelog), pyproject.toml, and README.md.docs/CHANGELOG.md and docs/docsec/CHANGELOG.md strictly aligned with this standard.Added, Changed, Deprecated, Removed, Fixed, Security).docs/releases/RELEASE_NOTES_vX.Y.Z.md.make docker-test for an isolated environment.AI_CONTEXT.md via uv run ai-ctx analyze.chore(release): prepare vX.Y.Z.git tag -a vX.Y.Z -m "Release vX.Y.Z".git push origin main --tags.make package VERSION=main.dist/: No __pycache__, no test files.version, qgisMinimumVersion, and formatted changelog.version field must match exactly.# Release vX.Y.Z - [Title]
Highlights:
- **feat**: ...
- **fix**: ...
Published Artifacts: `sec_interp.X.Y.Z.zip`