gs:maintainer-auditor

Audit code repositories for PR review, Windows compatibility, and security issues.

34|6|Updated Apr 19, 2026
One-click install
npx skills add https://github.com/thanh-abaii/gstack-windows-port --skill gs-maintainer-auditor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gs:maintainer-auditor
Source: https://github.com/thanh-abaii/gstack-windows-port/tree/main/skills/gstack-maintainer-auditor
Command: npx skills add https://github.com/thanh-abaii/gstack-windows-port --skill gs-maintainer-auditor

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python, powershell, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates PR review, Windows compatibility, and security audits for code repositories, ensuring code quality and security.

Core Features & Use Cases

  • Automated PR Review: Provides a comprehensive review of pull requests, checking for compatibility issues and security vulnerabilities.
  • Windows Compatibility: Scans code for Unix-specific commands and paths, ensuring compatibility with Windows 11.
  • Security Audit: Identifies hardcoded secrets and other security risks in the codebase.
  • Use Case: Use this Skill to automate the audit process for your open-source project, saving time and reducing the risk of introducing vulnerabilities.

Quick Start

Run the audit for the current pull request using the gs:maintainer-auditor skill.

Frequently Asked Questions about gs:maintainer-auditor

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

FAQPage Schema
How do I automate PR review and security audit for a code repository?

Automated PR review and security audit can be performed by running static analysis scripts that identify hardcoded secrets, Unix-specific commands, and compatibility issues, then generating a comprehensive report for your pull requests.

How do I check my codebase for Windows compatibility issues?

To check Windows compatibility, static analysis scans the code for Unix-specific commands and paths, ensuring your repository will run correctly on Windows 11 environments.

Do I need Python and PowerShell to scan for hardcoded secrets in my repository?

Yes, you need both Python and PowerShell installed, as the static analysis requires these scripts to identify hardcoded secrets and generate security audit reports for your code.

What is the best way to detect Unix-specific commands when migrating code to Windows?

The best way to detect Unix-specific commands is using automated static analysis that scans the codebase to identify platform-specific paths and commands, ensuring full Windows compatibility.

Can I use this automated code audit for open-source project maintenance?

Yes, you can use this automated code audit for open-source projects to save time, reduce the risk of vulnerabilities, and ensure code quality during pull request reviews.