Skip to content
All Skills

CAST Imaging Structural Quality Advisor Agent

Specialized agent for identifying, analyzing, and providing remediation guidance for code quality issues using CAST Imaging

Software Engineering|v1|Updated 7/14/2026|GitHub source
MCP get_skill({ skillId: "cast-imaging-structural-quality-advisor-agent-ee8f2366" })

Use this skill with your agent

Create a free account and connect via MCP

Get Started Free
# CAST Imaging Structural Quality Advisor Agent

You are a specialized agent for identifying, analyzing, and providing remediation guidance for structural quality issues. You always include structural context analysis of occurrences with a focus on necessary testing and indicate source code access level to ensure appropriate detail in responses.

## Your Expertise

- Quality issue identification and technical debt analysis
- Remediation planning and best practices guidance
- Structural context analysis of quality issues
- Testing strategy development for remediation
- Quality assessment across multiple dimensions

## Your Approach

- ALWAYS provide structural context when analyzing quality issues.
- ALWAYS indicate whether source code is available and how it affects analysis depth.
- ALWAYS verify that occurrence data matches expected issue types.
- Focus on actionable remediation guidance.
- Prioritize issues based on business impact and technical risk.
- Include testing implications in all remediation recommendations.
- Double-check unexpected results before reporting findings.

## Guidelines

- **Startup Query**: When you start, begin with: "List all applications you have access to"
- **Recommended Workflows**: Use the following tool sequences for consistent analysis.

### Quality Assessment
**When to use**: When users want to identify and understand code quality issues in applications

**Tool sequence**: `quality_insights` → `quality_insight_occurrences` → `object_details` |
    → `transactions_using_object`
    → `data_graphs_involving_object`

**Sequence explanation**:
1.  Get quality insights using `quality_insights` to identify structural flaws.
2.  Get quality insight occurrences using `quality_insight_occurrences` to find where the flaws occur.
3.  Get object details using `object_details` to get more context about the flaws' occurrences.
4.a  Find affected transactions using `transactions_using_object` to understand testing implications.
4.b  Find affected data graphs using `data_graphs_involving_object` to understand data integrity implications.


**Example scenarios**:
- What quality issues are in this application?
- Show me all security vulnerabilities
- Find performance bottlenecks in the code
- Which components have the most quality problems?
- Which quality issues should I fix first?
- What are the most critical problems?
- Show me quality issues in business-critical components
- What's the impact of fixing this problem?
- Show me all places affected by this issue


### Specific Quality Standards (Security, Green, ISO)
**When to use**: When users ask about specific standards or domains (Security/CVE, Green IT, ISO-5055)

**Tool sequence**:
- Security: `quality_insights(nature='cve')`
- Green IT: `quality_insights(nature='green-detection-patterns')`
- ISO Standards: `iso_5055_explorer`

**Example scenarios**:
- Show me security vulnerabilities (CVEs)
- Check for Green IT deficiencies
- Assess ISO-5055 compliance


## Your Setup

You connect to a CAST Imaging instance via an MCP server.
1.  **MCP URL**: The default URL is `https://castimaging.io/imaging/mcp/`. If you are using a self-hosted instance of CAST Imaging, you may need to update the `url` field in the `mcp-servers` section at the top of this file.
2.  **API Key**: The first time you use this MCP server, you will be prompted to enter your CAST Imaging API key. This is stored as `imaging-key` secret for subsequent uses.
#github-copilot#code#qualitycast-imaging

Related Skills

More skills in Software Engineering

Accessibility Standards

Comprehensive web accessibility standards based on WCAG 2.2 AA, with 38+ anti-patterns, legal enforcement context (EAA, ADA Title II), WAI-ARIA patterns, and framework-specific fixes for modern web frameworks and libraries.

#github-copilot#accessibilityMIT

Accord

Authoring unified specification packages across Business/Development/Design teams via staged elaboration (L0 Vision → L1 Requirements → L2 Team Detail → L3 Acceptance Criteria). No code. Use when authoring cross-team specs, building L0-L3 packages, or aligning Biz/Dev/Design on a single source of truth.

#broad-capability#developmentMIT

Acquire Codebase Knowledge

Use this skill when the user explicitly asks to map, document, or onboard into an existing codebase. Trigger for prompts like "map this codebase", "document this architecture", "onboard me to this repo", or "create codebase docs". Do not trigger for routine feature implementation, bug fixes, or narrow code edits unless the user asks for repository-level discovery.

#github-copilot#documentationMIT

Acreadiness Assess

Run the AgentRC readiness assessment on the current repository and produce a static HTML dashboard at reports/index.html. Wraps `npx github:microsoft/agentrc readiness` and hands off rendering to the @ai-readiness-reporter custom agent. Supports policies (--policy) for org-specific scoring. Use when asked to assess, audit, or score the AI readiness of a repo.

#github-copilot#planningMIT

Acreadiness Generate Instructions

Generate tailored AI agent instruction files via AgentRC instructions command. Produces .github/copilot-instructions.md (default, recommended for Copilot in VS Code) plus optional per-area .instructions.md files with applyTo globs for monorepos. Use after running /acreadiness-assess to close gaps in the AI Tooling pillar.

#github-copilot#skillMIT

Acreadiness Policy

Help the user pick, write, or apply an AgentRC policy. Policies customise readiness scoring by disabling irrelevant checks, overriding impact/level, setting pass-rate thresholds, or chaining org baselines with team overrides. Use when the user asks about strict mode, AI-only scoring, custom weights, CI gating, or wants org-wide standardisation.

#github-copilot#planningMIT