Skip to content

Spark performance agent#1346

Merged
aaronpowell merged 5 commits intogithub:stagedfrom
aparna198809:spark-performance-agent
Apr 10, 2026
Merged

Spark performance agent#1346
aaronpowell merged 5 commits intogithub:stagedfrom
aparna198809:spark-performance-agent

Conversation

@aparna198809
Copy link
Copy Markdown
Contributor

Pull Request Checklist

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

Description

A specialized PySpark performance reviewer that analyzes distributed workloads to identify execution bottlenecks, parallelism issues, and inefficient transformations. It recommends Spark‑native optimizations and scalable alternatives to RDD or row‑level Python logic for improved distributed executions.


Type of Contribution

  • [Yes ] New agent file.

Additional Notes

The agent can work with any code which is attached and creates a file with the findings and categorize them as critical ,high, medium or low severity.

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

Copilot AI review requested due to automatic review settings April 9, 2026 10:30
Copy link
Copy Markdown
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

⚠️ This PR targets main, but PRs should target staged.

The main branch is auto-published from staged and should not receive direct PRs.
Please close this PR and re-open it against the staged branch.

You can change the base branch using the Edit button at the top of this PR,
or run: gh pr edit 1346 --base staged

@aparna198809 aparna198809 changed the base branch from main to staged April 9, 2026 10:32
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Adds a new custom agent focused on reviewing PySpark code for distributed performance bottlenecks, and registers it in the agents catalog so it’s discoverable and installable.

Changes:

  • Introduces spark-performance.agent.md, a PySpark performance & parallelism reviewer agent with a structured review/reporting format.
  • Adds the new agent entry to docs/README.agents.md (including VS Code install links).

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 8 comments.

File Description
docs/README.agents.md Adds the new “PySpark Expert Agent” row to the agents table with install links.
agents/spark-performance.agent.md Defines the new PySpark performance reviewer agent behavior, output contract, and report template.

Comment thread agents/spark-performance.agent.md Outdated
Comment thread agents/spark-performance.agent.md
Comment thread agents/spark-performance.agent.md Outdated
Comment thread agents/spark-performance.agent.md
Comment thread agents/spark-performance.agent.md Outdated
Comment thread agents/spark-performance.agent.md Outdated
Comment thread agents/spark-performance.agent.md Outdated
Comment thread agents/spark-performance.agent.md Outdated
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 9, 2026

🔍 Skill Validator Results

2 resource(s) checked | ✅ All checks passed

Full output
No agents found in the specified paths: "/home/runner/work/awesome-copilot/awesome-copilot/agents/spark-performance.agent.md"

Note: Errors were found. These are currently reported as warnings and do not block merge. Please review and address when possible.

@aparna198809
Copy link
Copy Markdown
Contributor Author

@copilot apply changes based on the comments in this thread

@aaronpowell aaronpowell merged commit edb5fac into github:staged Apr 10, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants