Skip to content

Auto-tagging based on content analysis #5

Description

@jordanpartridge

Overview

Automatically suggest or apply labels based on issue content.

Tag Detection Rules

Pattern Tag
"bug", "broken", "error", "fix" bug
"feature", "add", "new", "implement" enhancement
"docs", "documentation", "readme" documentation
"test", "coverage", "spec" testing
"refactor", "cleanup", "improve" refactor
"security", "vulnerability", "CVE" security

Commands

issue create "Fix login bug" --auto-tag     # Applies 'bug' automatically
issue create "Add dark mode" --auto-tag     # Applies 'enhancement'
issue suggest-tags 42                        # Shows suggested tags for existing issue

Configuration

Allow custom rules via .issue-cli.json:

{
  "auto_tag_rules": [
    {"pattern": "API", "tag": "api"},
    {"pattern": "database|migration", "tag": "database"}
  ]
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions