agentsclimarketplace

Icsme writing style

Skill brycewang-stanford/Awesome-Journal-Skills/ICSME-Skills/skills/icsme-writing-style

Use when revising an IEEE ICSME paper for a maintenance/evolution contribution stated on the first page, research-question contracts, a threats-to-validity section that argues rather than recites, evidence proportional to the claim, double-anonymous wording, and disciplined use of the IEEEtran two-column 10-page budget.From its SKILL.md

Install
npx -y skills add brycewang-stanford/Awesome-Journal-Skills --skill icsme-writing-style

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

SKILL.md

5.3 KB, ~1.1k tokens by cl100k_base, as published. Nobody here has run it

ICSME Writing Style

Use this when revising the main paper. ICSME papers are read by maintenance and evolution empiricists, so they need a software-maintenance contribution stated on the first page and evidence a reviewer trusts. The failure this skill prevents is a technically fine paper that reads like a greenfield systems demo or a generic ML result with a maintenance title glued on — the icsme-topic-selection re-route signal.

Revision rules

  • Lead with the maintenance/evolution problem: the situation a maintainer recognizes (a system aging under change, debt accruing, a refactoring nobody trusts, comprehension lost over years), why the current state is inadequate, the contribution, the evidence, and what changes for people who maintain software.
  • State research questions as contracts. Each RQ names what is measured and how it will be judged; every RQ is answered explicitly in the results, and no result exists without an RQ it serves.
  • Pair every claim with proportional evidence — real evolving subject systems, a fair baseline, a statistic with an effect size, or a qualitative code with agreement — not adjectives.
  • Argue threats to validity; do not recite them. Name the construct, internal, external, and conclusion threats that actually bite this maintenance study (mining confounds, survivorship in change history, one-ecosystem generalization) and say what you did to bound each.
  • Respect the 10-page budget as a design constraint. The IEEEtran two-column limit counts figures, tables, and appendices; a study that only fits by shrinking threats or method is over-scoped for the venue.
  • Maintain double-anonymity in self-citations, tool names, the choice of your own system as a subject, acknowledgements, funding, and data-availability wording.

Maintenance/evolution paper skeleton

SectionJob it must doCommon failure
IntroMaintenance problem, inadequacy, contribution, evidence preview, payoff — first pageLeads with a technology trend, not a maintenance pain
Background/MotivationWhy a maintainer or the evolution literature needs this nowMotivation by assertion, no grounding in practice
Approach / Study designThe technique or the RQs + mining/analysis protocol, reproduciblyMethod too thin to re-run on other histories
EvaluationEach RQ answered with proportional evidence on real systemsMetrics that proxy for the maintenance outcome
Threats to validityThe threats that bite this history/corpus, each boundedGeneric list untethered from this study
Related workDelta-first positioning against the evolution literatureCatalog of citations with no contrast

Sentence-level rewrites

Draft patternICSME-safe rewrite
"Our tool significantly improves maintainability.""reduces change-impact set size by X% (95% CI ...) vs. <baseline> on <N evolving systems>"
"We study a large software corpus.""We mine <N> projects sampled by <criterion> over <time window>, listed in the artifact"
"Results show our refactoring is safe.""RQ2: behaviour-preservation held on <fraction> of applications; threats in §5.2"
"State-of-the-art performance."Claim scoped to the systems, change history, and metrics actually studied
"Developers understood the code better.""comprehension-task accuracy rose from X to Y (effect size ...) in the study"

Threats-to-validity discipline

[Construct]   does the metric measure the maintenance outcome you claim? (e.g. churn as a proxy for effort)
[Internal]    could something other than your technique explain it? (confounds in change history, tuning)
[External]    to which systems/languages/domains/histories does the finding generalize?
[Conclusion]  are the statistics appropriate; survivorship handled; multiple comparisons corrected?
-> for each that bites: state it, then state the mitigation, next to the affected result

Vignette: compressing a mining study into 10 pages

A draft with three RQs, nine figures, and a sprawling background on version-control internals: keep all three RQ answers, the two figures that carry the headline evolution findings, and a threats subsection per RQ; move the full per-project breakdown, the mining pipeline diagram, and secondary plots to the artifact with explicit forward references; cut background to what the argument needs. The test of a good cut: a reviewer should be able to answer "what did each RQ find about how this software evolves, and what threatens it?" from the 10 pages alone.

Output format

[Writing diagnosis] clear / under-motivated / over-claimed / evidence-mismatched / over-scoped
[First-page fix] <new framing leading with the maintenance/evolution contribution>
[RQ audit] <RQ -> metric -> where answered -> proportional? yes/no>
[Threats fix] <threat that bites this history/corpus -> mitigation to add, placed by the result>
[Anonymity edits] <tool names / self-citations / own-system subject / links to rewrite>

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.