πŸ“
AutomationTypeScript

Create Issue

by foyzulkarim

Create Issue is an Automation skill for Claude Code, published by foyzulkarim in claude-lens.

245 stars31 forkson foyzulkarim/claude-lensAdded 2026/09/03Repository updated 2026/08/05
analyticsclaudeclaude-codedashboard
Install in seconds
Install Create Issue
Copy Create Issue into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/foyzulkarim/claude-lens/tree/main/.claude/skills/create-issue ~/.claude/skills/create-issue

Requires Node.js. Downloads this skill only β€” not the rest of the repository β€” into your Claude Code skills folder.

Without Node.js

git clone https://github.com/foyzulkarim/claude-lens.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
.claude/skills/create-issue/SKILL.md in foyzulkarim/claude-lens
Installs to
~/.claude/skills/create-issue
Collection
One of 3 skills cataloged from this repository
Category
Automation β€” 1754 skills

What Create Issue does

Create Issue files the right kind of GitHub issue for plan tasks, page work, bugs, spikes, enhancements, and chores. Use it when you need to turn specs or a problem report into a tracked issue with the right title and body shape.

Create Issue is cataloged under Automation on DirSkills. Create Issue comes from a repository tagged analytics, claude, claude-code and dashboard.

Documentation

README

Create Issue

Issues in this repo come in different shapes because the work does: a plan task carries acceptance criteria written months in advance; a bug carries a repro; a spike carries a question and a timebox. One rigid template can't serve all of these, so this skill generates the right body per type and files it with gh issue create.

The specs are the source of truth. Never invent scope or acceptance criteria β€” pull them from the docs, and if a plan task is missing something, flag the gap to the user instead of papering over it.

Step 1 β€” Classify the request

This is the opening of the README. Read the full README on GitHub.

Commands Create Issue provides

Slash commands named in this skill’s SKILL.md, listed in the order they first appear.

  • /plan-requirements
  • /none

Frequently asked about Create Issue

  • What else does foyzulkarim publish alongside Create Issue?

    Create Issue is one of 3 skills that DirSkills catalogs from foyzulkarim/claude-lens, the repository it ships in. Its siblings there include Archive Issue and Move To Worktree. Each one is a separate skill with its own page in this directory, installs the same way Create Issue does, and is maintained by foyzulkarim in that same repository. The rest of the collection is listed on the foyzulkarim/claude-lens page.

  • How does Create Issue compare to other Automation skills?

    Create Issue ranks #1519 by stars among the 1754 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Create Issue against them. Open each page to compare what they document and how they install.