Conversation
This update adds missing documentation for features that are implemented and used in workflows but were not documented in the instructions file. Changes: - Added upload-assets safe-output documentation - Added messages configuration (footer, run-started, run-success, run-failure) - Added serena tool documentation - Added workflow_call trigger example These features are already documented in the full reference docs (docs/src/content/docs/reference/) and are actively used in repository workflows but were missing from the concise instructions file. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
pelikhan
approved these changes
Dec 3, 2025
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.
Instructions Update - Synchronized with Repository Workflows
This PR updates the
github-agentic-workflows.mdinstructions file to include features that are already documented in the full reference documentation and actively used in repository workflows, but were missing from the concise instructions file.Changes Made
1. Added
upload-assetsSafe-Output Documentationdocs/src/content/docs/reference/frontmatter-full.md2. Added
messagesConfiguration{workflow_name},{run_url},{event_type},{status},{triggering_number}docs/src/content/docs/reference/safe-outputs.md3. Added
serenaTool Documentationdocs/src/content/docs/reference/frontmatter-full.md4. Added
workflow_callTrigger ExampleRepository Workflows Reviewed
These features were identified by analyzing 93 workflow files in
.github/workflows/, including:stale-repo-identifier.md(uses upload-assets, messages)archie.md(uses serena tool, messages)unbloat-docs.md(uses upload-assets, messages)Documentation Commits Analyzed
Since there are no git tags in the repository, analysis was based on current workflow usage patterns.
Validation