Skip to content

feat(cli): add agent skills setup flow #78

feat(cli): add agent skills setup flow

feat(cli): add agent skills setup flow #78

Triggered via pull request June 26, 2026 12:10
Status Success
Total duration 39s
Artifacts

pr-quality.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings and 10 notices
lint/performance/useTopLevelRegex: packages/cli/src/controllers/app.ts#L2071
This regex literal is not defined in the top level scope. This can lead to performance issues if this function is called frequently.
lint/performance/useTopLevelRegex: packages/cli/src/controllers/app.ts#L2246
This regex literal is not defined in the top level scope. This can lead to performance issues if this function is called frequently.
lint/style/noNonNullAssertion: packages/cli/src/controllers/app.ts#L501
Forbidden non-null assertion.
lint/performance/useTopLevelRegex: packages/cli/src/controllers/app.ts#L2535
This regex literal is not defined in the top level scope. This can lead to performance issues if this function is called frequently.
lint/performance/useTopLevelRegex: packages/cli/src/controllers/app.ts#L2245
This regex literal is not defined in the top level scope. This can lead to performance issues if this function is called frequently.
lint/performance/useTopLevelRegex: packages/cli/src/controllers/app.ts#L2239
This regex literal is not defined in the top level scope. This can lead to performance issues if this function is called frequently.
lint/style/noNonNullAssertion: packages/cli/src/controllers/app.ts#L3295
Forbidden non-null assertion.
lint/performance/useTopLevelRegex: packages/cli/src/controllers/app.ts#L2204
This regex literal is not defined in the top level scope. This can lead to performance issues if this function is called frequently.
lint/style/noNonNullAssertion: packages/cli/src/controllers/app.ts#L535
Forbidden non-null assertion.
lint/performance/useTopLevelRegex: packages/cli/src/controllers/app.ts#L2499
This regex literal is not defined in the top level scope. This can lead to performance issues if this function is called frequently.
lint/performance/noAwaitInLoops: packages/cli/src/controllers/app.ts#L4004
Avoid using await inside loops.
lint/complexity/noExcessiveCognitiveComplexity: packages/cli/src/controllers/app.ts#L3329
Excessive complexity of 18 detected (max: 15).
lint/complexity/noExcessiveCognitiveComplexity: packages/cli/src/controllers/app.ts#L2636
Excessive complexity of 16 detected (max: 15).
lint/style/noNestedTernary: packages/cli/src/controllers/app.ts#L2553
Do not nest ternary expressions.
lint/style/noNestedTernary: packages/cli/src/controllers/app.ts#L2551
Do not nest ternary expressions.
lint/complexity/noExcessiveCognitiveComplexity: packages/cli/src/controllers/app.ts#L2333
Excessive complexity of 26 detected (max: 15).
lint/performance/noAwaitInLoops: packages/cli/src/controllers/app.ts#L1506
Avoid using await inside loops.
lint/style/noNestedTernary: packages/cli/src/controllers/app.ts#L1125
Do not nest ternary expressions.
lint/complexity/noExcessiveCognitiveComplexity: packages/cli/src/controllers/app.ts#L576
Excessive complexity of 16 detected (max: 15).
lint/performance/noAwaitInLoops: packages/cli/src/controllers/app.ts#L457
Avoid using await inside loops.