Next Issue Number

🌐Community
by oocx · vlatest · Repository

Automatically generates the next sequential issue number based on existing oocx frontend tickets.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add next-issue-number npx -- -y @trustedskills/next-issue-number
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "next-issue-number": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/next-issue-number"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill, next-issue-number, automatically determines and provides the next available issue number within a specified project. It analyzes existing issues to identify gaps in numbering sequences, ensuring new issues are assigned unique identifiers. This prevents conflicts and maintains organizational clarity within issue tracking systems.

When to use it

  • When creating a new issue manually and needing to ensure proper sequencing.
  • In automated workflows that generate new issues programmatically.
  • To quickly verify the next available number when migrating or re-organizing existing issues.
  • During audits of an issue tracking system to identify potential numbering errors.

Key capabilities

  • Analyzes existing issue numbers.
  • Identifies gaps in numbering sequences.
  • Determines the next available issue number.

Example prompts

  • "What's the next issue number for project 'Acme Project'?"
  • "Find the next available ticket ID in repository 'MyRepo'."
  • "Give me the next sequential issue number."

Tips & gotchas

The accuracy of this skill depends on the consistency of existing issue numbering. If there are significant irregularities or missing numbers, the calculated "next" number might be inaccurate.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
oocx
Installs
5

🌐 Community

Passed automated security scans.