Add Moody’s reporting skills#365
Merged
Merged
Conversation
ashwinm-oai
requested changes
Jun 23, 2026
| ], | ||
| "apps": "./.app.json", | ||
| "skills": "./skills/", | ||
| "mcpServers": "./.mcp.json", |
Collaborator
There was a problem hiding this comment.
Should also remove this
ashwinm-oai
approved these changes
Jun 23, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR imports the text and configuration portion of the supplied Moody's update patch. It wires the plugin to Moody's M1 MCP endpoint, adds five reporting workflows (earnings brief, issuer brief, peer analysis, rating analysis, and sector brief), and introduces shared template and citation guidance used by the new HTML report skills.
User impact
Before this change, the Moody's plugin exposed only the existing MCP exploration and company-analysis guidance. Users could not ask for the new structured earnings, issuer, peer, rating, or sector deliverables from the plugin.
After this change, Codex can discover the new Moody's reporting skills, use the configured MCP server, follow the bundled report templates and citation conventions, and run the rating-analysis deck builder from the supplied sample payload.
Root cause and fix
The plugin manifest did not declare an MCP server file and the new reporting workflows were not present in the repository. This PR adds
.mcp.json, pointsplugin.jsonat it, and imports the supplied skills, agent metadata, evals, templates, shared authoring guidance, sample payload, and PowerPoint builder script.The supplied patch was generated without binary payloads, so four referenced assets could not be applied:
skills/moody-s-earnings-brief/assets/cover_img_0.pngskills/moody-s-earnings-brief/assets/cover_img_1.pngskills/moody-s-earnings-brief/assets/cover_img_2.pngskills/moody-s-rating-analysis/assets/Moody_Corp_Template.pptxThis draft intentionally preserves the patch as provided. The earnings cover images are optional per the skill instructions, but the rating-analysis skill references the omitted PPTX and will need that asset before the deck workflow is complete.
Validation
plugins/moody-swithjq -e ..python3 -m py_compile plugins/moody-s/skills/moody-s-rating-analysis/scripts/build_pptx.py.node plugins/plugin-eval/scripts/plugin-eval.js analyze plugins/moody-s --format markdown.git diff --cached --check.Follow-up
Add the four omitted binary assets from a
git diff --binaryexport or separate upload, then rerun plugin evaluation and the rating deck workflow before marking this ready for review.