Conversation
Extract the advisor's hardcoded gh-command workflows into three reusable Claude Code skills (check-student-progress, generate-research-ideas, assign-work) and simplify CLAUDE-ADVISOR.md to a high-level strategy doc that references them. Restore orchestrator-rbac.yaml (deleted in aa244b4) with added apps/deployments permissions for kubectl get deployments. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Keep skill-based loop from skillz branch with updated file references (train.py) from main. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Update assign-work and generate-research-ideas skills to reference train.py after the repo restructure. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…<advisor>/ Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…nches to <advisor>/ Resolves conflict in CLAUDE-ADVISOR.md by keeping the skill-based loop from skillz and propagating the label/branch rename into the skills. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Refactor advisor workflow from a monolithic instruction doc into composable Claude Code skills
The advisor's CLAUDE-ADVISOR.md was a 182-line file with the entire workflow hardcoded — inline gh commands, PR templates,
label swap patterns, sub-agent instructions, decision criteria. This PR extracts those into 3 standalone skills:
(merge/request-changes/close logic, label management, conflict handling)
protocol, prioritization guidelines)
guidelines)
CLAUDE-ADVISOR.md is now a 67-line strategy document: identity, boundaries, a 4-step loop that references the skills by
name, and high-level principles. All mechanical details live in the skills.
Additionally:
placeholders
deployments actually works