en un clic
MarvinsAIRARefactored
MarvinsAIRARefactored contient 3 skills collectées depuis mherbold, avec une couverture métier par dépôt et des pages de détail sur le site.
Skills dans ce dépôt
Commit and push the current MarvinsAIRA changes to origin — you write the commit message — after making sure any user-facing feature change is reflected in the documentation, then auto-deploy the changed doc pages to the live mairapp.com WordPress site and verify them. Use whenever the maintainer says "/commitpush", "commit and push", "push this", "commit these changes", "land this", or otherwise asks to commit/push the current work. This is the ONLY sanctioned path for you to write to git in this repo — outside this skill the maintainer handles git himself via GitHub Desktop and you never commit/push. The skill keeps Server/Wordpress/Documentation/*.txt in sync with the code and publishes doc edits to the live WordPress pages.
Cut a new release of MarvinsAIRA Refactored: compile a Release build, publish via the FolderProfile, build the Inno Setup installer, then create a GitHub *draft* release (title "Version <ver>", tag "<ver>") with an auto-generated changelog and the installer attached. The draft is a review gate: once the maintainer reviews and approves it, the skill publishes the release and hands the maintainer ready-to-paste announcement text (plus the thread link) for their iRacing forum discussion thread. Use this whenever the user wants to "cut a release", "ship/publish an update", "make a new release", "build the installer and put it on GitHub", "release a new version to my users", or anything describing shipping a new version of this app to end users.
Add, rename, translate, or edit UI strings in MarvinsAIRA's localization resource files. Use whenever the task touches Resources*.resx or Localization.cs — e.g. adding a new UI string/label/tooltip/caption, adding a Localization["Key"] lookup, renaming or re-keying a localization string, translating a string across all languages, adding a brand-new language (culture .resx), brand-prefixing or changing a caption everywhere, or otherwise bulk-editing the resx string tables. Performs these as one idempotent script run, never a per-file Edit loop.