oss-maintainer

Review open-source project quality for code, docs, and test coverage gaps.

15|3|Updated Feb 10, 2026
One-click install
npx skills add https://github.com/signals-rental/framework --skill oss-maintainer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: oss-maintainer
Source: https://github.com/signals-rental/framework/tree/main/.claude/skills/oss-maintainer
Command: npx skills add https://github.com/signals-rental/framework --skill oss-maintainer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Open-source projects often ship with subtle quality gaps that cause bugs, doc drift, or architectural misalignment. This skill provides a structured OSS review to catch issues before PRs or releases and guide teams toward higher quality releases.

Core Features & Use Cases

  • Scopes changes across code, docs, and architecture to identify areas for improvement.
  • Checks for simplicity, duplication, documentation currency (user docs, API docs, PHPDoc), and component-library compliance to ensure Signals patterns are respected.
  • Produces a standardized assessment report that documents findings and suggested remediations.

Quick Start

Execute an OSS review after completing a significant feature or before a PR/release to confirm code quality, docs currency, and test coverage.

Frequently Asked Questions about oss-maintainer

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

FAQPage Schema
How do I check open-source project quality before a release or PR?

To check open-source project quality before a PR or release, run a structured review covering code simplicity, duplication, documentation currency, component-library compliance, and test coverage gaps. This process identifies architectural misalignment and documentation drift to ensure release readiness.

What does an OSS code review cover for architectural alignment?

An OSS code review for architectural alignment checks code simplicity, duplication, and adherence to component-library compliance. It verifies that s-* classes, x-signals.* components, and Flux UI patterns are respected, ensuring the project follows established Signals patterns.

How do I verify documentation currency for API docs and PHPDoc before publishing?

Verify documentation currency by running an OSS review that checks user docs, API docs, and PHPDoc against recent code changes. The review scopes changes across code, docs, and architecture to identify areas where documentation has drifted from implementation.

When should I run an OSS review for test coverage and code duplication?

Run an OSS review for test coverage and code duplication after completing a significant feature or before a PR or release. You can also explicitly invoke it via /oss-review to enforce a structured workflow that identifies test coverage gaps and duplication.

Can I use an automated review to enforce component-library compliance for Flux UI?

Yes, you can use an OSS review to enforce component-library compliance for Flux UI. The review checks for correct usage of s-* classes and x-signals.* components, ensuring that submitted code adheres to required architectural patterns before integration.