Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a new freecad-scripts skill to the skills catalog, providing structured guidance and reference material for generating FreeCAD Python scripts/macros and related automation tasks.
Changes:
- Added a new
skills/freecad-scriptsskill with a comprehensiveSKILL.md. - Added topic-organized reference docs under
skills/freecad-scripts/references/. - Registered the new skill in
docs/README.skills.md.
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated 11 comments.
Show a summary per file
| File | Description |
|---|---|
| skills/freecad-scripts/SKILL.md | Introduces the new skill definition and primary guidance/examples for FreeCAD Python scripting. |
| skills/freecad-scripts/references/scripting-fundamentals.md | Reference notes for document model, selection, console, units, and properties. |
| skills/freecad-scripts/references/geometry-and-shapes.md | Reference notes for Part/Mesh/Sketcher geometry creation and manipulation. |
| skills/freecad-scripts/references/parametric-objects.md | Reference notes for FeaturePython objects, view providers, properties, and migration patterns. |
| skills/freecad-scripts/references/gui-and-interface.md | Reference notes for GUI commands, task panels, dialogs, and Coin3D/Pivy. |
| skills/freecad-scripts/references/workbenches-and-advanced.md | Reference notes for workbench templates and advanced topics (FEM/Path/recipes). |
| docs/README.skills.md | Adds freecad-scripts to the skills index with its reference files. |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Contributor
🔍 Skill Validator Results2 resource(s) checked | ✅ All checks passed Full output
|
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
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
Results
Good. A case that could work for carrying, and desktop use. Results can be viewed in index.html
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.