Skip to content

Add ssma agent#1654

Open
kapilsamant wants to merge 7 commits into
github:stagedfrom
kapilsamant:add-ssma-agent
Open

Add ssma agent#1654
kapilsamant wants to merge 7 commits into
github:stagedfrom
kapilsamant:add-ssma-agent

Conversation

@kapilsamant
Copy link
Copy Markdown

@kapilsamant kapilsamant commented May 8, 2026

Pull Request Checklist

  • I have read and followed the CONTRIBUTING.md guidelines.
  • I have read and followed the Guidance for submissions involving paid services.
  • My contribution adds a new instruction, prompt, agent, skill, or workflow file in the correct directory.
  • The file follows the required naming convention.
  • The content is clearly structured and follows the example format.
  • I have tested my instructions, prompt, agent, skill, or workflow with GitHub Copilot.
  • I have run npm start and verified that README.md is up to date.
  • I am targeting the staged branch for this pull request.

Description

SSMA for Oracle is a Microsoft tool for migrating Oracle databases to SQL Server and Azure SQL. In addition to the GUI, SSMA provides a command-line console that enables faster execution, automation, and parallel migration workflows. This agent includes the instructions, XSD schemas, and supporting assets required to generate SSMA project XML files and invoke the SSMA console application programmatically. Requires an existing SSMA installation.

Type of Contribution

  • New instruction file.
  • New prompt file.
  • New agent file.
  • New plugin.
  • New skill file.
  • New agentic workflow.
  • Update to existing instruction, prompt, agent, plugin, skill, or workflow.
  • Other (please specify):

Additional Notes


By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.

@github-actions github-actions Bot added branched-main PR appears to include plugin files materialized from main skill-check-error Skill validator reported errors skill-check-warning Skill validator reported warnings labels May 8, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 8, 2026

🔍 Skill Validator Results

⛔ Findings need attention

Scope Checked
Skills 1
Agents 1
Total 2
Severity Count
--- ---:
❌ Errors 2
⚠️ Warnings 0
ℹ️ Advisories 0

Summary

Level Finding
[agent:SSMA Console] Agent name 'SSMA Console' does not match filename 'ssma-console.agent.md' (expected 'SSMA Console.agent.md').
[agent:SSMA Console] Agent name 'SSMA Console' contains invalid characters — must be lowercase alphanumeric and hyphens only.
Full validator output ```text Found 1 agent(s) ❌ [agent:SSMA Console] Agent name 'SSMA Console' does not match filename 'ssma-console.agent.md' (expected 'SSMA Console.agent.md'). ❌ [agent:SSMA Console] Agent name 'SSMA Console' contains invalid characters — must be lowercase alphanumeric and hyphens only. Validated 1 agent(s)

{Ansi.Red}Agent spec conformance failures — fix the errors above.{Ansi.Reset}

</details>
> **Note:** The validator returned a non-zero exit code. Please review the findings above before merge.

@github-actions github-actions Bot added agent PR touches agents new-submission PR adds at least one new contribution plugin PR touches plugins and removed branched-main PR appears to include plugin files materialized from main skill-check-warning Skill validator reported warnings labels May 13, 2026
@github-actions github-actions Bot removed the plugin PR touches plugins label May 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

agent PR touches agents new-submission PR adds at least one new contribution skill-check-error Skill validator reported errors

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants