Skip to content

Add ssma agent#1654

Merged
aaronpowell merged 13 commits into
github:stagedfrom
kapilsamant:add-ssma-agent
May 15, 2026
Merged

Add ssma agent#1654
aaronpowell merged 13 commits into
github:stagedfrom
kapilsamant:add-ssma-agent

Conversation

@kapilsamant
Copy link
Copy Markdown
Contributor

@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

✅ All checks passed

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

Summary

Level Finding
ℹ️ Found 1 skill(s)
ℹ️ [ssma-console] 📊 ssma-console: 1,749 BPE tokens [chars/4: 1,784] (detailed ✓), 10 sections, 5 code blocks
ℹ️ ✅ All checks passed (1 skill(s))
Full validator output ```text Found 1 skill(s) [ssma-console] 📊 ssma-console: 1,749 BPE tokens [chars/4: 1,784] (detailed ✓), 10 sections, 5 code blocks ✅ All checks passed (1 skill(s)) ```

@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
@github-actions github-actions Bot removed the skill-check-error Skill validator reported errors label May 13, 2026
Copy link
Copy Markdown
Contributor

@aaronpowell aaronpowell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this would be better done as a skill rather than an agent. Agents are more for defining a persona and guardrails for ongoing interactions, whereas Skills are tasks to complete, and this reads much more like it's a task to complete.

@github-actions github-actions Bot added skills PR touches skills skill-check-warning Skill validator reported warnings and removed agent PR touches agents labels May 14, 2026
@kapilsamant
Copy link
Copy Markdown
Contributor Author

Refactored Agent to a Skill

@github-actions github-actions Bot removed the skill-check-warning Skill validator reported warnings label May 14, 2026
@aaronpowell aaronpowell merged commit 0193383 into github:staged May 15, 2026
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

new-submission PR adds at least one new contribution skills PR touches skills

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants