categorize-revdep-issues
Write revdep/issue.md to group packages by common error categories
Install
mkdir -p .claude/skills/categorize-revdep-issues && curl -L -o skill.zip "https://mcp.directory/api/skills/download/6208" && unzip -o skill.zip -d .claude/skills/categorize-revdep-issues && rm skill.zipInstalls to .claude/skills/categorize-revdep-issues
About this skill
Categorize Reverse Dependency Issues
Write revdep/issue.md to group packages by common error categories based on the error output in revdep/problems.md and revdep/failures.md.
What This Skill Does
This skill analyzes reverse dependency check results and writes out an issue tracking file to group packages by their error types, making it easier to:
- Identify common problems across packages
- Understand which issues are dplyr-related vs external dependencies
- Prioritize fixes based on error patterns
- Provide clear guidance to package maintainers
Files Involved
Input files:
revdep/README.md- TheNew problemssection lists the packages to grouprevdep/problems.md- Detailed error output for packages with test/check issuesrevdep/failures.md- Installation failures and error messages
Output file:
revdep/issue.md- File to write packages grouped by error category to, may need to be created
Process
Step 1: Read All Input Files
Read all input files in parallel to understand the complete error landscape.
Step 2: Analyze and Categorize Errors
Group packages by their primary error cause. Common categories include:
Issues related to changes in our package:
- Missing exports
- Defunct functions
- Defunct function arguments
- Missing Rd cross-references to removed functions
Issues unrelated to changes we have made:
- Missing exports from other packages (e.g.,
purrr::at_depth) - Dependency issues
- Compilation failures (C++, Rust)
- Other packages that passed or have unclear status
Step 3: Create Category Structure
For each category:
- Create an H2 header with a descriptive category name
- Write a brief description explaining:
- What the issue is
- Why it's happening
- Suggested solution or migration path
- List all affected packages in checkbox format
Step 4: Write the New File
Format requirements:
## Category Name
Brief description of the issue and solution approach.
* [ ] [package1](url1)
* [ ] [package2](url2)
...
If you must include package specific comments, do so like:
## Category Name
Brief description of the issue and solution approach.
* [ ] [package1](url1)
* Comments about package1.
* [ ] [package2](url2)
...
Do not include package specific comments in the Brief description section.
Critical constraints:
- MUST preserve ALL packages from the
README.md'sNew problemssection - Each package appears in exactly ONE category
- Maintain checkbox format:
* [ ] [package](url) - Order categories by relevance (common issues first)
- Use "Other issues requiring investigation" for unclear cases
Quality Checks
After completing the rewrite, verify:
- Total package count in new file matches the
README.md'sNew problemssection - Each package from original appears exactly once in new file
- Each category has a clear H2 header and description
- Packages are in checkbox format with correct URLs
- Categories are logically ordered
- Common patterns are grouped together
Example Category
## Missing export: `dplyr::id`
Packages using `dplyr::id` which is not exported. These packages get "no visible binding for global variable 'id'" errors.
* [ ] [packageA](https://github.com/userA/packageA)
* [ ] [packageB](https://github.com/userB/packageB)
More by r-lib
View all skills by r-lib →You might also like
flutter-development
aj-geddes
Build beautiful cross-platform mobile apps with Flutter and Dart. Covers widgets, state management with Provider/BLoC, navigation, API integration, and material design.
drawio-diagrams-enhanced
jgtolentino
Create professional draw.io (diagrams.net) diagrams in XML format (.drawio files) with integrated PMP/PMBOK methodologies, extensive visual asset libraries, and industry-standard professional templates. Use this skill when users ask to create flowcharts, swimlane diagrams, cross-functional flowcharts, org charts, network diagrams, UML diagrams, BPMN, project management diagrams (WBS, Gantt, PERT, RACI), risk matrices, stakeholder maps, or any other visual diagram in draw.io format. This skill includes access to custom shape libraries for icons, clipart, and professional symbols.
ui-ux-pro-max
nextlevelbuilder
"UI/UX design intelligence. 50 styles, 21 palettes, 50 font pairings, 20 charts, 8 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app, .html, .tsx, .vue, .svelte. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient."
godot
bfollington
This skill should be used when working on Godot Engine projects. It provides specialized knowledge of Godot's file formats (.gd, .tscn, .tres), architecture patterns (component-based, signal-driven, resource-based), common pitfalls, validation tools, code templates, and CLI workflows. The `godot` command is available for running the game, validating scripts, importing resources, and exporting builds. Use this skill for tasks involving Godot game development, debugging scene/resource files, implementing game systems, or creating new Godot components.
nano-banana-pro
garg-aayush
Generate and edit images using Google's Nano Banana Pro (Gemini 3 Pro Image) API. Use when the user asks to generate, create, edit, modify, change, alter, or update images. Also use when user references an existing image file and asks to modify it in any way (e.g., "modify this image", "change the background", "replace X with Y"). Supports both text-to-image generation and image-to-image editing with configurable resolution (1K default, 2K, or 4K for high resolution). DO NOT read the image file first - use this skill directly with the --input-image parameter.
fastapi-templates
wshobson
Create production-ready FastAPI projects with async patterns, dependency injection, and comprehensive error handling. Use when building new FastAPI applications or setting up backend API projects.
Related MCP Servers
Browse all serversAutomate Java EE to Jakarta EE migrations with dependency analysis, javax to jakarta namespace refactoring, and OpenRewr
Learn how to use Python to read a file and manipulate local files safely through the Filesystem API.
By Sentry. MCP server and CLI that provides tools for AI agents working on iOS and macOS Xcode projects. Build, test, li
Automate Excel file tasks without Microsoft Excel using openpyxl and xlsxwriter for formatting, formulas, charts, and ad
Connect Supabase projects to AI with Supabase MCP Server. Standardize LLM communication for secure, efficient developmen
Powerful MCP server for Slack with advanced API, message fetching, webhooks, and enterprise features. Robust Slack data
Stay ahead of the MCP ecosystem
Get weekly updates on new skills and servers.