feat: add make-factory and make-story AI skills for ai-mate - #1135
Open
kbond wants to merge 1 commit into
Open
Conversation
Member
|
I think if you rebase the CI will be green sadly I've still not used SF AI Mate, but seems very cool! |
nikophil
approved these changes
Jul 27, 2026
|
|
||
| | Doctrine type | Generated value | | ||
| |---------------|-----------------| | ||
| | `string`, `text`, `ascii_string` | `self::faker()->text(N),` (omit `N` if no length) | |
Member
There was a problem hiding this comment.
maybe we could say to the agent to chose which faker methods it thinks suits the best the property? phone or something like this
| @@ -0,0 +1,193 @@ | |||
| --- | |||
| name: make-factory | |||
| description: Create a Zenstruck Foundry model factory for a Doctrine entity (or a plain object), with default values guessed from the entity's mapping | |||
Member
There was a problem hiding this comment.
maybe the skill could also update factories?
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.
The latest version of Symfony AI Mate include a way for 3rd party packages to distribute skills.
This is an experiment to replace Foundry's maker's with skills.