plugins/herold/skills/jira-ingestion/SKILL.md
Fetch Jira tickets via Atlassian MCP and normalize to local YAML task files. Single ticket mode (by key) or bulk mode (by JQL filter). Extracts key, summary, description, acceptance criteria, comments, attachments, status, and assignee. Auto-runs contradiction-detection after ingestion. Falls back to dry-run mode with sample data when MCP is unavailable.
npx skillsauth add hjemmesidekongen/ai jira-ingestionInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Pulls Jira tickets into local .ai/tasks/ as normalized YAML. Works in single-ticket
or bulk mode. Runs contradiction-detection automatically after ingestion.
PROJ-123) or JQL (project = PROJ AND sprint in openSprints())resources/test-data/sample-ticket.ymlreferences/process.md for API mapping).ai/tasks/<KEY>.yml.ai/tasks/attachments/<KEY>/. Skip if dry-run.When Atlassian MCP is not connected, the skill reads resources/test-data/sample-ticket.yml
and processes it through the same normalization pipeline. Useful for testing the ingestion
flow without a live Jira connection. Output goes to .ai/tasks/ as normal.
Output: Ingested N ticket(s). Contradictions: M found across N tickets.
development
Creates a brand from scratch through market research and interactive sparring. Runs competitive research via Perplexity, then guides the user through positioning, audience, voice, values, and content pillars. Produces the full brand guideline set at .ai/brand/{name}/. Use when building a new brand, defining brand strategy for a product, or when /våbenskjold:create is invoked.
testing
Loads brand guidelines from .ai/brand/{name}/ and makes them available to the current context. Progressive disclosure: L1 confirms brand exists, L2 loads summary, L3 loads specific files on demand. Use when a downstream skill or user needs brand context, or when /våbenskjold:apply is invoked.
documentation
Guided reinvention of an existing brand guideline. Loads current brand from .ai/brand/{name}/, identifies what to keep vs change, and walks the user through targeted evolution. Preserves brand equity while updating positioning, voice, or values. Use when refreshing a brand or when /våbenskjold:evolve is invoked.
development
Codifies an existing brand from materials, samples, and references. Analyzes provided content to extract voice patterns, values, and positioning. Produces the same guideline format as brand-strategy. Use when a brand already exists but isn't documented, or when /våbenskjold:audit is invoked.