Merged
Conversation
2 tasks
There was a problem hiding this comment.
Pull request overview
This PR tightens the Claude Code Basecamp plugin by removing unused/dead plugin assets, reducing session-start overhead, and adding a dedicated health-check command entrypoint.
Changes:
- Removed obsolete plugin artifacts (marketplace manifest, dead skill symlink, redundant agents).
- Simplified the session-start hook to a lightweight CLI presence + auth-status check.
- Added an invocable
/basecamp-doctorcommand that runsbasecamp doctor --json.
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
.claude-plugin/skills/basecamp-api-reference |
Removes a dead/broken skill symlink. |
.claude-plugin/marketplace.json |
Removes marketplace manifest (moved to external pointer repo per PR description). |
.claude-plugin/hooks/session-start.sh |
Replaces context-priming with a minimal liveness/auth check. |
.claude-plugin/commands/doctor.md |
Adds /basecamp-doctor command docs/instructions wrapping basecamp doctor --json. |
.claude-plugin/agents/context-linker.md |
Removes a non-functional agent definition. |
.claude-plugin/agents/basecamp-navigator.md |
Removes a redundant agent definition. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Marketplace index moves to basecamp/claude-plugins as a thin pointer back to this repo. The basecamp-api-reference skill symlink target never existed.
basecamp-navigator duplicated the /basecamp skill's CLI reference. context-linker had no tools declared and couldn't execute; the post-commit hook already covers the commit-linking workflow.
Was 4 subprocess calls gathering version, config, profile, and auth plus a stale example commands block. Now one call to confirm auth status. Context priming deferred to first use via the /basecamp skill.
Wraps `basecamp doctor --json` to check CLI health, auth, API connectivity, and project context in one call.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 6 out of 6 changed files in this pull request and generated 2 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Make jq parse failure-tolerant so the hook emits output even when basecamp auth status returns non-JSON. Fix comment to reflect that auth check requires jq.
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
basecamp/claude-pluginsrepo as a thin pointer back herebasecamp-api-referenceskill symlink (target never existed)basecamp-navigator(duplicated the skill) andcontext-linker(had no tools, couldn't execute)/basecampuse/basecamp-doctorcommand wrappingbasecamp doctor --jsonTest plan
basecamp doctorconfirms plugin active and healthygit commitwith BC-* branch names/basecampskill still triggers on Basecamp-related prompts/basecamp-doctorruns health checks and reports results