Frontmatter
| id | 7639 |
| title | Chore: Improve `create_issue` tool to enforce proposal workflow |
| state | Closed |
| labels | documentationenhancementai |
| assignees | tobiu |
| createdAt | Oct 25, 2025, 11:14 AM |
| updatedAt | Oct 25, 2025, 11:25 AM |
| githubUrl | https://github.com/neomjs/neo/issues/7639 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Oct 25, 2025, 11:25 AM |
To improve the agent's workflow and prevent errors like forgetting labels, the
create_issuetool's description in the OpenAPI spec should be updated. The new description should instruct the agent to always propose the issue'stitle,body, andlabelsto the user for approval before calling the tool. This ensures user alignment and completeness before the issue is created on GitHub.