ワンクリックで
php-elasticsearch-builder
php-elasticsearch-builder には bonu-dev から収集した 3 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。
このリポジトリの skills
Creates a new Elasticsearch Aggregation class in this project. Use when asked to add, implement, or create a new aggregation type (e.g. "add CardinalityAggregation", "implement DateHistogramAggregation", "create a new aggregation for average values"). Handles class creation, exception creation, unit tests, trait tests, and all project conventions (immutability, PHPDoc, traits, no final/private).
Creates a new Elasticsearch Query class in this project. Use when asked to add, implement, or create a new query type (e.g. "add FuzzyQuery", "implement WildcardQuery", "create a new query for prefix matching"). Handles class creation, exception creation, unit tests, and all project conventions (immutability, PHPDoc, traits, no final/private).
Creates a new Elasticsearch Sort class in this project. Use when asked to add, implement, or create a new sort type (e.g. "add GeoDistanceSort", "implement ScriptSort", "create a new sort for nested fields"). Handles class creation, unit tests, and all project conventions (immutability, PHPDoc, no final/private).