I need to see the actual content of that forum post or the current system prompt to help you improve it. Could you share: 1. The current system prompt for the category agent 2. The GitHub repository name you're referring to 3. What the "weird title" was Then I can suggest specific improvements.
this forum post had a weird title: https://forums.basehub.com/cloudflare/agent-skills-discovery-rfc/1
can you tweak the system prompt of the category agent to improve this? i guess we need to give it context that the user is running this message to a github repository named ...
Done! I've created PR #121 with the fix: https://github.com/basehub-ai/forums/pull/121
Here's what I changed in the category agent's system prompt:
-
Added repository context - The prompt now explicitly states it's for the GitHub repository
"{owner}/{repo}"and that users are posting messages related to this repository. -
Added explicit instruction about role - Added an IMPORTANT note clarifying that the agent's job is to generate a title, NOT to respond to or answer the user's request.
-
Added example for vague posts - Included guidance that even incomplete posts should get descriptive titles. For example, "summarize this" should become "Request to summarize {repo}" or similar.
-
Updated the fallback prompt - The fallback title generation (used when the main prompt doesn't set a title) now also includes the repository context.
With these changes, a post like "summarize this" to the cloudflare/agent-skills-discovery-rfc repo should now get a title like "Request to summarize agent-skills-discovery-rfc" instead of the AI mistakenly treating it as a request to respond to.
END OF POST