fix: align SKILL.md with writing-skills quality standard#10
Conversation
Restructure SKILL.md from ~2,500 words to <500 words by moving detailed content to reference files: - references/verification-guide.md: verification steps, name matching, command verification, agent-optimized design principles - references/scripts-guide.md: complete script options, post-generation validation checklist - references/ai-tool-compatibility.md: Claude Code shim, Codex stacking, Copilot integration - references/output-structure.md: root/scoped sections, auto-generate vs manual curation, override best practices Fix description to use "Use when..." format.
Summary of ChangesHello @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 refactors the AGENTS.md generator skill documentation to enhance its quality, conciseness, and utility for AI coding agents. By adhering to a new writing standard, the main documentation is now streamlined, with detailed guides and technical specifications modularized into separate reference files. This change aims to improve the efficiency with which AI agents can process and utilize the documentation, while also making it more manageable for human readers. Highlights
Changelog
Activity
Using Gemini Code AssistThe 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
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 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
|
There was a problem hiding this comment.
Code Review
This pull request significantly improves the structure and readability of the SKILL.md documentation by refactoring a very large file into a more concise overview and moving detailed information into separate files under the references/ directory. This is a great change for maintainability.
My review includes one suggestion for the main SKILL.md file to improve navigation by making file references in the 'References' table clickable links, and to address some references to files that do not appear to exist in the repository.
Summary
Addresses netresearch/claude-code-marketplace#32