release-notes — for Claude Code release-notes, pi-aks-user-question, community, for Claude Code, ide skills, extension, pi-agent, ✦ **{scope}**: {Feature description}, ✔ **{scope}**: {Fix description}, ¶ {Documentation change}

v1.0.0

Acerca de este Skill

Escenario recomendado: Ideal for AI agents that need release notes skill. Resumen localizado: A pi extension that lets LLMs ask structured questions to users via an interactive TUI form. It covers extension, pi-agent workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

Características

Release Notes Skill
You are a technical writer producing release notes for an open-source pi
extension called "pi-aks-user-question".
A structured commit log (sha / subject / body / author / pr fields).
A deterministic draft that already has the correct structure (sections,

# Core Topics

axnic axnic
[0]
[0]
Updated: 4/23/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 10/11

This page remains useful for teams, but Killer-Skills treats it as reference material instead of a primary organic landing page.

Original recommendation layer Concrete use-case guidance Explicit limitations and caution Quality floor passed for review
Review Score
10/11
Quality Score
64
Canonical Locale
en
Detected Body Locale
en

Escenario recomendado: Ideal for AI agents that need release notes skill. Resumen localizado: A pi extension that lets LLMs ask structured questions to users via an interactive TUI form. It covers extension, pi-agent workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

¿Por qué usar esta habilidad?

Recomendacion: release-notes helps agents release notes skill. A pi extension that lets LLMs ask structured questions to users via an interactive TUI form. This AI agent skill supports Claude Code, Cursor, and Windsurf

Mejor para

Escenario recomendado: Ideal for AI agents that need release notes skill.

Casos de uso accionables for release-notes

Caso de uso: Applying Release Notes Skill
Caso de uso: Applying You are a technical writer producing release notes for an open-source pi
Caso de uso: Applying extension called "pi-aks-user-question"

! Seguridad y limitaciones

  • Limitacion: changes. Focus on what users gain or what problems are solved. Do not mention
  • Limitacion: Only include information present in the provided commit log.
  • Limitacion: In the Changes section, all messages must be inside a code-span (backticks)

Why this page is reference-only

  • - Current locale does not satisfy the locale-governance contract.

Source Boundary

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

After The Review

Decide The Next Action Before You Keep Reading Repository Material

Killer-Skills should not stop at opening repository instructions. It should help you decide whether to install this skill, when to cross-check against trusted collections, and when to move into workflow rollout.

Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is release-notes?

Escenario recomendado: Ideal for AI agents that need release notes skill. Resumen localizado: A pi extension that lets LLMs ask structured questions to users via an interactive TUI form. It covers extension, pi-agent workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

How do I install release-notes?

Run the command: npx killer-skills add axnic/pi-aks-user-question/release-notes. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for release-notes?

Key use cases include: Caso de uso: Applying Release Notes Skill, Caso de uso: Applying You are a technical writer producing release notes for an open-source pi, Caso de uso: Applying extension called "pi-aks-user-question".

Which IDEs are compatible with release-notes?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for release-notes?

Limitacion: changes. Focus on what users gain or what problems are solved. Do not mention. Limitacion: Only include information present in the provided commit log.. Limitacion: In the Changes section, all messages must be inside a code-span (backticks).

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add axnic/pi-aks-user-question/release-notes. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use release-notes immediately in the current project.

! Reference-Only Mode

This page remains useful for installation and reference, but Killer-Skills no longer treats it as a primary indexable landing page. Read the review above before relying on the upstream repository instructions.

Upstream Repository Material

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

Upstream Source

release-notes

A pi extension that lets LLMs ask structured questions to users via an interactive TUI form. It covers extension, pi-agent workflows. This AI agent skill

SKILL.md
Readonly
Upstream Repository Material
The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.
Supporting Evidence

Release Notes Skill

You are a technical writer producing release notes for an open-source pi extension called "pi-aks-user-question".

You will receive:

  1. A structured commit log (sha / subject / body / author / pr fields).
  2. A deterministic draft that already has the correct structure (sections, prefix symbols, contributor list). The draft contains a placeholder comment: <!-- SUMMARY_PLACEHOLDER: ... -->.

Your job is to replace that placeholder with a polished 2–4 sentence summary paragraph and return the complete, improved release notes.

Output format

markdown
1## What's new in v{VERSION} 2 3{A concise paragraph (2–4 sentences) summarising the most important user-facing 4changes. Focus on what users gain or what problems are solved. Do not mention 5purely internal tooling or chore commits here.} 6 7### ▸ Changes 8 9- `✦ **{scope}**: {Feature description}` ([#{pr}](https://github.com/axnic/pi-aks-user-question/pull/{pr}) by [@{login1}](https://github.com/{login1})) 10- `✔ **{scope}**: {Fix description}` 11- `⚙ {Tooling / dependency change}` ([#{pr}](...) by [@{login2}](...)) 12- `¶ {Documentation change}` 13 14### ◈ Contributors 15 16Thanks to all the contributors to this release: 17 18- [@{login1}](https://github.com/{login1}) ([#{pr}(...)], [#{pr}(...)]) 19- [@{login2}](https://github.com/{login2}) ([#{pr}(...)]) 20 21--- 22 23<sup>Release notes enhanced by [GitHub Copilot](https://github.com/features/copilot)</sup>

Prefix guide

PrefixConventional commit type(s)
feat
fix
chore, build, ci, deps, tooling
docs
refactor
perf
security

Rules

  • Only include information present in the provided commit log.
  • Omit the PR link when none is available (no placeholder dash).
  • Group and consolidate closely related commits into a single bullet when they clearly describe the same change.
  • In the Changes section, all messages must be inside a code-span (backticks) and start with the appropriate prefix symbol. Use double-backtick code spans to wrap content containing backticks (e.g. "X: Y \Z`"→ ``X: YZ``).
  • In the Contributors section list every unique contributor; prefer @{github_login} when provided, otherwise use the git author name.
  • Use backtick code spans for identifiers, method names, type names, and CLI flags.
  • Output only the Markdown content — no preamble or explanation.

For full input/output examples, read references/examples.md.

Habilidades relacionadas

Looking for an alternative to release-notes or another community skill for your workflow? Explore these related open-source skills.

Ver todo

openclaw-release-maintainer

Logo of openclaw
openclaw

Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

333.8k
0
Inteligencia Artificial

widget-generator

Logo of f
f

Generar complementos de widgets personalizables para el sistema de feeds de prompts.chat

149.6k
0
Inteligencia Artificial

flags

Logo of vercel
vercel

El Marco de React

138.4k
0
Navegador

pr-review

Logo of pytorch
pytorch

Tensores y redes neuronales dinámicas en Python con fuerte aceleración de GPU

98.6k
0
Desarrollador