Copilot commented on code in PR #858: URL: https://github.com/apache/fesod/pull/858#discussion_r2835625995
########## .github/skills/fastexcel-to-fesod/SKILL.md: ########## @@ -0,0 +1,430 @@ +--- +name: fastexcel-to-fesod +description: > + Migrates a Java project from FastExcel 1.3 (cn.idev.excel:fastexcel:1.3.0) + to Apache Fesod (org.apache.fesod:fesod-sheet:2.0.1-incubating). + Invoke this skill when asked to "migrate FastExcel to Fesod", + "upgrade to Apache Fesod", or "replace cn.idev.excel". + FastExcel 1.3 is the direct predecessor of Apache Fesod. + Supports both legacy namespaces seen in real projects: + cn.idev.excel.* and org.apache.fesod.excel.*. + The entry classes FastExcel and FastExcelFactory are kept as @Deprecated + aliases in Fesod, so call-site renames are strongly recommended but NOT + required for compilation. The only breaking change is the Java package prefix. +--- Review Comment: The PR description links to issue #854, which is about adding grouping fields to the ExcelProperty annotation for dynamic header rendering. However, this PR adds a migration skill for transitioning from FastExcel to Fesod, which appears unrelated to the linked issue. The PR description states "Related: #854" but does not explain the connection. Consider updating the PR description to either remove the issue reference or explain how this skill relates to the issue, or link to the correct issue if this was referenced in error. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
