Skip to content

psylch/skill-issue-skill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

skill-issue-skill

中文文档

Report skill bugs, design flaws, or suggestions to the centralized psylch/skill-issues tracker.

Feature Detail
Type L0 prompt skill (no scripts)
Scope Global — works from any project
Target psylch/skill-issues GitHub Issues

Installation

Via skills.sh (recommended)

npx skills add psylch/skill-issue-skill -g -y

Via Plugin Marketplace

/plugin marketplace add psylch/skill-issue-skill
/plugin install skill-issue@psylch-skill-issue-skill

Manual Install

git clone https://github.com/psylch/skill-issue-skill.git ~/.agents/skills/skill-issue

Restart Claude Code after installation.

Prerequisites

  • gh CLI authenticated with GitHub

Usage

When a project agent encounters a skill problem, it invokes this skill:

"The tech-research skill's Grok subagent fails because the browser automation pattern is outdated"
→ skill-issue skill activates
→ creates issue at psylch/skill-issues with label skill:tech-research

The skill lets the agent freely organize the issue content — no fixed template.

How It Works

  1. Agent identifies the problematic skill name
  2. Agent composes title + body with relevant context
  3. Skill executes gh issue create -R psylch/skill-issues --label "skill:<name>"
  4. Issue appears in the centralized tracker for CIO review

License

MIT

About

Report skill issues from any project agent to the centralized skill-issues tracker

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors