🗄️
AutomationTypeScript

Archive Issue

by foyzulkarim

Archive 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 Archive Issue
Copy Archive 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/archive-issue ~/.claude/skills/archive-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/archive-issue/SKILL.md in foyzulkarim/claude-lens
Installs to
~/.claude/skills/archive-issue
Collection
One of 3 skills cataloged from this repository
Category
Automation1754 skills

What Archive Issue does

Archive Issue retires a closed issue’s working artifacts from specs/ into the GitHub wiki and removes the local copies. Use it when a finished issue needs its requirements, architecture, or review docs preserved off-repo.

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

Documentation

README

Archive Issue

Once an issue closes, GitHub is the source of truth for its scope — but its requirements, architecture, and code-review docs under specs/ still hold reasoning worth keeping. This skill retires them out of specs/ straight into the GitHub wiki (specs/wiki-structure.md is the authoritative layout spec — read it before doing anything else if you haven't already; the Correlation model section there is what Steps 1–2 below execute). Nothing archived is ever committed to the main repo — the wiki is the only place this content lives.

Step 0 — Ensure the local wiki clone is current

Work happens in a local working clone of the wiki repo, conventionally at .wiki/ in the main repo root (gitignored — never part of this repo's history):

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

Commands Archive Issue provides

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

  • /archive-issue
  • /review
  • /plan-architecture

Frequently asked about Archive Issue

  • What else does foyzulkarim publish alongside Archive Issue?

    Archive Issue is one of 3 skills that DirSkills catalogs from foyzulkarim/claude-lens, the repository it ships in. Its siblings there include Create Issue and Move To Worktree. Each one is a separate skill with its own page in this directory, installs the same way Archive 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 Archive Issue compare to other Automation skills?

    Archive Issue ranks #1518 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 Archive Issue against them. Open each page to compare what they document and how they install.