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 |
npx skills add psylch/skill-issue-skill -g -y/plugin marketplace add psylch/skill-issue-skill
/plugin install skill-issue@psylch-skill-issue-skill
git clone https://github.com/psylch/skill-issue-skill.git ~/.agents/skills/skill-issueRestart Claude Code after installation.
ghCLI authenticated with GitHub
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.
- Agent identifies the problematic skill name
- Agent composes title + body with relevant context
- Skill executes
gh issue create -R psylch/skill-issues --label "skill:<name>" - Issue appears in the centralized tracker for CIO review
MIT