Agent skill
solve-asana-issue
When you are asked to solve a issue with asana link given, consider this skill
Install this agent skill to your Project
npx add-skill https://github.com/iCHEF/holis-claude-tool/tree/main/skills/solve-asana-issue
SKILL.md
Following the instructions
- Read the Issue from asana and build up comprehensive understanding of the issue itself
- You can use any Skills, Tools, Command, Agent, or check any document include source code to figure out root cause of problem
- If you think it's no need to write code, report you conclusion to me
- If you think PR is need, you can carryout a Fix PR
Caveat: if carry out a Fix PR
- Make sure checkout from develop to your fix branch
- Make sure you write test cover fixed logic and test is passed
- Make PR is target to merge to develop
Caveat: if fire PR to Github
- Put Asana Issue link in front section if PR description
- Describe root cause and how to fix comprehensively, but not lengthly
- If PR is large, provide advice to reviewer
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
setup-pre-commit
Set up Husky pre-commit hooks with lint-staged (Prettier), type checking, and tests in the current repo. Use when user wants to add pre-commit hooks, set up Husky, configure lint-staged, or add commit-time formatting/typechecking/testing.
obsidian-vault
Search, create, and manage notes in the Obsidian vault with wikilinks and index notes. Use when user wants to find, create, or organize notes in Obsidian.
scaffold-exercises
Create exercise directory structures with sections, problems, solutions, and explainers that pass linting. Use when user wants to scaffold exercises, create exercise stubs, or set up a new course section.
edit-article
Edit and improve articles by restructuring sections, improving clarity, and tightening prose. Use when user wants to edit, revise, or improve an article draft.
handoff
Compact the current conversation into a handoff document for another agent to pick up.
migrate-to-shoehorn
Migrate test files from `as` type assertions to @total-typescript/shoehorn. Use when user mentions shoehorn, wants to replace `as` in tests, or needs partial test data.
Didn't find tool you were looking for?