Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions SliceStat.s4ext
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[extension]
extension_name = SliceStat
extension_author = Sowwn (User)
Copy link

Copilot AI Dec 11, 2025

Choose a reason for hiding this comment

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

The author name appears to have a typo. "Sowwn" should likely be "Sown" unless this is intentional.

Suggested change
extension_author = Sowwn (User)
extension_author = Sown (User)

Copilot uses AI. Check for mistakes.
extension_description = This extension exports the slice numbers for each segment in a segmentation node to a CSV file.
extension_category = VsData
Copy link

Copilot AI Dec 11, 2025

Choose a reason for hiding this comment

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

The category name "VsData" appears to be a typo or unclear. Standard 3D Slicer extension categories include names like "Informatics", "Registration", "Segmentation", "Quantification", etc. Consider using a more standard category name that better describes the extension's purpose, such as "Informatics" or "Quantification".

Suggested change
extension_category = VsData
extension_category = Informatics

Copilot uses AI. Check for mistakes.
extension_homepage = https://github.com/sowwnn/Slicer_SliceStat
extension_scm_url = https://github.com/sowwnn/Slicer_SliceStat.git
Copy link

Copilot AI Dec 11, 2025

Choose a reason for hiding this comment

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

Missing the extension_screenshoturls field which is required according to the Tier 1 checklist ("Screenshot URLs (screenshoturls) are correct, contains at least one"). The extension metadata should include at least one screenshot URL.

Suggested change
extension_scm_url = https://github.com/sowwnn/Slicer_SliceStat.git
extension_scm_url = https://github.com/sowwnn/Slicer_SliceStat.git
extension_screenshoturls = https://github.com/sowwnn/Slicer_SliceStat/raw/main/docs/screenshot.png

Copilot uses AI. Check for mistakes.
extension_scm = git
Copy link

Copilot AI Dec 11, 2025

Choose a reason for hiding this comment

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

Missing the scmrevision field which specifies which branch or commit to use. According to the Tier 1 checklist, it's recommended to use a branch name (like "main" or "release") instead of a specific git hash to avoid re-submitting pull requests whenever the extension is updated.

Suggested change
extension_scm = git
extension_scm = git
scmrevision = main

Copilot uses AI. Check for mistakes.
Copy link

Copilot AI Dec 11, 2025

Choose a reason for hiding this comment

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

Missing the extension_icon_url field which is required according to the Tier 1 checklist ("Extension icon URL is correct"). The extension metadata should include an icon URL pointing to a raw image file (e.g., https://raw.githubusercontent.com/user/repo/main/SomeIcon.png).

Suggested change
extension_scm = git
extension_scm = git
extension_icon_url = https://raw.githubusercontent.com/sowwnn/Slicer_SliceStat/main/SliceStat.png

Copilot uses AI. Check for mistakes.
Loading