You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds a contributing guide documenting the pre-commit hook that enforces skill file sync, and syncs the currently out-of-date generated setup skill files.
[NOTE] The four adapter files (.agents/skills/setup/SKILL.md, .claude/commands/setup.md, .cursor/rules/setup.mdc, .gemini/skills/setup/SKILL.md) contain identical logical changes with updated sync hashes, confirming sync.sh was run correctly.
[NOTE] The "Greenfield GitHub baseline guidance" section was removed as a standalone Phase 3 preamble but its content was preserved as a condensed inline note in Phase 2 (label check step), which keeps the guidance available without the multi-step interactive flow. This is a net simplification that retains the important information.
[NOTE] The Standard profile previously specified DEFAULT_REVIEWERS and TICKET_LABEL_CREATION_ALLOWED should be skipped for the Standard profile in Phase 3 only "unless the user asks about them." The new table-based format drops that nuance and now lists them as applicable to Standard unconditionally, which is arguably more consistent and correct (they were already walked through for Standard in the old version's per-key sections).
[NOTE] The pre-commit hook in docs/contributing.md uses ./sync.sh --dry-run 2>/dev/null which silences stderr. If sync.sh itself has an error (e.g., missing dependency), the hook would silently pass. This is minor since the hook is a developer convenience, not a CI gate, but worth being aware of.
No correctness, security, or convention issues found. The PR is a clean refactor that deduplicates the setup skill's verbose per-profile and per-value instructions into tables and shared patterns, and adds a contributing guide documenting the pre-commit hook.
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
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.
Adds a contributing guide documenting the pre-commit hook that enforces skill file sync, and syncs the currently out-of-date generated setup skill files.
Issue #115