Create Issue.Skill banner
ArtemisAI ArtemisAI

Create Issue.Skill

Security community

Description

--- name: create-issue description: Log a bug, blocker, or security concern to issues.json and open a corresponding GitHub Issue with the correct labels. tier: T3 allowed-tools: - read_file - write_file - github --- # Skill: create-issue ## Purpose Log a bug, blocker, or improvement in both `issues.json` (local state) and as a GitHub Issue (remote pipeline). Keeps agent work visible and creates a development pipeline through GitHub Issues. ## Invocation - Claude Code: `/create-issue` -

Installation

Installs to ~/.claude/skills/artemisai-harness_engineering-create-issue.skill/SKILL.md

Terminal
mkdir -p ~/.claude/skills/artemisai-harness_engineering-create-issue.skill && curl -fsSL https://raw.githubusercontent.com/ArtemisAI/Harness_Engineering/HEAD/skills/create-issue.skill.md -o ~/.claude/skills/artemisai-harness_engineering-create-issue.skill/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository