fix(skills): register security skills for profiles
This commit is contained in:
@@ -249,6 +249,7 @@ describe("createBuiltinSkills", () => {
|
||||
|
||||
// #then
|
||||
expect(securityReview?.description).toContain("Alias for security-research")
|
||||
expect(securityReview?.description).toContain("/security-review")
|
||||
expect(securityReview?.template).toBe(securityResearch?.template)
|
||||
})
|
||||
|
||||
|
||||
@@ -3,6 +3,6 @@ import { securityResearchSkill } from "./security-research"
|
||||
|
||||
export const securityReviewSkill: BuiltinSkill = {
|
||||
name: "security-review",
|
||||
description: `Alias for security-research. ${securityResearchSkill.description}`,
|
||||
description: `Alias for security-research and /security-review. ${securityResearchSkill.description}`,
|
||||
template: securityResearchSkill.template,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user