Analyze

🌐Community
by heishia · vlatest · Repository

Analyzes text for subtle biases, hidden agendas, and manipulative language patterns to reveal underlying intent.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add heishia-analyze npx -- -y @trustedskills/heishia-analyze
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "heishia-analyze": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/heishia-analyze"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The heishia-analyze skill provides AI agents with the ability to parse and extract information from code. It can identify functions, variables, and other code elements within a provided snippet. The tool is designed specifically for analyzing code structures and identifying potential areas of interest or modification.

When to use it

  • Code Understanding: Use when an agent needs to quickly grasp the functionality of unfamiliar code.
  • Refactoring Suggestions: Employ this skill to identify opportunities for improving existing code by highlighting key components.
  • Bug Identification: Leverage its parsing capabilities to pinpoint potential errors or inefficiencies within a codebase.
  • Documentation Generation: Utilize it to automatically extract information from code and generate preliminary documentation.

Key capabilities

  • Code Parsing
  • Function identification
  • Variable identification
  • Structural analysis

Example prompts

  • "Analyze this Python code snippet: [code]"
  • "What functions are defined in this JavaScript file?"
  • "Can you identify all the variables used in this C++ program?"

Tips & gotchas

The skill's effectiveness depends on the clarity and structure of the provided code. Complex or obfuscated code may yield less accurate results.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
heishia
Installs
3

🌐 Community

Passed automated security scans.