Skip to content

docs: fix SKILL.md accuracy gaps and improve description#117

Merged
sofq merged 1 commit intomainfrom
fix/skill-md-accuracy
Apr 14, 2026
Merged

docs: fix SKILL.md accuracy gaps and improve description#117
sofq merged 1 commit intomainfrom
fix/skill-md-accuracy

Conversation

@sofq
Copy link
Copy Markdown
Owner

@sofq sofq commented Apr 14, 2026

Summary

  • Shortened frontmatter description for better agent skill matching (~40 words vs ~70)
  • Added oauth2 configure caveat — jr configure rejects oauth2; must be set manually in config file
  • Documented 3 missing env vars: JR_AUTH_TYPE, JR_AUTH_USER, JR_CONFIG_PATH
  • Documented --query flag on raw command for passing query parameters
  • Documented --assign flag on template apply
  • Added 4 per-invocation override flags to global flags table: --base-url, --auth-token, --auth-user, --auth-type
  • Noted --profile is required for configure --delete

Test plan

  • Verify each documented flag exists: jr raw --help, jr template apply --help, jr configure --help
  • Verify env vars: JR_AUTH_TYPE=bearer jr raw GET /rest/api/3/myself
  • Confirm oauth2 rejection: jr configure --auth-type oauth2 should error

- Shorten frontmatter description for better agent skill matching
- Add oauth2 configure caveat (must be configured manually)
- Document missing env vars: JR_AUTH_TYPE, JR_AUTH_USER, JR_CONFIG_PATH
- Document --query flag on raw command
- Document --assign flag on template apply
- Add per-invocation override flags to global flags table
- Note --profile is required for configure --delete
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 14, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@sofq sofq merged commit b55a05a into main Apr 14, 2026
15 checks passed
@sofq sofq deleted the fix/skill-md-accuracy branch April 14, 2026 07:55
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