Skip to content

docs: add SKILL.md, CLAUDE.md, and package READMEs#9

Merged
sofq merged 3 commits intomainfrom
docs/add-skill-claude-md-readmes
Mar 29, 2026
Merged

docs: add SKILL.md, CLAUDE.md, and package READMEs#9
sofq merged 3 commits intomainfrom
docs/add-skill-claude-md-readmes

Conversation

@sofq
Copy link
Copy Markdown
Owner

@sofq sofq commented Mar 29, 2026

Summary

  • Add skill/confluence-cli/SKILL.md — full Claude Code skill with setup, command discovery, common operations, token efficiency, batch, error handling, agent patterns, security, and troubleshooting
  • Add CLAUDE.md — condensed quick-reference for contributors and agents (key patterns, common operations, global flags, security)
  • Add npm/README.md and update python/README.md — package registry READMEs with install instructions, feature highlights, and quick start examples

All files follow the same structure and conventions as jira-cli-v2.

Test plan

  • Verify SKILL.md renders correctly on GitHub
  • Verify CLAUDE.md renders correctly on GitHub
  • Verify npm/README.md renders correctly on npmjs.com after publish
  • Verify python/README.md renders correctly on PyPI after publish
  • Install skill locally: cp -r skill/confluence-cli ~/.claude/skills/ and confirm it loads in Claude Code

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
Copy link
Copy Markdown

codecov bot commented Mar 29, 2026

Codecov Report

❌ Patch coverage is 76.92308% with 3 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
internal/oauth2/threelo.go 66.66% 3 Missing ⚠️

📢 Thoughts on this report? Let us know!

sofq added 2 commits March 29, 2026 20:17
- 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
@sofq sofq merged commit fdc3de7 into main Mar 29, 2026
15 checks passed
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