@@ -157,50 +157,122 @@ pub const SKILL_METADATA: &[SkillInfo] = &[
157157 name : "git" ,
158158 description : "Version control operations" ,
159159 keywords : & [
160- "git" , "commit" , "push" , "pull" , "merge" , "branch" , "pr" , "pull request" ,
161- "rebase" , "cherry-pick" , "checkout" , "stash" , "diff" , "log" , "blame" ,
160+ "git" ,
161+ "commit" ,
162+ "push" ,
163+ "pull" ,
164+ "merge" ,
165+ "branch" ,
166+ "pr" ,
167+ "pull request" ,
168+ "rebase" ,
169+ "cherry-pick" ,
170+ "checkout" ,
171+ "stash" ,
172+ "diff" ,
173+ "log" ,
174+ "blame" ,
162175 ] ,
163176 } ,
164177 SkillInfo {
165178 name : "code-quality" ,
166179 description : "Code standards and testing" ,
167180 keywords : & [
168- "lint" , "test" , "format" , "style" , "convention" , "review" , "refactor" ,
169- "clean" , "quality" , "coverage" , "eslint" , "pylint" , "clippy" , "prettier" ,
170- "jest" , "pytest" , "cargo test" ,
181+ "lint" ,
182+ "test" ,
183+ "format" ,
184+ "style" ,
185+ "convention" ,
186+ "review" ,
187+ "refactor" ,
188+ "clean" ,
189+ "quality" ,
190+ "coverage" ,
191+ "eslint" ,
192+ "pylint" ,
193+ "clippy" ,
194+ "prettier" ,
195+ "jest" ,
196+ "pytest" ,
197+ "cargo test" ,
171198 ] ,
172199 } ,
173200 SkillInfo {
174201 name : "file-operations" ,
175202 description : "File handling best practices" ,
176203 keywords : & [
177- "create" , "file" , "write" , "edit" , "move" , "rename" , "delete" , "copy" ,
178- "directory" , "folder" , "path" , "backup" ,
204+ "create" ,
205+ "file" ,
206+ "write" ,
207+ "edit" ,
208+ "move" ,
209+ "rename" ,
210+ "delete" ,
211+ "copy" ,
212+ "directory" ,
213+ "folder" ,
214+ "path" ,
215+ "backup" ,
179216 ] ,
180217 } ,
181218 SkillInfo {
182219 name : "debugging" ,
183220 description : "Failure protocol and error handling" ,
184221 keywords : & [
185- "debug" , "error" , "fix" , "bug" , "crash" , "exception" , "trace" , "stack" ,
186- "breakpoint" , "investigate" , "troubleshoot" , "diagnose" , "failing" , "broken" ,
222+ "debug" ,
223+ "error" ,
224+ "fix" ,
225+ "bug" ,
226+ "crash" ,
227+ "exception" ,
228+ "trace" ,
229+ "stack" ,
230+ "breakpoint" ,
231+ "investigate" ,
232+ "troubleshoot" ,
233+ "diagnose" ,
234+ "failing" ,
235+ "broken" ,
187236 ] ,
188237 } ,
189238 SkillInfo {
190239 name : "security" ,
191240 description : "Security rules and secrets handling" ,
192241 keywords : & [
193- "security" , "secret" , "key" , "token" , "password" , "credential" , "auth" ,
194- "authentication" , "authorization" , "encrypt" , "hash" , "vulnerability" ,
195- "audit" , "sensitive" , "env" , "environment variable" ,
242+ "security" ,
243+ "secret" ,
244+ "key" ,
245+ "token" ,
246+ "password" ,
247+ "credential" ,
248+ "auth" ,
249+ "authentication" ,
250+ "authorization" ,
251+ "encrypt" ,
252+ "hash" ,
253+ "vulnerability" ,
254+ "audit" ,
255+ "sensitive" ,
256+ "env" ,
257+ "environment variable" ,
196258 ] ,
197259 } ,
198260 SkillInfo {
199261 name : "planning" ,
200262 description : "Task decomposition and cognitive phases" ,
201263 keywords : & [
202- "plan" , "design" , "architect" , "complex" , "multi-step" , "breakdown" ,
203- "decompose" , "strategy" , "roadmap" , "milestone" , "phase" , "implement feature" ,
264+ "plan" ,
265+ "design" ,
266+ "architect" ,
267+ "complex" ,
268+ "multi-step" ,
269+ "breakdown" ,
270+ "decompose" ,
271+ "strategy" ,
272+ "roadmap" ,
273+ "milestone" ,
274+ "phase" ,
275+ "implement feature" ,
204276 ] ,
205277 } ,
206278] ;
0 commit comments