Add Slack forum link to all user-facing communications - #651
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the README and agent constants to provide direct links to the Slack forum for suggestions and complaints, replacing plain text channel references. The review feedback correctly points out that the AGENT_WARNING constant is used in Jira comments, which require Jira wiki markup rather than standard Markdown to render correctly, and provides a suggestion to fix the formatting.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
PR Summary by QodoAdd Slack forum link to Jira/MR templates and README
AI Description
Diagram
High-Level Assessment
Files changed (2)
|
Code Review by Qodo
Context used✅ Compliance rules (platform):
7 rules 1.
|
Update Jira comments, MR descriptions, and README to include a clickable link to the Slack forum (#forum-ymir-package-automation) and emphasize that feedback posted there is more visible than on individual issues. Assisted-by: Claude Sonnet 4.5 <noreply@anthropic.com>
1e66d10 to
4efc66e
Compare
|
/agentic_review |
|
Code review by qodo was updated up to the latest commit 4efc66e |
|
|
||
| Warning: This is an AI-Generated contribution and may contain mistakes. | ||
| Please carefully review the contributions made by AI agents. | ||
| You can learn more about the Ymir project at https://docs.google.com/document/d/1zKeJQtIlGkgQ7QoEVFxz4dLVEjqB74_E3tW0_wCo6YM/edit?usp=sharing |
There was a problem hiding this comment.
I would prefer linking directly our docs page https://ymir.pages.redhat.com/
Sync the SKILL.md files with the updated AGENT_WARNING from constants.py to ensure skill-driven usage also includes the Slack forum guidance. Updated skills: - agents_as_skills/triage/SKILL.md - agents_as_skills/backport/SKILL.md - agents_as_skills/rebase/SKILL.md All now include the same Slack forum callout that appears in the production agent Jira comments, using Jira wiki link syntax. Assisted-by: Claude Sonnet 4.5 <noreply@anthropic.com>
846c9aa to
bd9d5ba
Compare
Summary
This PR adds the Slack forum link to all user-facing communications from Ymir agents, making it easier for users to provide feedback and report issues through the preferred channel.
Changes
1. Jira Comments (
ymir/agents/constants.py)AGENT_WARNINGto include a prominent call-out with the Slack forum linktasks.comment_in_jira()which usesJIRA_COMMENT_TEMPLATE2. Merge Request Descriptions (
ymir/agents/constants.py)mr_description_footer()to make the Slack channel a clickable link3. README.md
Impact
The Slack forum link (
https://redhat.enterprise.slack.com/archives/C095699FLMR) is now visible and clickable in:This will help direct user feedback to the forum where it's more visible and can be addressed more effectively by the team.
Testing
🤖 Generated with Claude Code