Platform Environment Validate
Validate and configure the local Salesforce development environment. Runs a prerequisite scan showing 🔴/🟡/🟢 status for all required tools (Salesforce CLI, Code Analyzer plugin, Node.js, NPM, Git, Salesforce MCP, Source Tracking) and offers to install or update missing/outdated items. TRIGGER when the user runs /s...
概要
Platform Environment Validate is a SKILL.md workflow from forcedotcom/sf-skills. It is categorized under domain specific and links back to its reviewed source so users can inspect the complete instructions and bundled resources before installation.
ユースケース
導入方法
# Review source first
open https://github.com/forcedotcom/sf-skills/blob/main/plugins/builder/salesforce-development/skills/platform-environment-validate/SKILL.mdCopy the reviewed skill folder into the skills directory used by your compatible agent.
セキュリティ
AIToolly validated the published source structure and license automatically. Review forcedotcom/sf-skills and any bundled scripts again before granting workspace, command, or network access.
関連Skills
Dx Org Manage
forcedotcom/sf-skills
Salesforce組織の操作(スクラッチ組織の作成、スクラッチ組織の一覧表示/表示/再開/削除、組織スナップショットの作成、ブラウザでの組織の表示)を実行するには、INVOKE このスキルを使用してください。このスキルは操作を EXECUTES 即座に実行します。スクリプトやコードファイルは NOT 生成しません。ユーザーがスクラッチ組織の作成(エディション、定義ファイル(.json)、スナップショット、または組織シェイプから)、スクラッチ組織の一覧表示/表示/再開/削除、組織スナップショットの作成、または組織の表示を要求した場合は、ALWAYS このスキルを呼び出してください(SF CLI コマンドを直接実行しないでください)。
Dx Project Create
forcedotcom/sf-skills
Salesforce DXプロジェクトをゼロからスキャフォールディング(雛形作成)します。テンプレートの選択、プロジェクトの生成、このセッションの移動、組織の認証、デフォルト設定、ソース追跡の有効化を行います。ユーザーが「create a new Salesforce project」、「create a new project for me」、「start a new Salesforce project」、「new SFDX project」、「scaffold a project」、「sf project generate」、または「set up a new org project from scratch」と依頼した際にTRIGGER。既存プロジェクトでのツールの検証にはNOT TRIGGER(use を使用してください。