[PR #690] [CLOSED] Add agnix - AI agent config linter #9350

Closed
opened 2026-05-31 06:19:16 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/sdras/awesome-actions/pull/690
Author: @avifenesh
Created: 2/12/2026
Status: Closed

Base: mainHead: add-agnix


📝 Commits (1)

  • 973b8f0 Add agnix to Linting section

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)

📄 Description

Adds agnix to the Static Analysis > Linting section.

agnix is a GitHub Action that validates AI agent configuration files (CLAUDE.md, SKILL.md, hooks, MCP, .cursorrules) in CI with 156 rules and SARIF output.

Usage:

- name: Validate agent configs
  uses: avifenesh/agnix@v0
  with:
    target: 'claude-code'
  • Supports SARIF output for GitHub Code Scanning integration
  • 156 validation rules with auto-fix
  • MIT/Apache-2.0 licensed

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/sdras/awesome-actions/pull/690 **Author:** [@avifenesh](https://github.com/avifenesh) **Created:** 2/12/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `add-agnix` --- ### 📝 Commits (1) - [`973b8f0`](https://github.com/sdras/awesome-actions/commit/973b8f06cfa6a464aba5c0f5d6776c9219c823c1) Add agnix to Linting section ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description Adds [agnix](https://github.com/avifenesh/agnix) to the Static Analysis > Linting section. agnix is a GitHub Action that validates AI agent configuration files (CLAUDE.md, SKILL.md, hooks, MCP, .cursorrules) in CI with 156 rules and SARIF output. Usage: ```yaml - name: Validate agent configs uses: avifenesh/agnix@v0 with: target: 'claude-code' ``` - Supports SARIF output for GitHub Code Scanning integration - 156 validation rules with auto-fix - MIT/Apache-2.0 licensed --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-31 06:19:16 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-actions#9350