Skip to content

[docs] docs: unbloat SideRepoOps page#19906

Merged
pelikhan merged 2 commits intomainfrom
docs/unbloat-side-repo-ops-dd72b9a91171c69b
Mar 7, 2026
Merged

[docs] docs: unbloat SideRepoOps page#19906
pelikhan merged 2 commits intomainfrom
docs/unbloat-side-repo-ops-dd72b9a91171c69b

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Mar 7, 2026

Cleaned up docs/src/content/docs/patterns/side-repo-ops.mdx to reduce documentation bloat.

What changed

File: docs/src/content/docs/patterns/side-repo-ops.mdx

Bloat removed

  1. "When to Use SideRepoOps" section — Replaced the 5-bullet "Key Benefits" list with concise prose. The list duplicated information already implied by the page intro and added no new detail. The concluding sentence was also folded in.

  2. Redundant explanation after ASCII diagram — Removed the sentence "In SideRepoOps, workflows run in GitHub Actions on the side repository but perform operations... on the main repository using cross-repository authentication." This was already conveyed by the diagram and the comparison table immediately above.

  3. Merged "Related Patterns" + "Related Documentation" sections — Combined two separate 3- and 6-bullet link lists into a single compact "Related" section using inline dot-separated links. Dropped the Security Best Practices link (pointed to architecture page, redundant with the Authentication link).

Metrics

Metric Before After Reduction
Lines 408 388 20 lines (4.9%)
Bullet points 14 0 14 bullets (100%)

The 100% reduction in bullet points exceeds the 20% threshold.

Screenshots

Screenshots could not be captured in this run: the Playwright browser runs in an isolated network environment and was unable to connect to the local Astro preview server (port 4321/4322). The docs build completed successfully with all links valid.

References:

🗜️ Compressed by Documentation Unbloat ·

  • expires on Mar 9, 2026, 12:10 AM UTC


✨ PR Review Safe Output Test - Run 22788163092

💥 [THE END] — Illustrated by Smoke Claude ·

- Removed 5-bullet "Key Benefits" list, integrated into concise prose
- Removed redundant explanatory sentence after ASCII architecture diagram
- Merged "Related Patterns" and "Related Documentation" sections into a
  single "Related" section with inline links

Reduces from 408 to 388 lines; eliminates all 14 bullet points (100%
reduction in bullet count).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@github-actions github-actions bot added automation documentation Improvements or additions to documentation labels Mar 7, 2026
Copy link
Contributor Author

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

💥 Automated smoke test review - all systems nominal!

💥 [THE END] — Illustrated by Smoke Claude

- **[MultiRepoOps](/gh-aw/patterns/multi-repo-ops/)** - Coordinate work across multiple repositories from main repo
- **[Orchestration](/gh-aw/patterns/orchestration/)** - Orchestrate multi-issue initiatives
- **[IssueOps](/gh-aw/patterns/issue-ops/)** - Issue-driven automation patterns
## Related
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Combining "Related Patterns" and "Related Documentation" into a single "Related" section with dot-separated inline links is a clean improvement. This saves vertical space while maintaining discoverability.

@pelikhan pelikhan marked this pull request as ready for review March 7, 2026 01:13
Copilot AI review requested due to automatic review settings March 7, 2026 01:13
@pelikhan pelikhan merged commit 769de31 into main Mar 7, 2026
2 checks passed
@pelikhan pelikhan deleted the docs/unbloat-side-repo-ops-dd72b9a91171c69b branch March 7, 2026 01:14
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

Reduces perceived documentation bloat on the SideRepoOps pattern page by consolidating verbose sections into more compact prose and link formatting.

Changes:

  • Condensed the “When to Use SideRepoOps” section from a multi-bullet “Key Benefits” list into a single paragraph.
  • Removed a redundant explanatory sentence following the SideRepoOps architecture diagram.
  • Collapsed “Related Patterns” + “Related Documentation” into a single compact “Related” section with inline links.
Comments suppressed due to low confidence (1)

