We have $X_1, ..., X_n \sim U[0, \theta]$ and estimator $\phi^*(X_{[n]}) = X_{(n)}$. $X_{(n)}$ here stands for $\max_iX_i$.
I need to made this estimator unbiased and check if it is asymptotic normal.
Unbiasing is easy: we need to find expectation of $\phi$. So $\mathbb{E}\phi = \frac{n}{n+1}\theta$. Bias is $b(\phi^*, \theta) = \mathbb{E}X_{(n)} - \theta = -\frac{\theta}{n + 1}$. So, unbiased estimator is $\tilde{\phi^*}$ = $\frac{n+1}{n}X_{(n)}$.
And now I need to check whether this unbiased estimator is asymptotic normal, i.e. $\sqrt{n}(\frac{n+1}{n}X_{(n)} - \theta) \to \mathcal{N}(0, \sigma^2(\theta) )$. How can I do that? Do I need to use central limit theorem?
Given $X_i$ are iid, it would be easy enough to obtain the CDF of the standardized estimator (we assume it is $n^\alpha$-consistent):
$$P\left(n^\alpha \left(\frac{n+1}{n}X_{(n)}-\theta \right)\leq x\right)=P\left(X_{(n)}\leq \frac{n}{n+1}\left(\frac{x}{n^\alpha}+\theta\right)\right)\\ =\frac{1}{\theta^n}\left(\frac{n}{n+1}\left(\frac{x}{n^\alpha}+\theta\right)\right)^n\\ =\left(\left(1+\frac{1}{n}\right)^n\right)^{-1}\left(1+\frac{x}{\theta n^\alpha }\right)^n,$$
and we see when $\alpha=1$ then this converges to a nondegenerate CDF of
$$F(x)=e^{x/\theta-1}$$
on the support $(-\infty,\theta],$ which is not normal.
If the aim is to just assess whether we have asymptotic normality, we can determine this up front just by looking at the support. Since $X_{(n)}\in [0,\theta]$,
$$T_n=n^\alpha \left(\frac{n+1}{n}X_{(n)}-\theta \right)\in \left[-\theta n^\alpha,\frac{1}{n^{1-\alpha}}\theta\right],$$
so that $T_n$ cannot be asymptotically normal for $\alpha\leq 1$.