[PM-33941] llm: Refine skills and commands for agent reliability#6703
[PM-33941] llm: Refine skills and commands for agent reliability#6703SaintPatrck wants to merge 2 commits intomainfrom
Conversation
- work-on-android: Use Skill() invocation syntax so agents trigger skills correctly instead of treating them as prose - build-test-verify: Add detekt precommit flag guidance and output filtering to capture violations on first run - testing-android-code: Promote @Suppress("MaxLineLength") rule from buried bullet to prominent stop-warning to prevent agents from copying the annotation without verifying line length
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #6703 +/- ##
==========================================
- Coverage 85.67% 85.63% -0.04%
==========================================
Files 852 926 +74
Lines 59107 60201 +1094
Branches 8435 8519 +84
==========================================
+ Hits 50641 51555 +914
- Misses 5524 5683 +159
- Partials 2942 2963 +21
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Claude finished @SaintPatrck's task in 1m 27s —— View job Code Review Complete
SummaryReviewed all 3 changed files. No new actionable findings — the previous review's suggestions (article consistency in The changes are well-scoped and improve agent reliability:
No blocking issues. |
|
Fixed Issues (1)Great job! The following issues were fixed in this Pull Request
|
Fix inconsistent Invoke phrasing in work-on-android command and replace git add -A with git add -u in detekt command to avoid staging unintended files.


🎟️ Tracking
https://bitwarden.atlassian.net/browse/PM-33941
📔 Objective
Improves Claude Code skill and command reliability for agent-driven development:
Skill()invocation syntax so agents trigger skills correctly instead of treating references as prose-Pprecommit=trueflag guidance and output grep filtering to capture violations on the first run@Suppress("MaxLineLength")rule from a buried bullet to a prominent blockquote warning, preventing agents from reflexively copying the annotation without verifying line length