Development skills and tools for solving Asana issues and streamlining development workflows.
Comprehensive workflow for solving issues from Asana. Use when you're asked to solve an issue with an Asana link.
Capabilities:
- Reads and analyzes Asana issues
- Investigates root cause using any available tools
- Creates fix PRs with proper testing when needed
- Follows iCHEF's PR conventions (target: develop branch)
/plugin marketplace add iCHEF/holis-claude-tool/plugin install holis-claude-tool@iCHEF_holis_claude_toolAdd this to your project's .claude/settings.json for automatic installation:
{
"extraKnownMarketplaces": {
"holis-tools": {
"source": {
"source": "github",
"repo": "iCHEF/holis-claude-tool"
}
}
},
"enabledPlugins": {
"holis-claude-tool@holis-tools": true
}
}Team members will be prompted to install automatically when working on the project.
Ask Claude:
What Skills are available?
You should see solve-asana-issue in the list.
Skills activate automatically when relevant. For example:
"Please solve this Asana issue: https://app.asana.com/0/..."
Claude will automatically use the solve-asana-issue skill to:
- Read the issue from Asana
- Investigate the root cause
- Create a fix PR if needed (with tests)
- Follow iCHEF PR conventions
To get the latest version:
/plugin update holis-claude-toolSee CHANGELOG.md
- Claude Code CLI
- Asana MCP server configured (for reading Asana issues)
MIT