From cross-ai-plugin
Create a well-structured GitHub issue from a description, bug report, or current code context
How this skill is triggered — by the user, by Claude, or both
Slash command
/cross-ai-plugin:create-issueThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Gather context from the user and create a GitHub issue in the target repository.
Gather context from the user and create a GitHub issue in the target repository.
Ask the user for any missing details:
owner/repo)bug, feature, or taskFormat the issue body using this template:
## Summary
[What is happening or what is being requested]
## Steps to Reproduce
1. [First step]
2. [Second step]
## Expected Behavior
[What should happen]
## Actual Behavior
[What is currently happening]
## Additional Context
[Environment details, screenshots, logs, or related issues]
Omit sections that are not applicable (e.g. skip reproduction steps for feature requests).
Use the create_issue GitHub MCP tool to create the issue with the formatted title and body.
Share the new issue URL with the user.
npx claudepluginhub jlucaspains/demo-ai-plugin --plugin cross-ai-pluginGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.