docs: add SKILL.md, CLAUDE.md, and package READMEs#9
Merged
Conversation
Add Claude Code skill file for agent integration, project-level CLAUDE.md quick-reference, and improved npm/PyPI README files matching the jira-cli-v2 documentation structure.
Codecov Report❌ Patch coverage is
📢 Thoughts on this report? Let us know! |
- Handle unchecked error returns (errcheck) across test and prod code - Remove unused newTestClient helper (unused) - Fix ineffectual assignment in preset_test.go (ineffassign) - Apply De Morgan's law in cache_test.go (staticcheck) - Add ReadHeaderTimeout to OAuth2 callback server (gosec G112) - Add #nosec annotations for intentional patterns (G107, G204, G117)
- G101: TokenURL is a well-known public OAuth endpoint, not a credential - G117: Move #nosec annotation to json.Marshal call site
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
skill/confluence-cli/SKILL.md— full Claude Code skill with setup, command discovery, common operations, token efficiency, batch, error handling, agent patterns, security, and troubleshootingCLAUDE.md— condensed quick-reference for contributors and agents (key patterns, common operations, global flags, security)npm/README.mdand updatepython/README.md— package registry READMEs with install instructions, feature highlights, and quick start examplesAll files follow the same structure and conventions as jira-cli-v2.
Test plan
cp -r skill/confluence-cli ~/.claude/skills/and confirm it loads in Claude Code