akg-issue

Generate AKG-compatible issue markdown and JSON metadata from user input.

258|48|Updated Jun 22, 2020
One-click install
npx skills add https://github.com/mindspore-ai/akg --skill akg-issue
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: akg-issue
Source: https://github.com/mindspore-ai/akg/tree/main/akg_agents/.opencode/skills/akg-issue
Command: npx skills add https://github.com/mindspore-ai/akg --skill akg-issue

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

AKG teams often struggle to craft standardized Issue descriptions that conform to project guidelines and templates. This Skill automates the creation of AKG-compatible Issue markdown and JSON metadata, ensuring consistency across Bug Report, RFC, and Task tracks.

Core Features & Use Cases

  • Generate AKG Issue markdown (.md) and metadata (.json) based on user input.
  • Support two modes: user-described and diff-based generation, with output saved to .tmp/issue.
  • Validate issues against the repository's conventions and offer ready-to-submit formats to major platforms.

Use Case: A maintainer wants to file a bug fix or RFC quickly with standardized headings and templates.

Quick Start

Describe the issue in natural language and let the tool generate the .md and .json files under .tmp/issue for review.

Frequently Asked Questions about akg-issue

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create standardized AKG issue descriptions for Bug Reports and RFCs?

AKG issue creation validates your markdown and JSON metadata against repository conventions before submission. It enforces YAML frontmatter with name and description fields, ensuring standardized issue formatting across platforms.

Can I generate issue markdown for multiple platforms like GitCode, Gitee, and GitHub?

AKG issue generation supports two modes: user-described natural language input and diff-based generation. Both modes output standardized markdown and JSON metadata files to the .tmp/issue directory for contributor review.

What validation does AKG issue markdown go through before submission?

AKG issue generation automates the creation of standardized issue markdown and JSON metadata for project planning and contributor workflows. It ensures consistency across Bug Report, RFC, and Task tracks by applying embedded templates.

How do I generate AKG issue metadata from diff-based changes?

AKG issue generation requires YAML frontmatter containing name and description fields. This metadata is embedded in the generated markdown to enforce standard identification across Bug Report, RFC, and Task issue types.