Skip to content

Add project-wide codecheck Claude Code skill#22667

Merged
nbradbury merged 1 commit intotrunkfrom
claude/codecheck
Mar 9, 2026
Merged

Add project-wide codecheck Claude Code skill#22667
nbradbury merged 1 commit intotrunkfrom
claude/codecheck

Conversation

@nbradbury
Copy link
Contributor

@nbradbury nbradbury commented Mar 9, 2026

Summary

  • Adds a shared /codecheck Claude Code skill to .claude/skills/codecheck/SKILL.md so all team members can run detekt, checkstyle, and lint checks with a single command
  • The skill runs all three checks in parallel, filters results to changed files, and proposes fixes before applying them

Test plan

Verify skill availability:

  1. Pull this PR
  2. Type /codecheck
  • Verify the skill is listed and can be invoked

If the skill isn't listed, try closing Claude (or AS) and restarting.

@nbradbury nbradbury marked this pull request as draft March 9, 2026 14:01
@dangermattic
Copy link
Collaborator

dangermattic commented Mar 9, 2026

1 Warning
⚠️ PR is not assigned to a milestone.

Generated by 🚫 Danger

@wpmobilebot
Copy link
Contributor

Project manifest changes for WordPress

The following changes in the WordPress's merged AndroidManifest.xml file were detected (build variant: wordpressRelease):

--- ./build/reports/diff_manifest/WordPress/wordpressRelease/base_manifest.txt	2026-03-09 14:13:10.624899543 +0000
+++ ./build/reports/diff_manifest/WordPress/wordpressRelease/head_manifest.txt	2026-03-09 14:13:12.714906218 +0000
@@ -284,6 +284,10 @@
             android:label="@string/help_buttons_screen_title"
             android:theme="@style/WordPress.NoActionBar" />
         <activity
+            android:name="org.wordpress.android.ui.accounts.DeviceInfoActivity"
+            android:label="@string/device_info_title"
+            android:theme="@style/WordPress.NoActionBar" />
+        <activity
             android:name="org.wordpress.android.ui.main.feedbackform.FeedbackFormActivity"
             android:label="@string/feedback_form_title"
             android:theme="@style/WordPress.NoActionBar" />

Go to https://buildkite.com/automattic/wordpress-android/builds/25365/canvas?sid=019cd2e9-44db-413d-8c8a-19ba1971e779, click on the Artifacts tab and audit the files.

@wpmobilebot
Copy link
Contributor

Project manifest changes for WordPress

The following changes in the WordPress's merged AndroidManifest.xml file were detected (build variant: jetpackRelease):

--- ./build/reports/diff_manifest/WordPress/jetpackRelease/base_manifest.txt	2026-03-09 14:13:15.180614978 +0000
+++ ./build/reports/diff_manifest/WordPress/jetpackRelease/head_manifest.txt	2026-03-09 14:13:17.310618124 +0000
@@ -476,6 +476,10 @@
             android:label="@string/help_buttons_screen_title"
             android:theme="@style/WordPress.NoActionBar" />
         <activity
+            android:name="org.wordpress.android.ui.accounts.DeviceInfoActivity"
+            android:label="@string/device_info_title"
+            android:theme="@style/WordPress.NoActionBar" />
+        <activity
             android:name="org.wordpress.android.ui.main.feedbackform.FeedbackFormActivity"
             android:label="@string/feedback_form_title"
             android:theme="@style/WordPress.NoActionBar" />

Go to https://buildkite.com/automattic/wordpress-android/builds/25365/canvas?sid=019cd2e9-44dc-423a-83b0-237ba8e51f4d, click on the Artifacts tab and audit the files.

@wpmobilebot
Copy link
Contributor

App Icon📲 You can test the changes from this Pull Request in WordPress Android by scanning the QR code below to install the corresponding build.

App NameWordPress Android
Build TypeDebug
Versionpr22667-486fb70
Build Number1486
Application IDorg.wordpress.android.prealpha
Commit486fb70
Installation URL15udpkcdi2ot0
Note: Google Login is not supported on these builds.

@wpmobilebot
Copy link
Contributor

App Icon📲 You can test the changes from this Pull Request in Jetpack Android by scanning the QR code below to install the corresponding build.

App NameJetpack Android
Build TypeDebug
Versionpr22667-486fb70
Build Number1486
Application IDcom.jetpack.android.prealpha
Commit486fb70
Installation URL27qolo0m936i0
Note: Google Login is not supported on these builds.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@sonarqubecloud
Copy link

sonarqubecloud bot commented Mar 9, 2026

@nbradbury nbradbury marked this pull request as ready for review March 9, 2026 14:43
@nbradbury nbradbury requested a review from adalpari March 9, 2026 14:44
Copy link
Contributor

@adalpari adalpari left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for adding the skill!

@nbradbury nbradbury merged commit 5c53a01 into trunk Mar 9, 2026
29 checks passed
@nbradbury nbradbury deleted the claude/codecheck branch March 9, 2026 16:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants