jira-feature-request
Create Jira feature request tickets (Stories) in the CI project using Dimagi's form 134 format. Use this skill whenever a user wants to submit, log, or create a feature request, new feature idea, product enhancement, or user story in Jira. Triggers on phrases like "create a feature request", "submit a feature idea", "log a feature", "I want to request a feature", "add this to the backlog", "create a story", or any time someone describes something they want the product to do that it doesn't do yet. Always use this skill when feature requests or product enhancements need to be tracked, even if the user doesn't say "Jira" or "ticket" explicitly.
What this skill does
# Jira Feature Request Skill (Form 134)
## Goal
Guide the user through filing a well-structured Jira Story in the CI project, matching Dimagi's form 134 format. Collect all relevant fields upfront, show a formatted preview, and only create the ticket after explicit confirmation.
---
## Step 1: Collect Information Upfront
Ask the user for everything in a single message:
---
**Let's file a feature request! Please provide the following:**
**Required:**
- **Summary** – A short, clear title (e.g., "Enable image rendering in CommCare Connect chatbot")
- **User Story** – Describe who needs this and why:
*"As a [type of user], I want [goal] so that [benefit]."*
- **Priority** – P1 (urgent/blocker), P2 (high), P3 (medium), P4 (low, default), P5 (trivial)
**Optional (leave blank to skip):**
- **Current Behavior** – What happens today?
- **Expected Behavior** – What should happen instead?
- **Impact** – Who is affected and how? (e.g., number of users, programs impacted)
- **CCC Program** – Which program is this for? Options: Child Health Campaign, Early Childhood Development, Group Program Management Plus, Kangaroo Mother Care, Mother Baby Wellness, Readers Distribution, Rooftop Sampling, WellMe, Multiple Programs, Other
- **CCC Product Area** – Which area? Options: Data & Analytics, LLO Administration, Messaging, Notifications, Payments, PersonalID, Verification, Work History, Other
- **CCC User Impact** – Free text description of user impact
- **Components** – Relevant components: Web, Mobile, OCS, App Configuration, Blue Pod Web UI, New Feature Release, other
- **Additional context** – Links, screenshots, related tickets, POC work, etc.
---
## Step 2: Show a Formatted Preview
Display a clean preview before creating:
```
📋 FEATURE REQUEST PREVIEW (Form 134)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Type: Story
Project: CI
Priority: [P1–P5]
Summary: [summary]
User Story:
As a [user type], I want [goal] so that [benefit].
Current Behavior: [value or —]
Expected Behavior: [value or —]
Impact: [value or —]
── CCC Fields ───────────────────────────
CCC Program: [value or —]
CCC Product Area: [value or —]
CCC User Impact: [value or —]
── Other ────────────────────────────────
Components: [value or —]
Additional Context: [value or —]
Labels: form, form-134 (auto-applied)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
```
Then ask: **"Does this look good? Reply 'yes' to submit, or let me know what to change."**
---
## Step 3: Look Up the Jira Project
1. Call `getAccessibleAtlassianResources` to get the cloudId.
2. Use project key **`CI`** and cloudId `dbff467f-3c3f-4ced-a2ba-a29e1941edd6` — no need to ask.
---
## Step 4: Create the Ticket
Use `createJiraIssue` with:
- `issueTypeName`: `"Story"`
- `projectKey`: `"CI"`
- `cloudId`: `"dbff467f-3c3f-4ced-a2ba-a29e1941edd6"`
- `summary`: the summary
- `contentFormat`: `"markdown"`
- `description`: structured markdown (see template below)
- `additional_fields`:
- `"priority"`: `{ "name": "P4" }` (or P1–P5 as provided — pass the name directly, e.g. `{ "name": "P3" }`)
- `"labels"`: `["form", "form-134"]` — always include both
- `"components"`: `[{ "name": "<component>" }]` — if provided
- `"customfield_10764"`: `{ "value": "<CCC Program value>" }` — if provided
- `"customfield_10766"`: `{ "value": "<CCC Product Area value>" }` — if provided
- `"customfield_10765"`: `"<CCC user impact text>"` — if provided
### Description Template (Markdown)
```markdown
## User Story
As a [user type], I want [goal] so that [benefit].
## Current Behavior
[value, or omit section if not provided]
## Expected Behavior
[value, or omit section if not provided]
## Impact
[value, or omit section if not provided]
---
**Product Area / Feature:** [CCC Product Area or N/A]
**Program Impacted:** [CCC Program or N/A]
**CCC User Impact:** [value or N/A]
## Additional Context
[value, or omit section if not provided]
```
---
## Step 5: Confirm and Share the Link
After creating, respond with:
- A success message
- The ticket key (e.g., `CI-123`)
- A direct link: `https://dimagi.atlassian.net/browse/CI-123`
---
## Tips & Edge Cases
- If the user gives a vague request, ask a clarifying question to understand the specific need before writing the story.
- If no Jira connection is available, show the ticket as formatted text the user can copy.
- Never create the ticket without explicit user confirmation ("yes", "create it", "looks good", etc.).
- The `form` and `form-134` labels must always be included — they're required to match form 134 submissions.
- Priority defaults to P4 if not specified.
- If the user mentions which CCC program or area is affected, always populate the CCC custom fields.
Related in Cloud & DevOps
appbuilder-action-scaffolder
IncludedCreate, implement, deploy, and debug Adobe Runtime actions with consistent layout, validation, and error handling. Use this skill whenever the user needs to add actions to an App Builder project, understand action structure (params, response format, web/raw actions), configure actions in the manifest, use App Builder SDKs (State, Files, Events, database), deploy and invoke actions via CLI, debug action issues, or implement patterns such as webhook receivers, custom event providers, journaling consumers, large payload redirects, action sequence pipelines, and Asset Compute workers. Also trigger when users mention serverless functions in Adobe context, action logging, IMS authentication for actions, or cron-style scheduled actions.
orchestrating-datacloud
IncludedSalesforce Data Cloud product orchestrator for connect→prepare→harmonize→segment→act workflows. Use this skill when the user needs a multi-step Data Cloud pipeline, cross-phase troubleshooting, or data space and data kit management. TRIGGER when: user needs a multi-step Data Cloud pipeline, asks to set up or troubleshoot Data Cloud across phases, manages data spaces or data kits, or wants a cross-phase sf data360 workflow. DO NOT TRIGGER when: work is isolated to a single phase (use the matching phase-specific skill), the task is STDM/session tracing/parquet telemetry (use observing-agentforce), standard CRM SOQL (use querying-soql), or Apex implementation (use generating-apex).
github-project-automation
IncludedAutomate GitHub repository setup with CI/CD workflows, issue templates, Dependabot, and CodeQL security scanning. Includes 12 production-tested workflows and prevents 18 errors: YAML syntax, action pinning, and configuration. Use when: setting up GitHub Actions CI/CD, creating issue/PR templates, enabling Dependabot or CodeQL scanning, deploying to Cloudflare Workers, implementing matrix testing, or troubleshooting YAML indentation, action version pinning, secrets syntax, runner versions, or CodeQL configuration. Keywords: github actions, github workflow, ci/cd, issue templates, pull request templates, dependabot, codeql, security scanning, yaml syntax, github automation, repository setup, workflow templates, github actions matrix, secrets management, branch protection, codeowners, github projects, continuous integration, continuous deployment, workflow syntax error, action version pinning, runner version, github context, yaml indentation error
sf-datacloud
IncludedSalesforce Data Cloud product orchestrator for connect→prepare→harmonize→segment→act workflows. TRIGGER when: user needs a multi-step Data Cloud pipeline, asks to set up or troubleshoot Data Cloud across phases, manages data spaces or data kits, or wants a cross-phase `sf data360` workflow. DO NOT TRIGGER when: work is isolated to a single phase (use the matching sf-datacloud-* skill), the task is STDM/session tracing/parquet telemetry (use sf-ai-agentforce-observability), standard CRM SOQL (use sf-soql), or Apex implementation (use sf-apex).
fabric-cli
IncludedUse this skill for Fabric.so CLI workflows with the `fabric` terminal command: diagnose/install/login, search or browse a Fabric library, save notes/links/files, create folders, ask the Fabric AI assistant, manage tasks/workspaces, generate shell completion, check subscription usage, produce JSON output, and use Fabric as persistent agent memory. Do not use for Microsoft Fabric/Azure/Power BI `fab`, Daniel Miessler's Fabric framework, Python Fabric SSH, Fabric.js, or textile/fashion fabric.
lark
IncludedLark/Feishu CLI skills: lark-cli operations for docs, markdown, sheets, base, calendar, im, mail, task, okr, drive, wiki, slides, whiteboard, apps, approval, attendance, contact, vc, minutes, event. Use when the user needs to operate Lark/Feishu resources via lark-cli, send messages, manage documents, spreadsheets, calendars, tasks, OKRs, deploy web pages, or any Feishu/Lark workspace operations.