Skip to content

Conversation

@killme2008
Copy link
Owner

No description provided.

Signed-off-by: Dennis Zhuang <[email protected]>
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds an optional “skill” package for fetching devtap build output when MCP isn’t available, and introduces --quiet/-q modes for CLI consumers that want compact/raw output.

Changes:

  • Add --quiet/-q to devtap status (prints total pending count only) and devtap drain (prints raw lines without [devtap: ...] headers).
  • Add FormatMessagesRaw (and tests) to support raw output formatting.
  • Add a distributable skill folder (skills/devtap-get-build-errors) and document installation in the README.

Reviewed changes

Copilot reviewed 8 out of 8 changed files in this pull request and generated 4 comments.

Show a summary per file
File Description
skills/devtap-get-build-errors/scripts/get_build_errors.sh Adds CLI fallback script for draining build output
skills/devtap-get-build-errors/SKILL.md Adds skill definition/instructions for agents
internal/mcp/server.go Adds FormatMessagesRaw helper for headerless formatting
internal/mcp/server_test.go Adds unit tests for FormatMessagesRaw
cmd/devtap/status.go Adds --quiet/-q flag to print total pending count
cmd/devtap/drain.go Adds --quiet/-q to print raw output without headers
cmd/devtap/storefactory_test.go Adds tests for openStoreStrict behavior
README.md Documents optional skill installation and new quiet flags

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@killme2008 killme2008 merged commit ff96f6e into main Feb 7, 2026
3 checks passed
@killme2008 killme2008 deleted the feature/skills branch February 7, 2026 13:44
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