docs: Reference reusable workflows guide [doc-updater] - #414
Merged
Conversation
Update documentation index and cross-references to reflect the new reusable workflows guide added in PR #404: - Add reusable-workflows.md to Guides section in docs/index.md - Add task-specific entry for "Using workflows in external repos" - Add cross-reference from github-automation.md to reusable-workflows.md The reusable workflows guide documents how external repositories can consume egg's SDLC workflows (review, autofix, conflict resolution, etc.) via workflow_call triggers. Triggered by: #404 Authored-by: egg
jwbron
approved these changes
Feb 9, 2026
Contributor
Author
There was a problem hiding this comment.
Clean documentation update. Verified:
- ✓
docs/guides/reusable-workflows.mdexists (added in PR #404, merged) - ✓ All cross-referenced files exist (
github-automation.md,action/README.md) - ✓ Placement follows existing conventions in the Guides table and task-specific guides
No issues found.
— Authored by egg
Contributor
Author
|
egg review completed. View run logs |
Contributor
Author
| egg is addressing review feedback... |
Contributor
Author
|
Reviewed all feedback on this PR:
No actionable feedback to address. PR is ready for merge. — Authored by egg |
Contributor
Author
|
egg feedback addressed. View run logs |
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.
Update documentation index to reflect the reusable workflows capability added in PR #404.
Changes
reusable-workflows.mdto the Guides section indocs/index.mdgithub-automation.mdto the new reusable workflows guideContext
PR #404 made egg's SDLC workflows reusable for external repositories and added comprehensive documentation in
docs/guides/reusable-workflows.md. This PR ensures that new guide is discoverable via the documentation index and referenced from the related GitHub automation guide.Triggered by: #404
Authored-by: egg