Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Authors
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

ProTermsPrivacyRefunds
Back to skills

Amj Data Analysis

ASecurity

Use when running and reporting the statistical analysis for an Academy of Management Journal (AMJ) manuscript — measurement validity, common-method bias, the right estimator (HLM, SEM, panel, experiments), endogeneity, and robustness. Executes and reports the analysis; it does not design the study (amj-methods) or frame the contribution (amj-contribution-framing).

1,052 stars
0 votes
0 copies
1 views
Added 6/4/2026
ai-agentsrustgotestinggit

Security Analysis

A100/100

Scanned 6/4/2026

Install to Claude Code

$npx -y skills add brycewang-stanford/Awesome-Journal-Skills --skill amj-data-analysis --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Amj Data Analysis?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Amj Data Analysis
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/brycewang-stanford-amj-data-analysis/badge)](https://www.skillsdirectory.com/skills/brycewang-stanford-amj-data-analysis)

More formats (shields.io, HTML) on the badges page.

Download with Pro
Files
SKILL.md
---
name: amj-data-analysis
description: Use when running and reporting the statistical analysis for an Academy of Management Journal (AMJ) manuscript — measurement validity, common-method bias, the right estimator (HLM, SEM, panel, experiments), endogeneity, and robustness. Executes and reports the analysis; it does not design the study (amj-methods) or frame the contribution (amj-contribution-framing).
---

# Data Analysis & Validity (amj-data-analysis)

## When to trigger

- Data are collected and it is time to estimate and report
- You are unsure whether your estimator matches your design (nested data, latent constructs, panel)
- Reviewers will probe measurement validity, common-method bias, or endogeneity
- Interaction/mediation effects need correct testing and reporting
- A reviewer says "the analysis does not support the inference" or "validity is not established"

## Establish measurement before estimation

AMJ reviewers expect the measurement model to be defended first:

- **Reliability**: Cronbach's alpha and/or composite reliability for each multi-item scale.
- **Confirmatory factor analysis (CFA)**: report fit (e.g., CFI, TLI, RMSEA, SRMR) and show the hypothesized factor structure fits better than plausible alternatives (one-factor, combined-factor models).
- **Convergent & discriminant validity**: AVE per construct; AVE > inter-construct squared correlations (or HTMT). Report the correlation matrix with reliabilities on the diagonal.
- **Aggregation** (multilevel): justify with ICC(1), ICC(2), and r_wg(j) before aggregating to a higher level.
- **Qualitative analysis**: where the design is qualitative, "validity" becomes trustworthiness — present a Gioia-style data structure (first-order codes → second-order themes → aggregate dimensions), an audit trail, and representative quotations so the path from raw data to constructs is traceable.

## Choose the estimator that matches the design

| Data structure / claim                       | Estimator                                                   |
|-----------------------------------------------|-------------------------------------------------------------|
| Latent constructs, mediation, full model      | Structural equation modeling (SEM)                          |
| Nested data (indiv. in teams/firms)           | Multilevel / hierarchical linear modeling (HLM)             |
| Panel with unit heterogeneity                 | Fixed/random effects; cluster-robust SE                     |
| Manipulated cause                             | ANOVA/regression with manipulation & attention checks       |
| Endogenous archival regressor                 | 2SLS/IV, DiD, Heckman, propensity matching (per design)     |
| Count/limited dependent variable              | Poisson/negative binomial, logit/probit, Tobit as fits      |

Match clustering of standard errors to the sampling/nesting structure.

## Common-method bias (CMB)

Report the *designed* separations from `amj-methods` first; then provide statistical evidence: a Harman single-factor test is necessary but weak — prefer a marker-variable approach, an unmeasured latent method factor (CFA), or showing interaction effects survive (interactions are hard to inflate by CMB). The Podsakoff et al. framework is the expected reference for both procedural and statistical remedies.

## Reporting mediation, moderation, and effect sizes

- **Mediation**: report indirect effects with bias-corrected bootstrap confidence intervals (e.g., 5,000 resamples); report the conditional indirect effect for moderated mediation.
- **Moderation**: report the interaction coefficient *and* plot simple slopes with significance regions; report incremental variance from the interaction.
- **Effect sizes**: report standardized coefficients/effect sizes and discuss practical magnitude, not just p-values.

## Robustness

- Alternative specifications (controls in/out; alternative measures; subsamples).
- Sensitivity to endogeneity assumptions (e.g., alternative instruments, bounds).
- Address alternative explanations empirically where possible.
- Report attrition/missing-data handling (FIML/multiple imputation, not listwise by default).

## Checklist

- [ ] Reliabilities, CFA fit, AVE, and discriminant validity reported
- [ ] Correlation table with reliabilities on the diagonal included
- [ ] Estimator matches design (SEM/HLM/panel/experiment), SEs clustered appropriately
- [ ] CMB addressed beyond a single-factor test
- [ ] Mediation via bootstrap CIs; moderation via simple slopes + incremental variance
- [ ] Endogeneity strategy executed and its assumptions discussed (archival)
- [ ] Robustness checks and alternative-explanation tests reported
- [ ] Missing-data and aggregation decisions documented

## Anti-patterns

- **OLS on nested data** ignoring non-independence (use HLM).
- **Baron-Kenny causal-steps only** for mediation instead of bootstrapped indirect effects.
- **p-hacking / selective controls**: results that appear only with a particular control set.
- **Single-factor test as the sole CMB defense.**
- **Significant squared term = "curvilinear"** with no turning-point or theoretical check.
- **Reporting p-values with no effect sizes** or practical interpretation.

## Output format

```
【Measurement】alpha/CR, CFA fit (CFI/TLI/RMSEA/SRMR), AVE/discriminant: pass/issues
【Estimator】SEM / HLM / panel-FE / experiment / IV-DiD; SE clustering ...
【CMB evidence】designed separation + statistical test ...
【Mediation/Moderation】bootstrap CI / simple slopes reported? ...
【Endogeneity】strategy executed; assumptions discussed ...
【Robustness】[...]
【Open issues for reviewers】[...]
【Next step】amj-contribution-framing
```

Attribution

brycewang-stanfordbrycewang-stanford
View sourceMore from brycewang-stanford →
SSkills DirectorySkills Directory

Know which skills are safe — weekly.

Best new skills + every skill we flagged as malicious. From the team that scanned 103,619.

Join free

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Know which skills are safe — weekly.

Best new skills + every skill we flagged as malicious. From the team that scanned 103,619.

Join free

Related Skills

Caveman

Ultra-compressed communication mode that cuts output tokens while keeping technical accuracy. Levels: lite, full, ultra and the wenyan variants. Use for /caveman, "caveman mode", "talk like caveman", "be brief" or "less tokens".

1074701 votes

Hyperplan

Adversarial multi-agent planning skill. Self-orchestrates 5 hostile category members (unspecified-low, unspecified-high, deep, ultrabrain, artistry) via team-mode for ruthless cross-critique debate, distills only the defensible insights, then MANDATORILY hands the distilled insight bundle to the `plan` agent for executable plan formalization. Use when planning needs maximum rigor and surfacing of weak assumptions, blind spots, and over-engineering. Triggers: 'hyperplan', 'hpp', '/hyperplan', ...

693161 votes

Mcp Code Execution

Routes multi-tool workflows through MCP servers for large datasets and pipelines. Use when Bash tool overhead is limiting throughput on data-heavy tasks.

3351 votes

catchup

Recovers the conversation and failed tool calls of a previous Codex, Claude Code, Antigravity, Cline, Copilot CLI, Cursor, DeepSeek Harness, Kimi, OpenCode, Pi Agent, or ZCode session. Use when the user says "catch up", "what did the last session do", "get me up to speed", "I switched agents", asks to recover/summarize a previous session before continuing, or asks to diagnose or report a catchup failure. Do NOT use for the current conversation, git history, or any non-agent log.

691 votes

math-skill

A comprehensive mathematical reasoning skill for AI assistants — handles arithmetic to research-level problems with rigorous step-by-step reasoning, systematic verification, and transparent uncertainty handling

381 votes
View all in ai-agents →