Topic: jira
30 skills in this topic.
-
diataxis-documentation
Create, edit, and validate technical documentation using the Diataxis framework. Use when writing tutorials, how-to guides, reference docs, or explanations. Use when reviewing or auditing existing documentation for structural correctness. Use when deciding what type of document to write. Also use when the user mentions Diataxis, documentation quality, documentation types, or asks to write 'deep dive' articles, onboarding guides, API docs, or architectural explanations. Do NOT use for code comments, commit messages, changelogs, or README generation.
sortie-ai/sortie 26
-
creating-pr
Use when asked to create a pull request, open a PR, or submit changes for review. Handles branch verification, change analysis, title and description generation, and gh pr create. Do NOT use for committing (use git-commit), pushing without PR, or reviewing existing PRs.
sortie-ai/sortie 26
-
creating-agent-skills
Use when creating, improving, comparing, evaluating or packaging Agent Skills following the agentskills.io specification. Also use when deciding whether a skill is the right solution vs MCP servers, custom instructions, AGENTS.md, or Cursor Rules. Handles SKILL.md authoring, frontmatter optimization, description writing, progressive disclosure, cross-platform compatibility, and distribution.
sortie-ai/sortie 26
-
context-files
Create or validate project context files (AGENTS.md, CLAUDE.md, GEMINI.md). Use when bootstrapping a new project, initializing agent configuration, writing a context file, or when asked to create, review, audit, or validate an existing context file. Handles codebase archaeology, user interviews, golden-rule validation, and platform-specific formatting. Do NOT use for creating Agent Skills (use creating-agent-skills instead) or .instructions.md files (use agent-customization instead).
sortie-ai/sortie 26
-
changelog-maintenance
Use when asked to update the changelog, document version changes, prepare a release, or add entries for recent work. Handles CHANGELOG.md updates following Keep a Changelog format and Semantic Versioning. Do NOT use for committing (use git-commit) or creating release notes outside CHANGELOG.md.
sortie-ai/sortie 26
-
managing-adrs
Create, update, and validate Architecture Decision Records (ADRs) following MADR 4.0 format. Use when the user mentions ADR, architecture decision, decision record, or asks to document a technical decision. Also use when creating new files in docs/decisions/. Handles numbering, frontmatter, section structure, and README index updates. Do NOT use for general documentation or non-architectural decisions.
sortie-ai/sortie 26
-
go-testing
Write, review, and improve Go test code for this project. Use whenever generating, reviewing, or modifying Go tests — including when invoked by the Tester agent, the /test prompt, or any test-related request. Covers table-driven tests, subtests, t.Parallel(), test helpers with t.Helper(), error assertions via errors.As/errors.Is, fixture loading from testdata/, httptest servers, env-gated integration tests, mock/fake/spy patterns, and adapter conformance. Do NOT use for benchmarks or performance profiling.
sortie-ai/sortie 26
-
git-commit
Use when asked to commit, save, or persist changes to Git. Handles atomic commits, branch safety, Conventional Commits format, and project style matching. Do NOT use for pushing, creating PRs, or branch management beyond safety checks.
sortie-ai/sortie 26
-
managing-github-issues
Create, edit, search, close, and triage GitHub issues for this project using gh CLI. Use when asked to file a bug, request a feature, create a task, report a problem, search the backlog, triage issues, or manage the issue tracker. Also use when the user says "create an issue", "file a bug", "open a ticket", "add to backlog", "search issues", "close issue", or mentions GitHub Issues in any task-management context. Handles label/milestone assignment, duplicate detection, and project board integration. Do NOT use for pull requests (use creating-pr) or changelog entries (use changelog-maintenance).
sortie-ai/sortie 26
-
jira-syntax
Use when writing Jira issue descriptions, comments, or work logs. Also use when converting Markdown to Jira wiki markup, when the user says "format for Jira", "Jira markup", "wiki notation", or asks to create, update, or validate Jira ticket content. Handles bug report and feature request templates. Do NOT use for Jira API operations, JQL queries, or workflow transitions.
sortie-ai/sortie 26
-
imagen
Generate images using Google Gemini's image generation capabilities.
Use this skill when the user needs to create, generate, or produce images
for any purpose including UI mockups, icons, illustrations, diagrams,
concept art, placeholder images, or visual representations.
sanjay3290/ai-skills 184
-
postgres
Execute read-only SQL queries against multiple PostgreSQL databases. Use when: (1) querying PostgreSQL databases, (2) exploring database schemas/tables, (3) running SELECT queries for data analysis, (4) checking database contents. Supports multiple database connections with descriptions for intelligent auto-selection. Blocks all write operations (INSERT, UPDATE, DELETE, DROP, etc.) for safety.
sanjay3290/ai-skills 184
-
outline
Search, read, and manage Outline wiki documents. Use when: (1) searching wiki for documentation, (2) reading wiki pages or articles, (3) listing wiki collections or documents, (4) creating or updating wiki content, (5) exporting documents as markdown. Works with any Outline wiki instance (self-hosted or cloud).
sanjay3290/ai-skills 184
-
notebooklm
Query and manage Google NotebookLM notebooks with persistent profile auth, source sync, batch/multi queries, and structured exports. Use when user asks to query NotebookLM, 'ask my notebook', shares NotebookLM notebook URLs, wants to list/create notebooks, manage sources, do bulk folder sync, dedupe, or audit exports.
sanjay3290/ai-skills 184
-
mysql
Execute read-only SQL queries against multiple MySQL databases. Use when: (1) querying MySQL databases, (2) exploring database schemas/tables, (3) running SELECT queries for data analysis, (4) checking database contents. Supports multiple database connections with descriptions for intelligent auto-selection. Blocks all write operations (INSERT, UPDATE, DELETE, DROP, etc.) for safety.
sanjay3290/ai-skills 184
-
atlassian
Manage Jira issues and Confluence wiki pages in Atlassian Cloud.
Use when: (1) searching/creating/updating Jira issues with JQL, (2) searching/reading/creating Confluence pages
with CQL, (3) managing Jira workflows, transitions, and comments, (4) browsing Confluence spaces and page
hierarchies. Supports OAuth 2.1 via MCP server (recommended) or API token authentication (fallback).
sanjay3290/ai-skills 184
-
google-tts
Convert documents and text to audio using Google Cloud Text-to-Speech.
Use this skill when the user wants to: narrate a document, read aloud text,
generate audio from a file, convert text to speech, create a recording
of documentation or analysis, create a podcast from a document, or use
Google TTS/text-to-speech. Trigger phrases: "read this aloud", "narrate this",
"create a recording", "text to speech", "TTS", "convert to audio",
"audio from document", "listen to this", "generate audio", "google tts",
"create a podcast".
sanjay3290/ai-skills 184
-
google-slides
Read and write Google Slides presentations - get text, find presentations, create presentations, add slides,
replace text, and manage slide content. Use when user asks to: read a presentation, create slides, find slides,
add a slide, replace text in a presentation, or manage presentation content. Lightweight integration with
standalone OAuth authentication supporting full read/write access.
sanjay3290/ai-skills 184
-
google-sheets
Read and write Google Sheets spreadsheets - get content, update cells, append rows, fetch specific ranges,
search for spreadsheets, and view metadata. Use when user asks to: read a spreadsheet, update cells,
add data to Google Sheets, find a spreadsheet, check sheet contents, export spreadsheet data, or get cell values.
Lightweight integration with standalone OAuth authentication supporting full read/write access.
sanjay3290/ai-skills 184
-
google-drive
Interact with Google Drive - search files, find folders, list contents, download files, upload files,
create folders, move, copy, rename, and trash files. Use when user asks to: search Google Drive,
find a file/folder, list Drive contents, download or upload files, create folders, move files,
or organize Drive content. Lightweight integration with standalone OAuth authentication supporting
full read/write access.
sanjay3290/ai-skills 184
-
google-calendar
Interact with Google Calendar - list calendars, view events, create/update/delete events, and find free time.
Use when user asks to: check calendar, schedule a meeting, create an event, find available time, list upcoming events,
delete or update a calendar event, or respond to meeting invitations. Lightweight alternative to full
Google Workspace MCP server with standalone OAuth authentication.
sanjay3290/ai-skills 184
-
gmail
Interact with Gmail - search emails, read messages, send emails, create drafts, and manage labels.
Use when user asks to: search email, read email, send email, create email draft, mark as read,
archive email, star email, or manage Gmail labels. Lightweight alternative to full Google
Workspace MCP server with standalone OAuth authentication.
sanjay3290/ai-skills 184
-
elevenlabs
Convert documents and text to audio using ElevenLabs text-to-speech.
Use this skill when the user wants to create a podcast, narrate a document,
read aloud text, generate audio from a file, or convert text to speech.
sanjay3290/ai-skills 184
-
deep-research
Execute autonomous multi-step research using Google Gemini Deep Research Agent. Use for: market analysis, competitive landscaping, literature reviews, technical research, due diligence. Takes 2-10 minutes but produces detailed, cited reports. Costs $2-5 per task.
sanjay3290/ai-skills 184