sdapp-jira-log

Installation
SKILL.md

Jira Log Work

Log work hours to the user's active Jira tickets. The flow is strictly sequential — fetch tickets, let the user pick which ones, ask how many hours, confirm the plan, then log. Never log time without the user's explicit go-ahead.

Steps

Follow these steps exactly in order. Each step depends on the previous one. Do not skip or combine steps.

Step 1: Load Atlassian MCP tools

The Atlassian MCP tools are deferred — load their schemas before calling them.

ToolSearch(query: "select:mcp__atlassian__atlassianUserInfo,mcp__atlassian__searchJiraIssuesUsingJql,mcp__atlassian__getAccessibleAtlassianResources,mcp__atlassian__addWorklogToJiraIssue", max_results: 4)

Wait for this to complete. If addWorklogToJiraIssue is not found, try a broader search:

Installs
4
First Seen
Mar 12, 2026
sdapp-jira-log — ytl-cement/coding-buddy