agentsclimarketplace

Ami quality auditor

Skill AnaCataVC/amiga-ia/skills/ami-quality-auditor

Performs a deep code quality, security, and structure audit on modified files.From its SKILL.md

Install
npx -y skills add AnaCataVC/amiga-ia --skill ami-quality-auditor

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

2.1 KB, 398 tokens by cl100k_base, as published. Nobody here has run it

Skill: Push Quality Auditor

When invoked, act as a strict Code Reviewer focused on code quality, structural integrity, and linguistic consistency.

Workflow

  1. Analyze Changes: Identify all modified files using Git. Read the diffs carefully.

  2. Security & Quality Check:

    • Security: Ensure there are no exposed credentials, vulnerabilities, or dangerous operations.
    • Duplication & Dead Code: Check if the new code introduces duplicates of existing logic. Identify any dead (unreachable) code. If duplicate logic is found, enforce centralizing the repeated functions.
    • Efficiency: Ensure that there are no inefficiencies or unnecessary operations in the code. Flag any code that could be simplified without sacrificing efficiency or readability.
    • Maintainability: Ensure that the code is easy to understand and maintain. For any non-obvious code, there should be comments explaining the logic.
  3. Linguistic & Comment Consistency:

    • Comments: Ensure comments explain why something is done, not what. The comments should not be excessive (i.e., avoid commenting obvious code).
    • Language: Ensure the comments strictly use consistent language (English).
    • Variables: Ensure variables and function names follow a consistent language and naming convention.
  4. Reporting:

    • If any issues are found, reject the check and list the specific issues and files that need to be addressed. Offer to fix them and explain how. Wait for the user's approval before fixing them. After the fixes are applied, re-run the quality audit process until no inconsistencies are found.
    • If everything meets the standard, let the user know that the quality audit passed and terminate the skill.

Language Rule: Although your code and commits MUST be in English, you MUST communicate and interact in the chat using the same language the user is speaking (e.g., Spanish, French, etc.).

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 326,851. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.