Skip to content

feat: Claude skill to file issues#1873

Merged
JanPokorny merged 5 commits intomainfrom
feat/claude-skill-to-file-issues
Jan 27, 2026
Merged

feat: Claude skill to file issues#1873
JanPokorny merged 5 commits intomainfrom
feat/claude-skill-to-file-issues

Conversation

@tomkis
Copy link
Copy Markdown
Collaborator

@tomkis tomkis commented Jan 22, 2026

Summary

Linked Issues

Documentation

  • No Docs Needed:

If this PR adds new feature or changes existing. Make sure documentation is adjusted accordingly. If the docs is not needed, please explain why.

Signed-off-by: Tomas Weiss <tomas.weiss2@gmail.com>
Signed-off-by: Tomas Weiss <tomas.weiss2@gmail.com>
@gemini-code-assist
Copy link
Copy Markdown
Contributor

Summary of Changes

Hello @tomkis, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request introduces a new AI-powered capability to streamline the creation of GitHub issues. By defining a "draft-issue" skill for Claude, it aims to automate the initial drafting process, ensuring consistency and adherence to best practices for bug reports and feature requests within the i-am-bee/agentstack project.

Highlights

  • New Claude Skill: Introduces a new Claude skill named "draft-issue" designed to automate the process of drafting GitHub issues for the i-am-bee/agentstack repository.
  • Defined Workflow: Outlines a clear workflow for the "draft-issue" skill, including steps like code analysis, clarification, template exploration, duplicate searching, label fetching, and user approval.
  • Issue Drafting Rules: Establishes specific rules for drafting issues, emphasizing conciseness, focusing on problems over solutions, requiring user approval, and ensuring proper titles and labels.

🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console.

Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request introduces a new Claude skill for drafting GitHub issues. The skill definition is well-structured, but I've identified a few areas for improvement in the workflow instructions to ensure the agent can execute its tasks reliably. My feedback includes correcting a file path, fixing a typo, and making an instruction more specific.

Comment thread .claude/skills/file-issue/SKILL.md Outdated
Comment thread .claude/skills/file-issue/SKILL.md Outdated
Comment thread .claude/skills/file-issue/SKILL.md Outdated
tomkis and others added 3 commits January 26, 2026 08:35
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: Tomáš Weiss <tomas.weiss2@gmail.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: Tomáš Weiss <tomas.weiss2@gmail.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: Tomáš Weiss <tomas.weiss2@gmail.com>
@tomkis tomkis marked this pull request as ready for review January 26, 2026 07:35
@dosubot dosubot Bot added the size:M This PR changes 30-99 lines, ignoring generated files. label Jan 26, 2026
@jjeliga jjeliga self-requested a review January 27, 2026 07:57
@dosubot dosubot Bot added the lgtm This PR has been approved by a maintainer label Jan 27, 2026
@JanPokorny JanPokorny merged commit 2583d34 into main Jan 27, 2026
8 of 9 checks passed
@JanPokorny JanPokorny deleted the feat/claude-skill-to-file-issues branch January 27, 2026 12:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

lgtm This PR has been approved by a maintainer size:M This PR changes 30-99 lines, ignoring generated files.

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

3 participants