Skip to content

Add Agent Skills section with Humanizer AI#10

Open
romainsimon wants to merge 1 commit intojmanhype:mainfrom
romainsimon:add-humanizerai
Open

Add Agent Skills section with Humanizer AI#10
romainsimon wants to merge 1 commit intojmanhype:mainfrom
romainsimon:add-humanizerai

Conversation

@romainsimon
Copy link
Copy Markdown

@romainsimon romainsimon commented Feb 2, 2026

User description

What

Adding a new Agent Skills section with Humanizer AI - a skill for detecting and humanizing AI-generated text.

Changes

Added new section before MCP Servers:

## Agent Skills
- [Humanizer AI](https://github.com/humanizerai/agent-skills) - Detect AI-generated text and humanize it to bypass AI detectors like GPTZero and Turnitin. Commands: `/detect-ai`, `/humanize`. Install: `npx skills add humanizerai/agent-skills`. [Website](https://humanizerai.com)

Links

Why

Agent Skills are an important category for Claude Code resources. This creates a section for future skill additions while adding a useful text humanization tool.


PR Type

Enhancement, Documentation


Description

  • Adds new Agent Skills section to README

  • Introduces Humanizer AI skill for text detection

  • Enables future skill additions and integrations


Diagram Walkthrough

flowchart LR
  README["README.md"]
  SKILLS["Agent Skills Section"]
  HUMANIZER["Humanizer AI Skill"]
  README -- "adds new section" --> SKILLS
  SKILLS -- "includes" --> HUMANIZER
Loading

File Walkthrough

Relevant files
Documentation
README.md
Add Agent Skills section with Humanizer AI                             

README.md

  • Adds new "Agent Skills" section before MCP Servers section
  • Includes Humanizer AI skill entry with description and installation
    instructions
  • Provides links to GitHub repository and official website
  • Documents available commands /detect-ai and /humanize
+4/-0     

@qodo-code-review
Copy link
Copy Markdown

PR Compliance Guide 🔍

Below is a summary of compliance checks for this PR:

Security Compliance
Supply chain risk

Description: The README adds instructions to run a third-party install command (npx skills add
humanizerai/agent-skills) from an external GitHub project, which can introduce a
supply-chain risk if the referenced package/repo is compromised or executes untrusted code
during installation.
README.md [22-23]

Referred Code
## Agent Skills
- [Humanizer AI](https://github.com/humanizerai/agent-skills) - Detect AI-generated text and humanize it to bypass AI detectors like GPTZero and Turnitin. Commands: `/detect-ai`, `/humanize`. Install: `npx skills add humanizerai/agent-skills`. [Website](https://humanizerai.com)
Ticket Compliance
🎫 No ticket provided
  • Create ticket/issue
Codebase Duplication Compliance
Codebase context is not defined

Follow the guide to enable codebase context checks.

Custom Compliance
🟢
Generic: Comprehensive Audit Trails

Objective: To create a detailed and reliable record of critical system actions for security analysis
and compliance.

Status: Passed

Learn more about managing compliance generic rules or creating your own custom rules

Generic: Meaningful Naming and Self-Documenting Code

Objective: Ensure all identifiers clearly express their purpose and intent, making code
self-documenting

Status: Passed

Learn more about managing compliance generic rules or creating your own custom rules

Generic: Robust Error Handling and Edge Case Management

Objective: Ensure comprehensive error handling that provides meaningful context and graceful
degradation

Status: Passed

Learn more about managing compliance generic rules or creating your own custom rules

Generic: Secure Error Handling

Objective: To prevent the leakage of sensitive system information through error messages while
providing sufficient detail for internal debugging.

Status: Passed

Learn more about managing compliance generic rules or creating your own custom rules

Generic: Secure Logging Practices

Objective: To ensure logs are useful for debugging and auditing without exposing sensitive
information like PII, PHI, or cardholder data.

Status: Passed

Learn more about managing compliance generic rules or creating your own custom rules

Generic: Security-First Input Validation and Data Handling

Objective: Ensure all data inputs are validated, sanitized, and handled securely to prevent
vulnerabilities

Status: Passed

Learn more about managing compliance generic rules or creating your own custom rules

Compliance status legend 🟢 - Fully Compliant
🟡 - Partial Compliant
🔴 - Not Compliant
⚪ - Requires Further Human Verification
🏷️ - Compliance label

@qodo-code-review
Copy link
Copy Markdown

PR Code Suggestions ✨

No code suggestions found for the PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant