issue-creator

Create and update GitHub or GitCode issues from GEO scoring results.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/opensourceways/geo-workflow --skill issue-creator-opensourceways
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: issue-creator
Source: https://github.com/opensourceways/geo-workflow/tree/main/.claude/skills/issue-creator
Command: npx skills add https://github.com/opensourceways/geo-workflow --skill issue-creator-opensourceways

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

Automates the lifecycle of GEO improvement signals by creating and updating issues across GitHub and GitCode repositories based on scoring results.

Core Features & Use Cases

  • Creates new Issues for improvements not yet tracked and appends comments to existing Issues when updates occur.
  • Enriches root-cause analysis using LLM-driven content and citations, linking to official sources and scoring data.
  • Auto-detects target platform from repository URL and handles both GitHub and GitCode workflows.

Quick Start

Run the GEO scoring results through the issue-creator workflow to generate or update corresponding issues.

Frequently Asked Questions about issue-creator

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

FAQPage Schema
How do I automate GitHub issue creation from scoring results?

To automate GitHub issue creation from scoring results, this skill processes scoring-results.json and automatically generates new issues or appends comments to existing ones based on the evaluation data.

Does the issue-creator skill support both GitHub and GitCode workflows?

Yes, the issue-creator skill supports both platforms by auto-detecting the target from the repository URL and handling the respective API workflows for GitHub and GitCode.

What do I need to configure before automating issue management with GEO results?

Before automating issue management, you must provide scoring-results.json, issue-map.json, and set the required GITHUB_TOKEN or GITCODE_TOKEN environment variables for repository access.

How does LLM-driven root-cause analysis integrate with automated issue tracking?

LLM-driven root-cause analysis integrates with issue tracking by enriching the generated issues with cited content and official source links, providing deeper context for the scoring data.

What happens when an improvement signal is already tracked in an existing issue?

When an improvement signal is already tracked, the workflow detects the existing issue and appends a comment with the updated scoring results and root-cause analysis instead of creating a duplicate.