slash

Migrate XML documentation comments into C# source files and audit gaps.

Updated Feb 20, 2026
One-click install
npx skills add https://github.com/richlander/slash-slash-slash-ftw --skill slash
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: slash
Source: https://github.com/richlander/slash-slash-slash-ftw/tree/main
Command: npx skills add https://github.com/richlander/slash-slash-slash-ftw --skill slash

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of migrating and synchronizing XML documentation comments from a separate repository into C# source files, ensuring consistent and comprehensive API documentation.

Core Features & Use Cases

  • XML Doc Migration: Transfers rich XML documentation into C# /// comments.
  • Audit & Quality Checks: Identifies documentation gaps and conflicts between sources.
  • Interactive Workflow: Supports step-by-step migration and verification for efficient agent-based work.
  • Use Case: Automatically update thousands of C# API comments using the authoritative XML documentation, ensuring IntelliSense and documentation generation tools have the latest information.

Quick Start

Use the slash skill to audit the documentation for the List type using the provided XML and C# file paths.

Frequently Asked Questions about slash

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I migrate XML documentation to C# comments from a separate repository?

To migrate XML documentation to C# comments, you can automate transferring rich XML docs into C# source files. This synchronizes API documentation from external repositories directly into the code.

How do I audit API documentation gaps and conflicts between XML and C# source files?

You can audit API documentation gaps and conflicts by analyzing differences between XML docs and C# source files. This interactive workflow identifies missing or mismatched comments for agent-driven improvements.

What is the best way to update thousands of C# API comments using dotnet-api-docs XML?

The best way to update thousands of C# API comments is automating the migration of dotnet-api-docs XML into C# source files. This ensures IntelliSense and documentation tools receive the latest authoritative information.

Can I interactively verify XML doc migration step-by-step for large codebases?

Yes, you can interactively verify XML doc migration step-by-step for large codebases. The interactive workflow supports agent-driven verification, ensuring comprehensive API documentation quality during the merge process.

Does XML documentation migration work with C# IntelliSense generation tools?

XML documentation migration works with C# IntelliSense generation tools by merging authoritative XML comments into source files. This ensures the generated IntelliSense displays the latest, comprehensive API information.