Skip to content

Conversation

@buzzdan
Copy link
Owner

@buzzdan buzzdan commented Nov 23, 2025

This pull request introduces an automated detection and engagement mechanism for Go code work within the linter-driven development workflow. It adds a new hook that analyzes user prompts and project context to determine when to activate the Go linter-driven development skill, and updates documentation to clarify the auto-engagement process. The most important changes are:

Hook system integration:

  • Added a new UserPromptSubmit hook configuration in hooks.json to trigger a custom shell script when a user submits a prompt.
  • Implemented the user-prompt-submit.sh script, which analyzes the user's message and project directory to detect Go-related work and signals the system to use the Go linter-driven development skill when appropriate.

Documentation update:

  • Updated the skill documentation (SKILL.md) to explain the new auto-engagement behavior and instruct users on what to expect when the hook detects Go code work.

@buzzdan buzzdan marked this pull request as draft November 23, 2025 22:29
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.

2 participants