v0.4.9

Jeffallan/claude-skillsv0.4.9Feb 24, 2026by github-actions[bot]

AI Summary

This release focuses on improving Atlassian MCP documentation and fixing Jira issue linking semantics. It adds comprehensive documentation for issue linking with parameter semantics, code examples, and anti-patterns, while also fixing a critical bug where Jira Blocks link parameters were reversed.

Key Highlights

  • Added issue linking documentation in Atlassian MCP with parameter semantics, code examples, and anti-patterns
  • Fixed reversed Jira 'Blocks' link parameters - inward_issue_key is now correctly the blocker
  • Added Framework Idiom Principle to CLAUDE.md reference file standards
  • Updated PHP Symfony console command example to use framework's built-in exception handling
  • Fixed nested code block rendering in prompt-engineer skill's CoT example

New Features

  • Issue linking documentation with parameter semantics, code examples, and anti-patterns
  • Inline jira_create_issue_link parameter hints for approve-synthesis and create-implementation-plan commands
  • Framework Idiom Principle addition to CLAUDE.md standards

Full Release Notes


### Added
- Issue linking documentation in `atlassian-mcp/references/jira-queries.md` with parameter semantics, code examples, and anti-patterns (#163)

### Changed
- Updated `php-pro` Symfony console command example to use framework's built-in exception handling (#164)
- Added Framework Idiom Principle to CLAUDE.md reference file standards
- Added inline `jira_create_issue_link` parameter hints to `approve-synthesis` and `create-implementation-plan` commands (#163)

### Fixed
- Fixed reversed Jira "Blocks" link parameters — `inward_issue_key` is the blocker, `outward_issue_key` is the blocked issue (#163)
- Fixed nested code block rendering in `prompt-engineer` skill's CoT example (#160)

### Contributors
- @wiretail — Report and document reversed Jira issue link semantics (#163)
- @Big-Shark — Update console example in symfony-patterns (#164)
- @fiberproduct — Fix nested code block formatting in prompt-patterns.md (#160)

---

**Documentation:** https://jeffallan.github.io/claude-skills/