Skip to content

Comments

fix(claude): add missing acli error patterns to skill troubleshooting#75

Merged
paveg merged 1 commit intomainfrom
fix/acli-skill-error-patterns
Feb 20, 2026
Merged

fix(claude): add missing acli error patterns to skill troubleshooting#75
paveg merged 1 commit intomainfrom
fix/acli-skill-error-patterns

Conversation

@paveg
Copy link
Owner

@paveg paveg commented Feb 20, 2026

Summary

  • Added 3 new error patterns to acli SKILL.md troubleshooting table based on actual usage errors
  • Expanded syntax differences section with search --jql and edit --from-json notes

New error patterns

# Error Correct usage
1 JQL passed as positional arg to search search --jql "..."
3 --file flag on edit --from-json
5 JQL != operator issues NOT IN (Done, Canceled)

(#2 view --key and #4 missing --yes were already documented in #74)

Test plan

  • Review troubleshooting table for accuracy
  • Verify syntax differences section is consistent with quick reference

Add error patterns discovered during actual usage sessions:
- search requires --jql flag (not positional arg)
- edit uses --from-json (not --file)
- JQL != operator issues (use NOT IN instead)
@paveg paveg merged commit 9445f8f into main Feb 20, 2026
8 checks passed
@paveg paveg deleted the fix/acli-skill-error-patterns branch February 20, 2026 08:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant