Skip to content

Commit ebeb8ee

Browse files
fix(ai-ado): use kebab-case name for ado-work-items skill (v2.2.2, fixes #8)
1 parent 3d596e3 commit ebeb8ee

File tree

6 files changed

+16
-7
lines changed

6 files changed

+16
-7
lines changed

.claude-plugin/marketplace.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
},
77
"metadata": {
88
"description": "A curated list of custom Claude Code plugins, agents, and skills for developers.",
9-
"version": "2.2.1",
9+
"version": "2.2.2",
1010
"pluginRoot": "./plugins"
1111
},
1212
"plugins": [
1313
{
1414
"name": "ai-ado",
1515
"source": "./plugins/ai-ado",
1616
"description": "AI-powered Azure DevOps integration with skills - Intelligent work item management, configuration, and automation for Azure DevOps workflows with MCP integration",
17-
"version": "1.3.0",
17+
"version": "1.3.1",
1818
"keywords": [
1919
"ai",
2020
"azure-devops",

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [2.2.2] - 2026-03-31
11+
12+
### Fixed
13+
14+
#### AI-ADO Plugin (v1.3.1)
15+
16+
- **Fixed skill name parsing** - Changed `ado-work-items` skill name from `Azure DevOps Work Items` (with spaces) to `ado-work-items` so Claude Code can parse it correctly (fixes #8)
17+
1018
## [2.2.1] - 2026-03-31
1119

1220
### Fixed
@@ -813,7 +821,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
813821

814822
- README.md, CLAUDE.md, individual plugin READMEs, and MIT license
815823

816-
[Unreleased]: https://github.com/charlesjones-dev/claude-code-plugins-dev/compare/v2.2.1...HEAD
824+
[Unreleased]: https://github.com/charlesjones-dev/claude-code-plugins-dev/compare/v2.2.2...HEAD
825+
[2.2.2]: https://github.com/charlesjones-dev/claude-code-plugins-dev/compare/v2.2.1...v2.2.2
817826
[2.2.1]: https://github.com/charlesjones-dev/claude-code-plugins-dev/compare/v2.2.0...v2.2.1
818827
[2.2.0]: https://github.com/charlesjones-dev/claude-code-plugins-dev/compare/v2.1.0...v2.2.0
819828
[2.1.0]: https://github.com/charlesjones-dev/claude-code-plugins-dev/compare/v2.0.1...v2.1.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Claude Code Plugins for Developers
22

3-
[![Version](https://img.shields.io/badge/version-2.2.1-blue.svg)](https://github.com/charlesjones-dev/claude-code-plugins-dev/releases)
3+
[![Version](https://img.shields.io/badge/version-2.2.2-blue.svg)](https://github.com/charlesjones-dev/claude-code-plugins-dev/releases)
44
[![License](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE)
55
[![GitHub Issues](https://img.shields.io/github/issues/charlesjones-dev/claude-code-plugins-dev.svg)](https://github.com/charlesjones-dev/claude-code-plugins-dev/issues)
66
[![GitHub Stars](https://img.shields.io/github/stars/charlesjones-dev/claude-code-plugins-dev.svg)](https://github.com/charlesjones-dev/claude-code-plugins-dev/stargazers)

plugins/ai-ado/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ai-ado",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "AI-powered Azure DevOps integration with skills - Intelligent work item management, configuration, and automation for Azure DevOps workflows with MCP integration",
55
"author": {
66
"name": "Charles Jones",

plugins/ai-ado/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -739,7 +739,7 @@ Future commands and features planned for this plugin:
739739

740740
- **Name:** AI-ADO Plugin
741741
- **Type:** AI Instruction Plugin (Skills)
742-
- **Version:** 1.3.0
742+
- **Version:** 1.3.1
743743
- **Skills:** `/ado-init`, `/ado-create-feature`, `/ado-create-story`, `/ado-create-task`, `/ado-log-story-work`, `/ado-timesheet-report`
744744
- **MCP Integration:** Microsoft Azure DevOps MCP Server (optional, OS-aware configuration)
745745
- **Requirements:** Node.js 20+

plugins/ai-ado/skills/ado-work-items/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: Azure DevOps Work Items
2+
name: ado-work-items
33
description: Guide for creating Azure DevOps work items (Features, User Stories, Tasks). This skill should be used when working with ADO MCP tools to create work items with proper hierarchy and formatting.
44
dependencies: Azure DevOps MCP Server (@azure-devops/mcp)
55
disable-model-invocation: true

0 commit comments

Comments
 (0)