Log Product Standards Issues

🌐Community
by phrazzld · vlatest · Repository

This skill logs product standard deviations and anomalies, providing valuable insights for quality control and identifying potential problems early on.

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 log-product-standards-issues npx -- -y @trustedskills/log-product-standards-issues
2

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

~/.claude/settings.json
{
  "mcpServers": {
    "log-product-standards-issues": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/log-product-standards-issues"
      ]
    }
  }
}

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

About This Skill

What it does

This skill allows AI agents to log issues related to product standards. It captures details like the standard violated, affected component, and severity level. The logged information can then be used for tracking, reporting, and ultimately improving adherence to established product quality benchmarks.

When to use it

  • When a QA engineer identifies a deviation from documented product standards during testing.
  • During code reviews when potential non-compliance with standards is detected.
  • As part of an automated process that flags instances where build outputs fail to meet defined criteria.
  • To create reports on the frequency and types of standard violations occurring within a project.

Key capabilities

  • Logs standard violations
  • Captures affected components
  • Records severity levels
  • Provides reporting functionality

Example prompts

  • "Log an issue: Standard 'XYZ-123' violated, component 'widget-core', severity 'high'."
  • "Create a new entry for a product standards violation."
  • "Record that the 'data-validation' standard was not met in the 'user profile' module; severity is 'medium'."

Tips & gotchas

This skill requires clear, consistent definitions of your product standards to ensure accurate logging and reporting. Without well-defined standards, the AI agent may struggle to correctly categorize issues.

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
phrazzld
Installs
22

🌐 Community

Passed automated security scans.