Skip to content

fix: add composer extra block and fix plugin.json author URL#14

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

fix: add composer extra block and fix plugin.json author URL#14
CybotTM merged 1 commit intomainfrom
fix-consistency

Conversation

@CybotTM
Copy link
Member

@CybotTM CybotTM commented Feb 25, 2026

Summary

  • Clean SKILL.md frontmatter to only name + description (pagerangers)
  • Fix description to start with "Use when" (pagerangers)
  • Add missing composer.json extra.ai-agent-skill path (agents)
  • Standardize plugin.json author.url to company website (agents)

Context

Per writing-skills standards, SKILL.md frontmatter should only contain name and description.
Descriptions must start with "Use when" and describe triggering conditions only.

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

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 focuses on standardizing and correcting metadata within the project. It addresses formatting issues in the SKILL.md files, adds a crucial configuration entry in composer.json, and updates the author URL in plugin.json to ensure consistency and adherence to project standards.

Highlights

  • SKILL.md Frontmatter: Cleaned the SKILL.md frontmatter to include only the name and description, aligning with writing-skills standards.
  • Description Formatting: Ensured that descriptions in SKILL.md start with 'Use when' to clearly define triggering conditions.
  • Composer Configuration: Added the missing extra.ai-agent-skill path to composer.json, linking to the skill definition file.
  • Author URL Standardization: Standardized the plugin.json author URL to the company website for consistency.
Changelog
  • .claude-plugin/plugin.json
    • Updated author URL to the company website.
  • composer.json
    • Added extra.ai-agent-skill path to skills/agents/SKILL.md.
Activity
  • The pull request addresses issues related to metadata standardization and formatting.
  • Changes include updates to SKILL.md, composer.json, and plugin.json.
  • The updates ensure consistency and adherence to project standards.
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

@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 configuration changes to register an AI agent skill and standardize author information. A new extra block is added to composer.json to define the skill path, and the author URL in .claude-plugin/plugin.json is updated. My review found a minor inconsistency in URL formatting between the project's configuration files. I have provided a suggestion to align them for better maintainability.

Copy link

Copilot AI left a comment

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 aligns the agents skill packaging metadata with the repo’s skill-writing standards and ensures composer-based installers can locate the skill definition.

Changes:

  • Adds extra.ai-agent-skill to composer.json pointing to skills/agents/SKILL.md.
  • Updates .claude-plugin/plugin.json to use the company website for author.url.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
composer.json Adds extra.ai-agent-skill so composer tooling can discover the skill’s SKILL.md entrypoint.
.claude-plugin/plugin.json Standardizes author.url away from the repo URL to the company website.

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

@CybotTM CybotTM merged commit 9281ec4 into main Feb 25, 2026
12 checks passed
@CybotTM CybotTM deleted the fix-consistency branch February 25, 2026 13:03
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