Skip to content

fix: standardize frontmatter and composer.json paths#28

Merged
CybotTM merged 1 commit into
mainfrom
fix-consistency
Feb 25, 2026
Merged

fix: standardize frontmatter and composer.json paths#28
CybotTM merged 1 commit into
mainfrom
fix-consistency

Conversation

@CybotTM

@CybotTM CybotTM commented Feb 25, 2026

Copy link
Copy Markdown
Member

Summary

  • Fix composer.json extra.ai-agent-skill path to point to actual SKILL.md location

Context

The extra.ai-agent-skill path was pointing to SKILL.md at repo root, but the actual file is at skills/github-project/SKILL.md.

Signed-off-by: Sebastian Mendel <info@sebastianmendel.de>
@gemini-code-assist

Copy link
Copy Markdown
Contributor

Summary of Changes

Hello @CybotTM, 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 addresses an issue where the composer.json file was misconfigured, causing the ai-agent-skill plugin to look for the SKILL.md file in an incorrect location. By updating the path, the change ensures that the skill definition can be properly located and utilized, resolving a configuration discrepancy.

Highlights

  • Composer Configuration Fix: Corrected the extra.ai-agent-skill path in composer.json to accurately point to the SKILL.md file located at skills/github-project/SKILL.md.
Changelog
  • composer.json
    • Updated the ai-agent-skill path in the extra section to point to the correct file location.
Activity
  • No human activity has been recorded on this pull request yet.
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.

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

Copy link
Copy Markdown
Contributor

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 updates the composer.json file to correct the path for the ai-agent-skill. The path was changed from SKILL.md to skills/github-project/SKILL.md to reflect the actual location of the skill definition file. This is a necessary fix to ensure the skill is correctly identified by the composer plugin.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

This PR fixes the composer.json configuration to point to the correct location of the SKILL.md file. The extra.ai-agent-skill path was incorrectly pointing to SKILL.md at the repository root, but the actual file is located at skills/github-project/SKILL.md. This ensures the netresearch/composer-agent-skill-plugin can correctly locate the skill definition file.

Changes:

  • Updated extra.ai-agent-skill path in composer.json from SKILL.md to skills/github-project/SKILL.md

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@CybotTM CybotTM merged commit 0d27cd9 into main Feb 25, 2026
10 checks passed
@CybotTM CybotTM deleted the fix-consistency branch February 25, 2026 13:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants