new skill multi-lang-coder#1735
Open
jhauga wants to merge 1 commit into
Open
Conversation
Contributor
🔍 Skill Validator Results
Summary
Full validator output```text Found 1 skill(s) [multi-lang-coder] 📊 multi-lang-coder: 1,907 BPE tokens [chars/4: 2,059] (detailed ✓), 11 sections, 0 code blocks [multi-lang-coder] ⚠ No code blocks — agents perform better with concrete snippets and commands. ✅ All checks passed (1 skill(s)) ``` |
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a new "multi-lang-coder" skill that helps Copilot convert mixed/pseudo/multi-language code into idiomatic code in a chosen target language, and recommend a language when none is set.
Changes:
- Adds
skills/multi-lang-coder/SKILL.mdwith skill frontmatter and content. - Registers the new skill in
docs/README.skills.md.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| skills/multi-lang-coder/SKILL.md | New skill defining phases, gotchas, and examples for polyglot code conversion. |
| docs/README.skills.md | Adds the new skill to the skills index table. |
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.
Pull Request Checklist
npm startand verified thatREADME.mdis up to date.stagedbranch for this pull request.Description
For full test results
ctrl + clicksupport-repo.Prompt
I filled
index.html(link is toindex.original.html) with the polygot code needed for the prompt, then ran:Results
Great! I mixed-up the code in the script tag, leaving about 25% of it maybe valid JavaScript. The rest a mix of bash, implied Python, and HTML DOM inferences. With that:
Type of Contribution
By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.