superplane-issue-logger

Classify SuperPlane issues and generate structured drafts for GitHub logging.

5.0k|530|Updated May 7, 2025
One-click install
npx skills add https://github.com/superplanehq/superplane --skill superplane-issue-logger
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: superplane-issue-logger
Source: https://github.com/superplanehq/superplane/tree/main/.cursor/skills/superplane-issue-logger
Command: npx skills add https://github.com/superplanehq/superplane --skill superplane-issue-logger

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, markdown, re, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of logging and managing issues in SuperPlane by automating issue classification, draft generation, and optional GitHub MCP logging.

Core Features & Use Cases

  • Issue Classification: Automatically classify issues as bugs, enhancements, features, or papercuts.
  • Draft Generation: Generate a structured draft for issues in tmp/pm_logger/, complete with a template-based title and body.
  • Optional GitHub Logging: Log issues directly to GitHub with correct labels and project tracking.

Quick Start

Create a new issue for a bug in SuperPlane by providing a description and using the 'superplane-issue-logger' skill.

Frequently Asked Questions about superplane-issue-logger

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

FAQPage Schema
How do I log SuperPlane issues to GitHub automatically?

You can log SuperPlane issues to GitHub by providing a description; the Skill classifies it, generates a Markdown draft, and optionally pushes it to GitHub with correct labels and project tracking.

What types of SuperPlane issues can be classified and logged?

SuperPlane issues are automatically classified as bugs, enhancements, features, or papercuts, generating a template-based title and body draft for each specific category.

Do I need Python to generate SuperPlane issue drafts?

Yes, generating SuperPlane issue drafts requires Python with the requests, markdown, and re libraries to manipulate Markdown content and interact with the GitHub API.

Where are SuperPlane issue drafts stored before logging to GitHub?

SuperPlane issue drafts are stored locally in the tmp/pm_logger/ directory, complete with a template-based title and body, before any optional GitHub logging occurs.

Can I create GitHub issue drafts without pushing them immediately?

Yes, GitHub logging is optional; the Skill generates structured issue drafts locally first, allowing you to review the Markdown content before deciding to push to GitHub.