docs/src/content/docs/patterns/side-repo-ops.mdx:388

  • The label "Reference" precedes multiple links. For clarity/grammar, consider using a plural label ("References") or aligning with the more common "Related Documentation" wording used elsewhere in the docs.
**Reference**: [Cross-Repository Operations](/gh-aw/reference/cross-repository/) · [Safe Outputs](/gh-aw/reference/safe-outputs/) · [GitHub Tools](/gh-aw/reference/github-tools/) · [Authentication](/gh-aw/reference/auth/) · [Reusing Workflows](/gh-aw/guides/packaging-imports/)

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

You can also share your feedback on Copilot code review. Take the survey.

- **Centralized automation** - Manage workflows for repositories you don't directly control

Use SideRepoOps for workflow experimentation, creating a centralized automation hub, or managing automation for multiple repositories.
SideRepoOps is ideal when you're new to agentic workflows and want a low-risk way to experiment — no changes needed to your main repository, AI-generated issues stay separate from organic development, and sensitive automation logic remains in a private repository. Use it for workflow experimentation, centralized automation across multiple repositories, or managing workflows for repositories you don't directly control.
Copy link

Copilot AI Mar 7, 2026

Choose a reason for hiding this comment

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

The clause after the em dash reads as a sentence fragment ("— no changes needed…"). Consider rephrasing to a full clause (e.g., "…and requires no changes to your main repository…") to keep the paragraph grammatically consistent and easier to scan.

Suggested change
SideRepoOps is ideal when you're new to agentic workflows and want a low-risk way to experimentno changes needed to your main repository, AI-generated issues stay separate from organic development, and sensitive automation logic remains in a private repository. Use it for workflow experimentation, centralized automation across multiple repositories, or managing workflows for repositories you don't directly control.
SideRepoOps is ideal when you're new to agentic workflows and want a low-risk way to experiment, as it requires no changes to your main repository, keeps AI-generated issues separate from organic development, and ensures that sensitive automation logic remains in a private repository. Use it for workflow experimentation, centralized automation across multiple repositories, or managing workflows for repositories you don't directly control.

Copilot uses AI. Check for mistakes.
Comment on lines +384 to +388
## Related

## Related Documentation
**Patterns**: [MultiRepoOps](/gh-aw/patterns/multi-repo-ops/) · [Orchestration](/gh-aw/patterns/orchestration/) · [IssueOps](/gh-aw/patterns/issue-ops/)

- [Cross-Repository Operations](/gh-aw/reference/cross-repository/) - Checkout and target-repo configuration
- [Safe Outputs Reference](/gh-aw/reference/safe-outputs/) - Complete safe output configuration
- [GitHub Tools](/gh-aw/reference/github-tools/) - GitHub API toolsets
- [Authentication](/gh-aw/reference/auth/) - Token types and precedence
- [Security Best Practices](/gh-aw/introduction/architecture/) - Authentication and security
- [Reusing Workflows](/gh-aw/guides/packaging-imports/) - Sharing workflows
**Reference**: [Cross-Repository Operations](/gh-aw/reference/cross-repository/) · [Safe Outputs](/gh-aw/reference/safe-outputs/) · [GitHub Tools](/gh-aw/reference/github-tools/) · [Authentication](/gh-aw/reference/auth/) · [Reusing Workflows](/gh-aw/guides/packaging-imports/)
Copy link

Copilot AI Mar 7, 2026

Choose a reason for hiding this comment

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

This page now uses a non-standard "## Related" section with inline link lists. Across the docs, the established convention is to use separate "## Related Patterns" and "## Related Documentation" headings (e.g., docs/src/content/docs/patterns/multi-repo-ops.md:256-269, docs/src/content/docs/patterns/central-repo-ops.mdx:401-407). Consider keeping those headings here (even if you keep the compact inline link format) to maintain consistent navigation and searchability.

This issue also appears on line 388 of the same file.

See below for a potential fix:

## Related Patterns

**Patterns**: [MultiRepoOps](/gh-aw/patterns/multi-repo-ops/) · [Orchestration](/gh-aw/patterns/orchestration/) · [IssueOps](/gh-aw/patterns/issue-ops/)

## Related Documentation

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automation documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants