map-release
FeaturedExecute the mapify-cli package release workflow with validation gates and PyPI publication. Use when shipping a new MAP Framework release. Do NOT use for ordinary feature work; use map-efficient.
Install
Quality Score: 93/100
Skill Content
Details
- Author
- azalio
- Repository
- azalio/map-framework
- Created
- 11 months ago
- Last Updated
- today
- Language
- Python
- License
- MIT
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
map-check
Quality gates and verification for MAP workflow
map-fast
Minimal workflow for small, low-risk changes — no planning, no learning
map-auto
Single-entry autonomous autopilot: routes a task through the existing MAP workflows via `route_task`, then drives the selected chain (map-plan -> map-efficient -> map-check -> map-review, as routed) end-to-end to a committed feature branch in one session, auto-approving routine workflow-control holds and hard-stopping on dangerous_action/safety_guardrail holds. Use when you want the whole pipeline to run unattended from a single task description, without babysitting phase-by-phase invocation. Do NOT use when you want to review or edit the plan before execution (run /map-plan then /map-efficient yourself instead), when the task is trivial (use /map-fast directly), or when you need a PR opened or merged -- the autopilot always stops at a committed branch and never creates or merges a PR.