CommunityRedacción y edicióngithub.com

Adaptavist/scriptrunner-skills

Agent skills for ScriptRunner products

¿Qué es scriptrunner-skills?

scriptrunner-skills is a Claude Code agent skill that agent skills for ScriptRunner products.

Compatible con~Claude Code~Codex CLI~Cursor
npx skills add Adaptavist/scriptrunner-skills

Installed? Explore more Redacción y edición skills: steipete/notion, affaan-m/seo, affaan-m/brand-voice · View all 6 →

Preguntar en tu IA favorita

Abre un nuevo chat con esta habilidad de agente ya precargada.

Documentación

Jira Expressions Skill

Use this skill whenever you need to write, review, or convert a Jira expression. On ScriptRunner for Jira Cloud, workflow conditions and validators must be implemented as Jira expressions (post functions remain Groovy-based).

Activation Signals

  • The task involves a Jira Cloud workflow condition or validator.
  • The user asks for a Jira expression, or to convert Data Center Groovy workflow logic to Cloud.
  • You are reviewing or debugging an expression that fails to evaluate.

Workflow

  1. If a jira-expression-generator subagent is available in your environment, delegate expression generation to it instead of using this skill's references directly - it embeds the same reference material.
  2. Otherwise, read references/reference.md in full before writing any expression. Jira Expressions is not JavaScript: only the syntax, methods, and properties documented there exist, and anything else fails at runtime.
  3. Read references/examples.md for worked condition and validator patterns before inventing your own.
  4. Validate the result against the reference: a workflow condition or validator must evaluate to a boolean, and expensive-operation limits apply.

Notes

  • Output raw expression text only - no markdown fences and no language hint lines such as jira-expression.
  • Apply null checks liberally (?., ?? , explicit != null); hidden fields and missing custom fields return null.
  • When converting from Data Center Groovy, preserve Groovy truthiness, null ordering, and string literals exactly as the reference's translation rules describe.
  • If the request cannot be achieved with the Jira Expressions DSL, say so and explain the limitation instead of inventing undocumented syntax.

Skills relacionados

steipete/notion

Notion CLI/API for pages, Markdown content, data sources, files, comments, search, Workers, and raw API calls.

community

affaan-m/seo

Audit, plan, and implement SEO improvements across technical SEO, on-page optimization, structured data, Core Web Vitals, and content strategy. Use when the user wants better search visibility, SEO remediation, schema markup, sitemap/robots work, or keyword mapping.

community

affaan-m/brand-voice

Build a source-derived writing style profile from real posts, essays, launch notes, docs, or site copy, then reuse that profile across content, outreach, and social workflows. Use when the user wants voice consistency without generic AI writing tropes.

community

affaan-m/crosspost

Multi-platform content distribution across X, LinkedIn, Threads, and Bluesky. Adapts content per platform using content-engine patterns. Never posts identical content cross-platform. Use when the user wants to distribute content across social platforms.

community

affaan-m/x-api

X/Twitter API integration for posting tweets, threads, reading timelines, search, and analytics. Covers OAuth auth patterns, rate limits, and platform-native content posting. Use when the user wants to interact with X programmatically.

community

affaan-m/content-engine

Create platform-native content systems for X, LinkedIn, TikTok, YouTube, newsletters, and repurposed multi-platform campaigns. Use when the user wants social posts, threads, scripts, content calendars, or one source asset adapted cleanly across platforms.

community